1 /*********************************
5 *********************************/
6 /* # HSLA(hue, saturation, lightness,alpha)
8 * R:0, O:30, Y:60, G:115, cyan:180, B:220, I:260, V:280, pink:300
10 * 0% is gray, 100% is pure color
12 * 0% is black, 100% is white
14 * 0% is opaque, 100% is transparent
17 padding: 2em 2em 3em 2em;
21 border-color: #cccccc;
22 border-style: none none solid none;
31 .title, h1, h2, h3, h4, h5, h6 {
39 border-top: 5px solid #cccccc; }
43 border-top: 2px solid #cccccc; }
58 border-color: #cccccc;
59 -moz-border-radius: 4px;
60 -webkit-border-radius: 4px;
62 -moz-box-shadow: inset 2px 2px 2px #1a1a1a;
63 -webkit-box-shadow: inset 2px 2px 2px #1a1a1a;
64 box-shadow: inset 2px 2px 2px #1a1a1a; }
66 .pageheader .actions {
73 .pageheader .actions ul {
80 .pageheader .actions ul li {
83 .pageheader .actions ul li a, input[type="submit"] {
91 border-color: #cccccc;
92 -moz-border-radius: 4px;
93 -webkit-border-radius: 4px;
95 .pageheader .actions ul li a:hover, input[type="submit"]:hover {
99 div.toggleable#attachments {
105 font-family: sans-serif;
113 text-decoration: none;
121 background-color: #cccccc;
125 background-color: #f2f2f2;
133 border-color: #cccccc;
134 -moz-border-radius: 4px;
135 -webkit-border-radius: 4px;
137 -moz-box-shadow: 0px 0px 2px #1a1a1a;
138 -webkit-box-shadow: 0px 0px 2px #1a1a1a;
139 box-shadow: 0px 0px 2px #1a1a1a; }
141 #content, #comments, #footer {
145 border-color: #cccccc; }
147 #editcontent, #editmessage {
151 font-family: Consolas, Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
156 border-color: #cccccc;
157 -moz-border-radius: 4px;
158 -webkit-border-radius: 4px;
159 border-radius: 4px; }
160 #editcontent:hover, #editmessage:hover {
166 label[for="editmessage"] {
170 margin-bottom: 1em; }
176 border-top: 1px solid #cccccc; }
180 border-top: 2px solid #cccccc; }
182 /* Smaller headings for inline pages */
193 border-style: none; }
195 /* recent change page */
197 background-color: white; }
203 border-color: #cccccc;
204 -webkit-border-top-left-radius: 4px;
205 -webkit-border-top-right-radius: 4px;
206 -moz-border-radius-topleft: 4px;
207 -moz-border-radius-topright: 4px;
208 border-top-left-radius: 4px;
209 border-top-right-radius: 4px;
210 border-style: solid solid none solid;
211 background-color: #f2f2f2; }
213 div.recentchanges div.metadata *, span.pagelinks a {
218 width: inherit !important; }
220 span.pagelinks a, span.tags a {
228 border-color: #cccccc;
229 -moz-border-radius: 4px;
230 -webkit-border-radius: 4px;
231 border-radius: 4px; }
232 span.pagelinks a:hover, span.tags a:hover {
236 div.recentchanges div.changelog {
239 border-color: #cccccc;
240 -webkit-border-bottom-left-radius: 4px;
241 -webkit-border-bottom-right-radius: 4px;
242 -moz-border-radius-bottomleft: 4px;
243 -moz-border-radius-bottomright: 4px;
244 border-bottom-left-radius: 4px;
245 border-bottom-right-radius: 4px;
246 border-style: none solid solid solid;
247 background-color: #f2f2f2 !important; }
250 display: none !important; }
255 border-color: #cccccc;
256 -moz-border-radius: 4px;
257 -webkit-border-radius: 4px;
259 background-color: #f2f2f2;
262 div.titleandtags h3, div.titleandtags span.tags {
264 div.titleandtags h3 {
265 margin: 0 0 .2em 0; }
266 div.titleandtags span.tags {
268 div.titleandtags div.lastmodified {
273 background-color: gray;
277 padding: .2em .4em; }
280 background-color: #f2f2f2; }
283 background-color: #d9d9d9; }
285 /* Don't know what these last two do but leaving those there just in case*/