| webmaster@1 | 1 /* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */ | 
| webmaster@1 | 2 | 
| webmaster@1 | 3 /* | 
| webmaster@1 | 4 ** HTML elements | 
| webmaster@1 | 5 */ | 
| webmaster@1 | 6 a, a:link, a:active { | 
| webmaster@1 | 7   color: #930; | 
| webmaster@1 | 8 } | 
| webmaster@1 | 9 a:visited { | 
| webmaster@1 | 10   color: #630; | 
| webmaster@1 | 11 } | 
| webmaster@1 | 12 body { | 
| webmaster@1 | 13   padding: 5em 0 0 3em; /* LTR */ | 
| webmaster@1 | 14   background-image: url(background.png); | 
| webmaster@1 | 15   background-repeat: repeat-x; | 
| webmaster@1 | 16   font-family: trebuchet ms, tahoma, verdana, arial, helvetica; | 
| webmaster@1 | 17   border-top: 10px solid gray; | 
| webmaster@1 | 18 } | 
| webmaster@1 | 19 ul { | 
| webmaster@1 | 20   list-style-type: disc; | 
| webmaster@1 | 21 } | 
| webmaster@1 | 22 | 
| webmaster@1 | 23 /* | 
| webmaster@1 | 24 ** Page layout blocks / IDs | 
| webmaster@1 | 25 */ | 
| webmaster@1 | 26 #main { | 
| webmaster@1 | 27   width: 500px; | 
| webmaster@1 | 28 } | 
| webmaster@1 | 29 #sidebar-left { | 
| webmaster@1 | 30   border-right: 1px solid gray; /* LTR */ | 
| webmaster@1 | 31 } | 
| webmaster@1 | 32 #sidebar-right { | 
| webmaster@1 | 33   border-left: 1px solid gray; /* LTR */ | 
| webmaster@1 | 34 } | 
| webmaster@1 | 35 | 
| webmaster@1 | 36 /* | 
| webmaster@1 | 37 ** Common declarations for child classes of node, comment, block, box etc | 
| webmaster@1 | 38 */ | 
| webmaster@1 | 39 #header .title { | 
| webmaster@1 | 40   font-size: 2em; | 
| webmaster@1 | 41   font-weight: bold; | 
| webmaster@1 | 42   padding-top: .75em; | 
| webmaster@1 | 43 } | 
| webmaster@1 | 44 #header .title a, | 
| webmaster@1 | 45 #header .title a:link, | 
| webmaster@1 | 46 #header .title a:visited, | 
| webmaster@1 | 47 #header .title a:active { | 
| webmaster@1 | 48   text-decoration: none; | 
| webmaster@1 | 49   color: #aaa; | 
| webmaster@1 | 50 } | 
| webmaster@1 | 51 #header .title a:hover { | 
| webmaster@1 | 52   color: #930; | 
| webmaster@1 | 53 } | 
| webmaster@1 | 54 #header .site-slogan { | 
| webmaster@1 | 55   margin-top: -0.1em; | 
| webmaster@1 | 56   font-size: 0.8em; | 
| webmaster@1 | 57 } | 
| webmaster@1 | 58 #subnavlist { | 
| webmaster@1 | 59   font-size: 0.8em; | 
| webmaster@1 | 60 } | 
| webmaster@1 | 61 ul.links li { | 
| webmaster@1 | 62   border-left: 1px solid #000; /* LTR */ | 
| webmaster@1 | 63 } | 
| webmaster@1 | 64 ul.links li.first { | 
| webmaster@1 | 65   border-left: none; /* LTR */ | 
| webmaster@1 | 66 } | 
| webmaster@1 | 67 .node .title { | 
| webmaster@1 | 68   font-size: 1.2em; | 
| webmaster@1 | 69 } | 
| webmaster@1 | 70 .node .title a, | 
| webmaster@1 | 71 .node .title a:link, | 
| webmaster@1 | 72 .node .title a:active, | 
| webmaster@1 | 73 .node .title a:visited { | 
| webmaster@1 | 74   text-decoration: none; | 
| webmaster@1 | 75   font-weight: normal; | 
| webmaster@1 | 76 } | 
| webmaster@1 | 77 .node .title a:hover { | 
| webmaster@1 | 78   text-decoration: underline; | 
| webmaster@1 | 79 } | 
| webmaster@1 | 80 div.links { | 
| webmaster@1 | 81   margin: 1em 0 3em 0; | 
| webmaster@1 | 82   text-align: right; /* LTR */ | 
| webmaster@1 | 83 } | 
| webmaster@1 | 84 .comment .content, .block .content, .menu { | 
| webmaster@1 | 85   font-size: 0.9em; | 
| webmaster@1 | 86 } | 
| webmaster@1 | 87 .block { | 
| webmaster@1 | 88   padding-bottom: 1em; | 
| webmaster@1 | 89 } | 
| webmaster@1 | 90 .block .title { | 
| webmaster@1 | 91   font-size: 1em; | 
| webmaster@1 | 92 } | 
| webmaster@1 | 93 | 
| webmaster@1 | 94 /* | 
| webmaster@1 | 95 ** Module specific styles | 
| webmaster@1 | 96 */ | 
| webmaster@1 | 97 .item-list ul li { | 
| webmaster@1 | 98   list-style: square; | 
| webmaster@1 | 99 } | 
| webmaster@1 | 100 | 
| webmaster@1 | 101 /* | 
| webmaster@1 | 102 ** Administration page styles | 
| webmaster@1 | 103 */ | 
| webmaster@1 | 104 div.admin-panel .description { | 
| webmaster@1 | 105   color: #999; | 
| webmaster@1 | 106 } | 
| webmaster@1 | 107 div.admin-panel .body { | 
| webmaster@1 | 108   background: #eee; | 
| webmaster@1 | 109 } | 
| webmaster@1 | 110 div.admin-panel h3 { | 
| webmaster@1 | 111   background-color: #999; | 
| webmaster@1 | 112   color: #fff; | 
| webmaster@1 | 113   padding: 5px 8px 5px; | 
| webmaster@1 | 114   margin: 0; | 
| webmaster@1 | 115 } |