-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnon_sheet_page.css
More file actions
78 lines (66 loc) · 1.25 KB
/
non_sheet_page.css
File metadata and controls
78 lines (66 loc) · 1.25 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.centered-block {
width: 710px;
clear: both;
margin-left: auto;
margin-right: auto;
}
#id_ie_warning {
padding: 4px;
margin-bottom: 10px;
}
#id_ie_warning a{
text-decoration: underline;
}
.grey_rounded_corner_box {
border: 5px solid #FFFFFF;
border-radius: 12px;
-moz-border-radius: 12px;
background-color: #D1D2D4;
color: #4B576D;
padding: 15px;
}
.grey_rounded_corner_box a {
color: #4B576D;
}
.grey_rounded_corner_box a.button {
color: #FFFFFF;
}
#id_container {
position: relative;
min-height: 100%;
}
#id_content {
padding-bottom: 9em;
}
#id_big_logo_wrap {
margin-top: 8px;
margin-bottom: 28px;
}
#id_big_logo {
display: block;
margin-left: auto;
margin-right: auto;
}
#id_footer_links {
margin-top: 30px;
color: #FFFFFF;
text-align: center;
font-size: 13px;
width: 100%;
position: absolute;
bottom: 7em;
}
#id_about_us {
margin-bottom: 5px;
}
#id_copyright_wrap {
background-color: #4B576D;
color: #FFFFFF;
padding-top: 20px;
height: 5em;
width: 100%;
text-align: center;
font-size: 13px;
position: absolute;
bottom: 0px;
}