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: helvetica,arial,freesans,clean,sans-serif;
112 text-decoration: none;
120 background-color: #cccccc;
124 background-color: #f2f2f2;
132 border-color: #cccccc;
133 -moz-border-radius: 4px;
134 -webkit-border-radius: 4px;
136 -moz-box-shadow: 0px 0px 2px #1a1a1a;
137 -webkit-box-shadow: 0px 0px 2px #1a1a1a;
138 box-shadow: 0px 0px 2px #1a1a1a; }
140 #content, #comments, #footer {
144 border-color: #cccccc; }
146 #editcontent, #editmessage {
150 font-family: Consolas, Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
155 border-color: #cccccc;
156 -moz-border-radius: 4px;
157 -webkit-border-radius: 4px;
158 border-radius: 4px; }
159 #editcontent:hover, #editmessage:hover {
165 label[for="editmessage"] {
169 margin-bottom: 1em; }
175 border-top: 1px solid #cccccc; }
179 border-top: 2px solid #cccccc; }
181 /* Smaller headings for inline pages */
192 border-style: none; }
194 /* recent change page */
196 background-color: white; }
202 border-color: #cccccc;
203 -webkit-border-top-left-radius: 4px;
204 -webkit-border-top-right-radius: 4px;
205 -moz-border-radius-topleft: 4px;
206 -moz-border-radius-topright: 4px;
207 border-top-left-radius: 4px;
208 border-top-right-radius: 4px;
209 border-style: solid solid none solid;
210 background-color: #f2f2f2; }
212 div.recentchanges div.metadata *, span.pagelinks a {
217 width: inherit !important; }
219 span.pagelinks a, span.tags a {
227 border-color: #cccccc;
228 -moz-border-radius: 4px;
229 -webkit-border-radius: 4px;
230 border-radius: 4px; }
231 span.pagelinks a:hover, span.tags a:hover {
235 div.recentchanges div.changelog {
238 border-color: #cccccc;
239 -webkit-border-bottom-left-radius: 4px;
240 -webkit-border-bottom-right-radius: 4px;
241 -moz-border-radius-bottomleft: 4px;
242 -moz-border-radius-bottomright: 4px;
243 border-bottom-left-radius: 4px;
244 border-bottom-right-radius: 4px;
245 border-style: none solid solid solid;
246 background-color: #f2f2f2 !important; }
249 display: none !important; }
254 border-color: #cccccc;
255 -moz-border-radius: 4px;
256 -webkit-border-radius: 4px;
258 background-color: #f2f2f2;
261 div.titleandtags h3, div.titleandtags span.tags {
263 div.titleandtags h3 {
264 margin: 0 0 .2em 0; }
265 div.titleandtags span.tags {
267 div.titleandtags div.lastmodified {
272 background-color: gray;
276 padding: .2em .4em; }
279 background-color: #f2f2f2; }
282 background-color: #d9d9d9; }
284 /* Don't know what these last two do but leaving those there just in case*/