-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlocal.css
180 lines (165 loc) · 2.77 KB
/
local.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
p {
max-width: 35em;
text-align: justify;
}
div#content ul {
padding-left: 2em;
max-width: 33em;
text-align: justify;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: black;
background: white;
}
.header {
padding-bottom: 30px;
margin: 50;
font-size: 140%;
font-weight: normal;
line-height: 1em;
display: block;
color: white;
}
#searchform {
position: absolute;
top: 0.5em;
right: 2em;
}
input#searchbox {
background: url(wikiicons/search-bg.gif) no-repeat;
background-color: #fff;
background-position: 100% 50%;
color: #000;
padding-right: 16px;
}
span.parentlinks a {
color: lightgray;
}
#content, #comments, #footer {
margin: 1em 1em;
}
a {
text-decoration: none;
color: #005a9c;
}
table.tut {
background-color: #bbbbbb;
border-spacing: 1px;
}
table.tut th {
background-color: #dddddd;
padding: 5px;
}
table.tut td {
background-color: white;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
}
table.tut tr:hover td {
background-color: #eeeeee;
}
.actions ul {
margin: 0;
padding: 1px .4em;
height: 1em;
list-style-type: none;
}
.actions li {
display: inline;
padding: .2em;
}
.pageheader .actions ul {
border-bottom: 1px solid #000;
}
.pageheader .actions ul {
border-style: none
}
.pageheader .actions {
background-color: #999999 ;
font-size: 120%;
float: left;
position: absolute;
bottom: 0;
right: 2em;
width: 100%;
text-align: right;
padding: 2px;
color: lightgray;
}
.pageheader .actions ul li {
margin: 0;
padding: .1em 1em 0 1em;
border-color: #666;
border-style: none none none solid;
border-width: 1px;
}
.pageheader .actions ul {
border-bottom: 1px solid #000;
border-style: none
}
.pageheader {
margin: 0;
padding: 1em 2em;
position: relative;
overflow: hidden;
background-color: #004065;
border-color: black;
border-style: none none solid none;
border-width: 1px;
}
.pageheader .header {
float: left;
font-size: 160%;
}
.pageheader .actions {
background-color: #999999 ;
font-size: 120%;
float: left;
position: absolute;
bottom: 0;
right: 2em;
width: 100%;
text-align: right;
padding: 2px;
color: lightgray;
}
.pageheader .actions li a {
color: white;
text-decoration: none;
}
.sidebar {
width: 20ex;
float: right;
margin-left: 4px;
margin-bottom: 4px;
margin-top: -1px;
padding: 0ex 2ex;
color: black !important;
}
.sidebar ul {
list-style-type: none;
margin-left: -10px;
}
.sidebar {
border: none;
border-left: 1px dotted black;
margin-top: 0.5em;
padding: 0 0 0 2ex;
}
span.info_icon {
padding: 0px 5px 0px 5px;
border: 1px solid lightgray;
color: gray;
cursor: pointer;
}
span.balloon {
max-width: 45em;
}
blockquote {
padding-left: 1em;
border-left: 0.2em solid #ccc;
}