-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
60 lines (50 loc) · 1.03 KB
/
index.css
File metadata and controls
60 lines (50 loc) · 1.03 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
.id_dirigible_tagline {
font-size: 20px;
color: #4B576D;
text-align: center;
}
#id_grey_stripe_hwrap {
background-color: #D1D2D4;
padding-top: 40px;
padding-bottom: 40px;
}
#id_more_info_buttons {
/* Only easy to center a block if its width is fixed :-( Luckily this one contains
images so we know how wide it is. */
width: 470px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
}
#id_more_info_buttons a img {
border: 0px;
}
#id_find_out_more {
margin: 0px 5px 0px 0px;
padding: 0px;
}
#id_watch_a_video {
margin: 0px 0px 0px 5px;
padding: 0px;
}
#id_featured_sheets_front_page {
margin-top: 30px;
}
#id_featured_sheets_front_page a {
color: #4B576D;
text-decoration: underline;
}
#id_signup_call_to_action_div {
font-size: 36pt;
margin-top: 35px;
text-align: center;
width: 11.5ex;
border-radius: 24px;
-moz-border-radius: 24px;
}
#id_signup_call_to_action {
}
#id_footer_links {
position: relative;
bottom: 0;
}