-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (57 loc) · 1.04 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
html,
body {
/*background: url("https://download.trstone.com/productsupport/styles/bg.jpg") repeat #e3e6e5;*/
/*background: url("http://research.microsoft.com/en-us/um/india/projects/biocoder/images/background.jpg") repeat #e3e6e5;*/
background: url("bluewaves_background.jpg");
/*background: FFFFFF;*/
margin-left: 5px;
padding:0px;
height:100%;
}
h1,h2,h3,h4,p{
margin-left: 10px;
}
#wrapper {
min-height:100%;
position:relative;
}
#header {
background:#ededed;
padding:1px;
}
#subheader {
/*background:#E8B57A;*/
padding:1px;
}
#content {
padding-bottom:100px; /* Height of the footer element */
background:#D1E5FA;
}
#footer {
background:#ededed;
/*background:#ffab62;*/
width:100%;
height:100px;
position:absolute;
bottom:0;
left:0;
}
#IE11footer {
/*background:#ffab62;*/
width:100%;
height:100px;
position:absolute;
bottom:0;
left:0;
}
#url {
width:460px;
margin-left: 10px;
}
#api_key{
width:275px;
margin-left: 10px;
}
#submit{
margin-left: 10px;
}