-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaegir.css
132 lines (103 loc) · 2.13 KB
/
aegir.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
body {
font-family: Arial,sans-serif;
color:#0e3f70;
font-size:17px;
}
div#wrapper {
width:950px;
margin:0px auto;
}
div.clear { clear:both; }
/* == Links =============================================== */
a {
text-decoration:none;
color:#4396e8;
}
p a { font-weight:bold; }
a:hover { border-bottom:1px solid #9dc8f3; }
/* == Header ============================================== */
#header {
margin:30px;
height:110px;
}
h1.site-name {
float:left;
margin:0px;
width:80px;
height:110px;
text-indent:-9999px;
background:url(images/sprite.png) 0px -50px no-repeat;
}
h2.tagline {
font-size:26px;
line-height:40px;
margin-left:140px;
padding-top:20px;
}
/* == Content ============================================= */
h3 {
font-size:20px;
font-weight:bold;
}
#content #main {
padding: 0px 30px 30px 30px;
}
#content ol { font-weight: bold; }
#content li {
padding-bottom: 15px;
font-weight: normal;
}
#content #aegir-illo {
float:right;
width: 50%;
height: 50%;
margin: -45px 30px 15px 30px;
}
#content p {
line-height:24px;
}
div.code {
display:block;
overflow:auto;
padding-left: 15px;
background-color: #cfcfcf;
font-family: 'courier new';
font-size: 0.8em;
}
/* == Footer ============================================== */
#footer {
clear:both;
margin:30px 0px;
}
ul.footer-links,
ul.footer-links li {
list-style:none;
margin:0px;
padding:0px;
}
ul.footer-links li {
display:block;
float:left;
width:189px;
border-right:1px dashed #134372;
text-align:center;
padding-bottom:5px;
}
ul.footer-links li.last { border:none; }
ul.footer-links li a {
font-size:14px;
}
span.icon {
display:block;
margin:0px auto;
width:70px;
height:50px;
background:url(images/sprite.png) 0 0 no-repeat;
}
span.icon-drupal-group { background-position:15px 0px; }
span.icon-irc { background-position:-45px 0px; }
span.icon-source { background-position:-115px 0px; }
span.icon-twitter { background-position:-95px -50px; }
span.icon-concph { background-position:-95px -100px; }
span.icon-donate { color: #0b3f72; font-size: 45px; }
ul.footer-links p { margin:10px 0px; }