2 /* This controls the width of the fixed width layouts */
5 width: 910px !important
;
20 /* SVG as background image (IE9/Chrome/Safari/Opera) */
21 background-image: url
(data:image
/svg
+xml
;base64
,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgwNDAwIiBvZmZzZXQ9IjU3JSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODQpIiAvPgo8L3N2Zz4
=);
23 background-image: linear-gradient
(
28 background-image: -o-linear-gradient
(
33 background-image: -moz-linear-gradient
(
38 background-image: -webkit-linear-gradient
(
43 background-image: -ms-linear-gradient
(
48 background-image: -webkit-gradient
(
52 color-stop
(0, #000000),
53 color-stop
(0.57, #880400)
55 background-attachment: fixed
;
58 font-family: "trebuchet ms", helvetica
, sans-serif
;
61 h1
, h2
, h3
, h4
, h5
, h6
{
65 text-transform: lowercase
;
82 text-decoration: underline
;
87 text-decoration: none
;
95 margin: 0.3em 0 0.3em 0;
103 float: right
!important
;
118 background: url
('/themes/ipfire-new/images/tux2.png') no-repeat
;
133 padding: 1.5em 2em 0 2em;
134 border-radius: 8px 8px 8px 8px;
135 -webkit-border-radius: 8px 8px 8px 8px;
136 background: #fff url
('/themes/ipfire-new/images/n2.gif') 0px 0px repeat-x
;
137 border: 1px solid black
;
141 padding-bottom: 1.5em;
159 border-radius: 8px 8px 8px 8px;
160 -webkit-border-radius: 8px 8px 8px 8px;
161 border: 1px solid silver
;
162 padding: 1em 2em 1em 2em;
167 #main_inner .post h2
{
168 border-bottom: dotted
1px #e1e1e1;
180 text-decoration: none
;
184 text-decoration: underline
;
192 background: #ca2f2f url
('/themes/ipfire-new/images/n3.gif') repeat-x
;
194 border: solid
1px #a94b4b;
196 text-transform: lowercase
;
202 border: solid
1px #f1f1f1;
217 border-radius: 8px 8px 8px 8px;
218 -webkit-border-radius: 8px 8px 8px 8px;
221 border: 1px solid black
;
225 border-radius: 8px 8px 8px 8px;
226 -webkit-border-radius: 8px 8px 8px 8px;
228 display: inline-block
;
231 text-decoration: none
;
239 display: inline-block
;
242 #cssmenu > ul
> li
.active a
, #cssmenu
> ul
> li:hover
> a
{
247 #cssmenu .has-sub:hover
> ul
{
251 #cssmenu .has-sub ul
{
256 #cssmenu .has-sub ul li a
{
258 border-radius: 7px 7px 7px 7px;
264 border: 1px solid black
;
267 #cssmenu .has-sub ul
li:hover a
{
269 box-shadow: inset
0 5px 1px rgba
(0, 0, 0, 0.15);
270 -webkit-box-shadow: inset
0 5px 1px rgba
(0, 0, 0, 0.15);
274 /* when using class='bordered' after tabletag */
277 *border-collapse: collapse
; /* IE7 and lower */
282 border-top: 1px solid grey
;
283 border-bottom: 1px solid grey
;
287 .bordered th:first-child{
288 -moz-border-radius: 6px 0 0 0;
289 -webkit-border-radius: 6px 0 0 0;
290 border-radius: 6px 0 0 0;
291 border-left: 1px solid grey
;
292 border-top: 1px solid grey
;
293 border-bottom: 1px solid grey
;
296 .bordered th:last-child {
297 -moz-border-radius: 0 6px 0 0;
298 -webkit-border-radius: 0 6px 0 0;
299 border-radius: 0 6px 0 0;
300 border-right: 1px solid grey
;
301 border-top: 1px solid grey
;
302 border-bottom: 1px solid grey
;
305 .bordered th:only-child{
306 -moz-border-radius: 6px 6px 0 0;
307 -webkit-border-radius: 6px 6px 0 0;
308 border-radius: 6px 6px 0 0;
309 border: 1px solid grey
;
312 .bordered tr:first-child td:first-child{
313 -moz-border-radius: 6px 0 0 0;
314 -webkit-border-radius: 6px 0 0 0;
315 border-radius: 6px 0 0 0;
316 border-left: 1px solid grey
;
317 border-top: 1px solid grey
;
320 .bordered tr:first-child td:last-child{
321 -moz-border-radius: 0 6px 0 0;
322 -webkit-border-radius: 0 6px 0 0;
323 border-radius: 0 6px 0 0;
324 border-top: 1px solid grey
;
327 .bordered tr:first-child td:only-child{
328 -moz-border-radius: 6px 6px 0 0;
329 -webkit-border-radius: 6px 6px 0 0;
330 border-radius: 6px 6px 0 0;
331 border-left: 1px solid grey
;
332 border-right: 1px solid grey
;
333 border-top: 1px solid grey
;
336 .bordered tr:first-child td{
337 border-top: 1px solid grey
;
340 .bordered tr:last-child{
341 border-left: 1px solid grey
;
342 border-right: 1px solid grey
;
345 .bordered tr:last-child td:first-child {
346 -moz-border-radius: 0 0 0 6px;
347 -webkit-border-radius: 0 0 0 6px;
348 border-radius: 0 0 0 6px;
349 border-bottom: 1px solid grey
;
352 .bordered tr:last-child td:last-child {
353 -moz-border-radius: 0 0 6px 0;
354 -webkit-border-radius: 0 0 6px 0;
355 border-radius: 0 0 6px 0;
356 border-bottom: 1px solid grey
;
359 .bordered tr:last-child td:only-child {
360 -moz-border-radius: 0 0 6px 6px;
361 -webkit-border-radius: 0 0 6px 6px;
362 border-radius: 0 0 6px 6px;
363 border-bottom: 1px solid grey
;
366 .bordered tr:last-child td {
367 border-bottom: 1px solid grey
;
370 .bordered td:first-child {
371 border-left: 1px solid grey
;
374 .bordered td:last-child {
375 border-right: 1px solid grey
;