[ Index ] |
|
Code source de Serendipity 1.2 |
1 /**********************************************************************/ 2 /* Template: bulletproof for Serendipity (http://www.s9y.org) */ 3 /* Authors: Matthias Mees, David Cummins and Don Chambers */ 4 /* */ 5 /* Stylesheet for the colorset 'green' */ 6 /* */ 7 /* http://s9y-bulletproof.com */ 8 /**********************************************************************/ 9 10 11 .serendipity_xml_icon { 12 background: url('img/green_xml.png') center center no-repeat; 13 padding: 10px 0; 14 margin: 0; 15 visibility: visible; 16 } 17 18 .serendipity_xml_icon img { 19 visibility: hidden; 20 } 21 22 a { 23 color: #382513; 24 text-decoration: none; 25 } 26 27 a:hover { 28 color:#6B8F50; 29 } 30 31 body { 32 background-color: #DFD7C3; 33 } 34 35 #wrapper { 36 width: 85%; 37 font-family: verdana, arial, helvetica, sans-serif; 38 font-size: 69%; 39 background-color: #D8CAA8; 40 border-left: 8px solid #6B8F50; 41 border-right: 8px solid #6B8F50; 42 margin: 0px auto; 43 } 44 45 #serendipity_banner { 46 margin: 0; 47 height: 100px; 48 background: #224c03; 49 border: 0px; 50 } 51 52 #serendipity_banner h1 { 53 font-family: georgia,"times new roman", serif; 54 font-size: 190%; 55 font-weight: bold; 56 text-transform: uppercase; 57 letter-spacing: .2em; 58 padding: 0.25em; 59 } 60 61 #serendipity_banner h2 { 62 font-weight: normal; 63 font-size: 140%; 64 text-transform: uppercase; 65 letter-spacing: .3em; 66 padding: 0.25em; 67 } 68 69 #serendipity_banner a { 70 color: #DFD7C3; 71 text-decoration: none; 72 } 73 74 #serendipity_below_banner { 75 /* not used in this template */ 76 } 77 78 #sitenav { 79 background-color: #DFD7C3; 80 border-top: 2px solid #6B8F50; 81 border-bottom: 4px solid #AFA283; 82 margin: 0; 83 padding: 0; 84 } 85 86 #sitenav ul li { 87 font-family: georgia,"times new roman", serif; 88 font-size: 90%; 89 font-weight: bold; 90 text-transform: uppercase; 91 letter-spacing: .2em; 92 margin: 0; 93 padding: 0; 94 display: inline; 95 } 96 97 #sitenav ul a{ 98 border-bottom: 4px solid #dfd7c3; 99 margin: 0 2px 0 0; 100 padding: 6px 10px 6px 10px; 101 float: left; 102 overflow: hidden; 103 } 104 105 #sitenav ul a:hover, 106 #sitenav .currentpage a { 107 border-bottom: 4px solid #6B8F50; 108 padding: 6px 10px 6px 10px; 109 background-color: #DFD7C3; 110 } 111 112 #serendipityLeftSideBar, 113 #serendipityLeftSideBarLeft, 114 #serendipityRightSideBarLeft, 115 #serendipityRightSideBar, 116 #serendipityLeftSideBarRight, 117 #serendipityRightSideBarRight { 118 background-color: #D8CAA8; 119 overflow: hidden; 120 } 121 122 #content { 123 background-color: #D8CAA8; 124 } 125 126 #content h3 { 127 font-family: georgia,"times new roman", serif; 128 font-size: 100%; 129 margin: 10px 0 0 0; 130 } 131 132 #content h4 { 133 font-family: georgia,"times new roman", serif; 134 text-transform: uppercase; 135 font-size: 120%; 136 letter-spacing: 0.2em; 137 margin: 5px 0 15px 0; 138 } 139 140 .serendipity_entryFooter { 141 font-size: 90%; 142 margin: 5px 0; 143 padding: 8px 0; 144 border-top: 1px solid #AFA283; 145 border-bottom: 1px solid #AFA283; 146 } 147 148 .serendipity_pageFooter { 149 margin: 5px 0 10px; 150 } 151 152 .serendipitySideBarItem { 153 margin: 10px; 154 padding: 0; 155 border: 0px none; 156 overflow: hidden; 157 height: 100%; 158 } 159 160 .serendipitySideBarTitle { 161 font-family: georgia,"times new roman", serif; 162 text-transform: uppercase; 163 font-size: 95%; 164 letter-spacing: .2em; 165 color: #DFD7C3; 166 background-color: #224c03; 167 padding: 8px 5px; 168 border-left: 4px solid #6B8F50; 169 margin: 0; 170 } 171 172 .serendipitySideBarContent { 173 font-size: 90%; 174 background-color: #DFD7C3; 175 padding: 10px; 176 border-left: 4px solid #AFA283; 177 margin: 0; 178 } 179 180 .serendipitySideBarFooter { 181 /* not used in this template */ 182 } 183 184 #sbsitenav { 185 padding: 10px; 186 margin: 0; 187 } 188 189 #sbsitenav ul{ 190 margin: 0; 191 list-style-type: none; 192 } 193 194 195 #sbsitenav ul a { 196 border-left: 4px solid #AFA283; 197 padding: 8px 0px 8px 10px; 198 display: block; 199 } 200 201 #sbsitenav ul a:hover, 202 #sbsitenav .currentpage a { 203 border-left: 4px solid #6B8F50; 204 } 205 206 #sbsitenav li { 207 font-family: georgia,"times new roman", serif; 208 font-size: 90%; 209 text-transform: uppercase; 210 letter-spacing: .2em; 211 background-color: #DFD7C3; 212 margin: 0 0 2px 0; 213 padding: 0; 214 overflow: hidden; 215 } 216 217 #month, 218 .serendipity_weekDayName, 219 #today { 220 font-family: georgia,"times new roman", serif; 221 font-size: 100%; 222 } 223 224 #footer { 225 font-size: 80%; 226 background-color: #6B8F50; 227 } 228 229 #footer a:hover { 230 color: #224c03; 231 } 232 233 img.serendipity_entryIcon { 234 float: left; 235 border: 0px; 236 margin:0 5px 0px 0; 237 } 238 239 input#serendipityQuickSearchTermField { 240 border: 1px solid #224c03!important; 241 } 242 243 #navbarsearchform input { 244 border: 1px solid #224c03; 245 } 246 247 blockquote { 248 display: list-item; 249 list-style-image: url('img/green_openquote.png'); 250 background: transparent url('img/green_closequote.png') 100% 100% no-repeat; 251 color: #000; 252 margin: 0 10%; 253 padding: 10px; 254 } 255 256 .serendipity_comment_author_self comment_evenbox, 257 .comment_evenbox { 258 line-height: 1.2em; 259 border: 1px dotted #6B8F50; 260 background: #DFD7C3; 261 } 262 263 .serendipity_comment_author_self comment_oddbox, 264 .comment_oddbox { 265 line-height: 1.2em; 266 border: 1px dotted #6B8F50; 267 background: #AFA283; 268 } 269 270 .serendipity_commentsTitle { 271 font-family: georgia,"times new roman", serif; 272 text-transform: uppercase; 273 font-size: 100%; 274 letter-spacing: 0.2em; 275 margin: 1em 0; 276 padding: 0.5em 0; 277 } 278 279 .serendipity_freetag_taglist_related { 280 font-family: georgia,"times new roman", serif; 281 font-size: 100%; 282 } 283 284 .s9y_wrap { 285 font-size: 69%; 286 background: #d8caa8; 287 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |