-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscreen.css
More file actions
130 lines (112 loc) · 2.15 KB
/
Copy pathscreen.css
File metadata and controls
130 lines (112 loc) · 2.15 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
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
body {
position: relative;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #666;
margin: 0px auto;
width: 900px;
background: #92847b url(/images/background.gif) top center repeat-y;
}
#wrapper {
width: 900px;
margin: 0px auto;
background: #92847b url(/images/background.gif) top center repeat-y;
}
#head {
top: 0px;
height: 120px;
background: url(/images/header.gif) top center no-repeat;
}
#wikihead {
float: right;
clear: both;
padding-right: 50px;
padding-top: 70px;
}
#page-title {
position: absolute;
top: 35px;
left: 235px;
width: 605px;
font-size: 20pt;
font-weight: bold;
color: #eee;
}
#page-subtitle {
position: absolute;
top: 65px;
left: 235px;
width: 605px;
font-size: 16pt;
font-weight: bold;
color: #ddd;
}
#fork {
position: absolute;
top: 0;
right: 43px;
border: 0;
}
#columns {
width: 900px;
margin: 0px auto;
}
#col-left {
position: relative;
float: left;
width: 171px;
margin: 15px 0px 0px 40px;
padding-left: 10px;
}
#col-right {
position: relative;
float: right;
width: 600px;
margin: 15px 61px 0px 0px;
height: 100%;
}
#sidebar a {
text-decoration: none;
color: #ddd;
padding: 2px 2px 4px 2px;
text-indent: 4px;
display: block;
}
#sidebar a.active, #sidebar a:hover {
color: #eee;
background: #666 url(/images/selector.gif) center right no-repeat;
}
#sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#sidebar li {
display: list-item;
margin: 0px;
border-bottom: 1px solid #666;
}
#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 5px; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 5px; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 5px; }
#footer {
text-align: right;
color: #666;
border-top: 1px solid #ccc;
margin-top: 18px;
padding: 10px 0px 10px 0px;
}
a {
color: #6799b1;
text-decoration: underline;
}
a:hover {
color: #838f96;
text-decoration: none;
}
h1, h2, h3, h4, h5 { color: #666; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 10pt; font-style: italic; }