[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
1 /* Designed by Asevo - http://asevo.com */ 2 3 @import url(../../rsc/css/basic.css); /* Import basic styles */ 4 @import url(../../rsc/css/img.css); /* Import standard image styles */ 5 @import url(../../rsc/css/blog_elements.css); /* Import standard blog elements styles */ 6 @import url(../../rsc/css/forms.css); /* Import default form styles */ 7 @import url(../../rsc/css/comments.css); /* Import default comment styles */ 8 9 /* 10 * Main page construct: 11 */ 12 body { 13 background-color: #fff; 14 color: #000; 15 } 16 17 div.head_zone { 18 background-color: #393939; 19 padding: 0 1em; 20 margin-bottom: 3px; 21 } 22 div.nav_zone { 23 background-color: #ccc; 24 padding: 0 1em; 25 } 26 div.main_zone 27 { 28 padding: 0 1em; 29 } 30 div.foot_zone 31 { 32 background-color: #e0e0e0; 33 padding: 0 1em; 34 } 35 36 div.inner_wrapper 37 { 38 font-family: Verdana, Arial, Helvetica, sans-serif; 39 font-size: 84%; 40 width: 88ex; 41 margin: 0 auto; 42 padding: 1px; 43 } 44 45 .evo_main_area /* Left column */ 46 { 47 width: 62ex; 48 float: left; 49 overflow: hidden; 50 } 51 52 .evo_sidebar /* Right column */ 53 { 54 width: 23ex; 55 float: right; 56 overflow: hidden; 57 } 58 59 p.baseline { 60 font-size: 76%; 61 margin: 3px; 62 } 63 64 /* 65 * General styles: 66 */ 67 div.clear { 68 clear: both; 69 } 70 71 a { 72 color: #000; 73 text-decoration:none; 74 } 75 a:hover { 76 color: #aaa; 77 text-decoration:underline; 78 } 79 80 h1, h2, h3, h4, h5, h6 { 81 margin: 2ex 0 1ex 0; 82 color: #e00000; 83 font-size: 100%; 84 } 85 86 h1 a, 87 h2 a, 88 h3 a, 89 h4 a, 90 h5 a, 91 h6 a { 92 color: #e00000; 93 } 94 h1 a:hover, 95 h2 a:hover, 96 h3 a:hover, 97 h4 a:hover, 98 h6 a:hover, 99 h6 a:hover { 100 color: #aaa; 101 text-decoration:none; 102 } 103 104 105 /* 106 * Header / bloglist on top: 107 */ 108 div.PageTop, 109 div.top_menu { 110 margin: 3px 0; 111 } 112 div.PageTop ul, 113 div.top_menu ul { 114 margin: 0; 115 list-style-type:none; 116 padding: 0; 117 float: left; 118 } 119 div.PageTop li, 120 div.top_menu li { 121 display: inline; 122 padding-right: 1em; 123 } 124 div.PageTop a { 125 color: #aaa; 126 } 127 div.PageTop a.selected { 128 color: #fff; 129 font-weight:bold; 130 } 131 div.top_menu a { 132 color: #333; 133 } 134 div.top_menu a.selected { 135 font-weight:bold; 136 } 137 138 139 /* 140 * Title area styles: 141 */ 142 div.evo_title_area { 143 margin: 1em 0; 144 padding: 0; 145 } 146 div.evo_title_area h2 { 147 font-size: 180%; 148 margin: 2em 0 0 0; 149 padding: 0; 150 } 151 div.evo_title_area div.widget_core_coll_tagline { 152 letter-spacing: 4px; 153 margin: 1ex 0; 154 } 155 156 157 /* 158 * Styles for content 159 */ 160 table.prevnext_post { 161 width: 100%; 162 } 163 table.prevnext_post td { 164 font-size: 84%; 165 padding: 0; 166 } 167 table.prevnext_post td a { 168 color: #aaa; 169 } 170 table.prevnext_post td a:hover { 171 color: #000; 172 text-decoration:underline; 173 } 174 175 .evo_req_title { 176 margin: 0 0 2ex 0; 177 padding: 1px 0; 178 border-bottom: 2px solid #aaa; 179 } 180 .evo_post 181 { 182 clear: both; 183 margin: 0 0 5ex 0; 184 padding: 0; 185 } 186 .evo_post_title { 187 font-size: 100%; 188 color: #e00000; 189 margin: 1ex 0 .5ex 0; 190 border-bottom: 1px solid #aaa; 191 } 192 .evo_post_head { 193 font-size: 76%; 194 color: #999; 195 } 196 .evo_post_text { 197 font-size: 84%; 198 margin-top: 0px; 199 margin-bottom: 0px; 200 } 201 .evo_post_text p { 202 margin: 1em 0; 203 } 204 .evo_post_foot 205 { 206 color: #999; 207 font-size: 76%; 208 clear: both; 209 margin: 1ex 0 2ex 0; 210 } 211 212 .evo_post_text a { 213 text-decoration: underline; 214 } 215 216 217 .evo_post_head a, 218 .evo_post_foot a { 219 color: #999; 220 } 221 222 223 224 input.bComment, 225 textarea.bComment 226 { 227 background-color: #eee; 228 border: 1px solid #ccc; 229 width: 97%; 230 padding: 2px; 231 margin: 0ex; 232 } 233 select.bComment /* Used by the profile form */ 234 { 235 background-color: #eee; 236 border: 1px solid #ccc; 237 padding: 1px; 238 margin: 0ex; 239 } 240 241 242 /* 243 * Styles for sidebar (right) 244 */ 245 .evo_side_item { 246 font-size: 84%; 247 margin: 2ex; 248 padding: 0 0 2ex 0; 249 border-bottom: 2px solid #e0e0e0; 250 } 251 252 .evo_side_item ul { 253 margin-left: 8px; 254 padding-left: 8px; 255 margin-top: 8px; 256 margin-bottom: 8px; 257 list-style-type:square; 258 } 259 .evo_side_item ul ul{ 260 margin-left: 8px; 261 padding-left: 8px; 262 margin-top: 0px; 263 margin-bottom: 0px; 264 } 265 266 .evo_side_item form { 267 margin-top: 0px; 268 margin-bottom: 0px; 269 } 270 271 input.SearchField 272 { 273 background-color: #eee; 274 border: 1px solid #ccc; 275 padding: .5ex; 276 width: 96%; 277 margin: 0ex; 278 } 279 280 /* 281 * Special SideItems: 282 */ 283 .widget_plugin_evo_Calr, 284 .widget_core_coll_title, 285 .widget_core_coll_longdesc { 286 padding: 0; 287 } 288 .widget_core_coll_title, 289 .widget_core_coll_longdesc { 290 border-bottom: none; 291 } 292 293 .evo_side_credits { 294 font-size: 84%; 295 margin: 2ex; 296 } 297 298 299 /* Calendar: */ 300 table.bCalendarTable caption { 301 border: 1px solid #ccc; 302 background-color: #eee; 303 border-bottom: 0; 304 } 305 table.bCalendarTable { 306 width: 100%; 307 border: solid 1px #ccc; 308 } 309 table.bCalendarTable td { 310 color: #ccc; 311 } 312 table.bCalendarTable td.bCalendarLinkPost { 313 color: #000; 314 } 315 table.bCalendarTable tfoot td { 316 background-color: #eee; 317 border-top: 1px solid #ccc; 318 } 319 table.bCalendarTable tfoot a { 320 text-decoration: none; 321 } 322 table.bCalendarTable tfoot a:hover { 323 background-color: #aaa; 324 color: #000; 325 } 326 th.bCalendarHeaderCell { 327 color: #ccc; 328 font-weight:normal; 329 } 330 #bCalendarToday { 331 background-color: #aaa; 332 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |