blob: 9aedcfed073789a8d8e70316ad10fd84b207cd2d (
plain)
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
|
body {
background: #f6f9fc none repeat scroll 0 0;
color: #222;
font: 100% sans-serif;
line-height: 1.3em;
min-width: 650px;
margin: 0;
padding: 0;
}
.content {
margin: 0 auto;
text-align: left;
width: 95%;
font-size: 0.90em;
}
#archnavbar {
background: #333 none repeat scroll 0 0 !important;
border-bottom: 5px solid #08c !important;
height: 40px !important;
padding: 10px 15px !important;
}
#logo {
background: rgba(0, 0, 0, 0) url("archlogo.4fefb38dc270.png") no-repeat scroll 0 0 !important;
float: left !important;
height: 40px !important;
margin: 0 !important;
padding: 0 !important;
width: 190px !important;
}
#page_footer {
font-size: 0.7em;
margin: 0 auto;
text-align: center;
width: 95%;
}
#footer_separator {
border-top: 1px dotted #bbb;
margin: 10px 1%;
}
a {
text-decoration: none;
}
a:link {
color: #07b;
}
a:visited {
color: #1a4964;
}
a:hover, a:visited:hover {
text-decoration: underline;
}
table {
background: #ecf2f5 none repeat scroll 0 0;
border: 1px solid #bcd;
margin-bottom: 1.5em;
padding: 0.65em;
width: 100%;
font-size: 0.80em;
border-collapse: collapse;
}
table tr td {
border-top: 1px dotted #bcd;
}
table tr td, table th {
padding: 0.15em 0.75em;
}
#variation th:first-child {
width: 23%;
}
|