[ Index ] |
|
Code source de Serendipity 1.2 |
1 a, a:visited { 2 color: #993300; 3 text-decoration: none; 4 } 5 6 a:hover { 7 color: #cc3300; 8 text-decoration: underline; 9 } 10 11 body { 12 background-color: #f0f0f0; 13 color: #000000; 14 font-family: sans-serif; 15 line-height: 20px; 16 margin-left: 0px; 17 margin-right: 0px; 18 margin-top: 0px; 19 margin-bottom: 0px; 20 } 21 22 p, td, th, div, span { 23 vertical-align: top; 24 } 25 26 #content { 27 width: auto; 28 } 29 30 #mainpane { 31 width: 100%; 32 } 33 34 #serendipity_banner { 35 background-color: #dddddd; 36 border-bottom: dashed 1px #000080; 37 width: 100%; 38 } 39 40 a.homelink1, 41 a.homelink1:hover, 42 a.homelink1:link, 43 a.homelink1:visited, 44 #serendipity_banner h1 { 45 color: #666666; 46 font-size: x-large; 47 font-weight: bold; 48 margin-top: 0px; 49 padding-left: 20px; 50 padding-top: 5px; 51 text-decoration: none; 52 } 53 54 a.homelink2, 55 a.homelink2:hover, 56 a.homelink2:link, 57 a.homelink2:visited, 58 #serendipity_banner h2 { 59 color: #aaaaaa; 60 font-size: large; 61 font-weight: bold; 62 padding-left: 20px; 63 text-decoration: none; 64 } 65 66 #serendipityRightSideBar { 67 background-color: #f0f0f0; 68 border-left: 1px dashed #4068ab; 69 border-bottom: 1px dashed #4068ab; 70 padding: 20px; 71 vertical-align: top; 72 } 73 74 #serendipityLeftSideBar { 75 background-color: #f0f0f0; 76 border-right: 1px dashed #4068ab; 77 border-bottom: 1px dashed #4068ab; 78 padding: 20px; 79 vertical-align: top; 80 } 81 82 div.serendipitySideBarTitle { 83 font-size: small; 84 font-weight: bold; 85 margin-bottom: 8px; 86 } 87 88 div.serendipitySideBarItem { 89 background-color: #e6eaee; 90 border: 1px dashed #d0d0d0; 91 font-size: x-small; 92 margin-bottom: 12px; 93 padding-left: 10px; 94 padding-right: 10px; 95 padding-bottom: 10px; 96 } 97 98 .serendipity_entry { 99 background-color: #e6eaee; 100 display: block; 101 padding-left: 20px; 102 padding-right: 20px; 103 padding-bottom: 10px; 104 } 105 106 div.serendipity_Entry_Date { 107 background-color: #e6eaee; 108 border: 1px dashed #d0d0d0; 109 margin: 10px; 110 padding: 10px; 111 width: auto; 112 } 113 114 img.serendipity_entryIcon { 115 float: right; 116 border: 0px; 117 } 118 119 .serendipity_title { 120 border: 1px; 121 color: #1a3c5a; 122 font-weight: bold; 123 margin-bottom: 8px; 124 margin-top: 8px; 125 padding-left: 20px; 126 } 127 128 .serendipity_title a:link, 129 .serendipity_title a:visited { 130 border: 0; 131 color: #000000; 132 text-decoration: none; 133 } 134 135 .serendipity_title a:hover { 136 color: #cc3300; 137 } 138 139 .serendipity_date { 140 color: #000080; 141 display: block; 142 font-weight: bold; 143 text-align: right; 144 width: 100%; 145 } 146 147 .serendipity_commentsTitle { 148 background-color: #f2f4f6; 149 border: 0px; 150 color: #404040; 151 display: block; 152 font-size: small; 153 padding-left:8px; 154 width: 100%; 155 } 156 157 .serendipity_time { 158 display: block; 159 font-size: large; 160 font-weight: bold; 161 margin-top: 8px; 162 } 163 164 td.serendipity_commentsLabel { 165 font-size: small; 166 font-weight: bold; 167 vertical-align: top; 168 width: 10%; 169 } 170 171 td.serendipity_comment { 172 color: #404040; 173 font-size: small; 174 margin-bottom: 12px; 175 padding-left:8px; 176 } 177 178 .serendipity_comment_source { 179 margin-top: 5px; 180 } 181 182 .serendipity_comment { 183 padding-top: 1em; 184 overflow: auto; 185 } 186 187 td.serendipityEntriesBox { 188 background-color: #ffffff; 189 padding: 10px; 190 margin: 10px; 191 } 192 193 td.serendipity_admin { 194 padding: 10px; 195 } 196 197 table.serendipity_calendar td { 198 font-size: small; 199 padding: 3px; 200 } 201 202 table.serendipity_calendar a { 203 font-weight: bold; 204 text-decoration:none; 205 } 206 207 table.serendipity_calendar a:hover { 208 text-decoration:underline; 209 } 210 211 td.serendipity_weekDayName { 212 background-color: #dddddd; 213 font-size: small; 214 font-weight: bold; 215 } 216 217 div.serendipityPlug, div.serendipityPlug a { 218 font-size: small; 219 } 220 221 img.serendipityImageButton { 222 cursor: hand; 223 } 224 225 div.serendipity_admin_title { 226 font-size: large; 227 font-weight: bold; 228 margin-bottom: 12px; 229 } 230 231 div.serendipity_admin_list_title { 232 font-weight: bold; 233 margin-bottom: 8px; 234 } 235 236 td.serendipity_admin_list_item { 237 border: dotted 1px #d0d0d0; 238 } 239 240 div.serendipity_entryFooter { 241 clear: both; 242 color: #000000; 243 font-size: x-small; 244 padding-top: 5px; 245 padding-bottom: 4px; 246 } 247 248 249 /** Embedded images with the s9y image manager **/ 250 .serendipity_imageComment_center, 251 .serendipity_imageComment_left, 252 .serendipity_imageComment_right { 253 border: 1px solid black; 254 background-color: #EFEFEF; 255 margin: 3px; 256 } 257 258 .serendipity_imageComment_center { 259 margin: 0px; 260 } 261 262 .serendipity_imageComment_left { 263 float: left; 264 } 265 266 .serendipity_imageComment_right { 267 float: right; 268 } 269 270 .serendipity_imageComment_img, 271 .serendipity_imageComment_img img { 272 margin: 0px; 273 padding: 0px; 274 border: 0px; 275 text-align: center; 276 } 277 278 .serendipity_imageComment_txt { 279 margin: 0px; 280 padding: 3px; 281 clear: both; 282 font-size: 9pt; 283 text-align: center; 284 } 285 286 .serendipity_admin_list_item_even { 287 background-color: #ffffff; 288 } 289 290 .serendipity_admin_list_item_uneven { 291 background-color: #E0E0E0; 292 } 293 294 .serendipity_admin_filters { 295 border: 1px dashed; 296 background-color: #FFFFFF; 297 font-size: 10px; 298 margin-bottom: 10px; 299 padding: 2px; 300 } 301 302 .serendipity_admin_filters_headline { 303 border-bottom: 1px solid; 304 font-weight: bold; 305 } 306 307 .serendipity_admin_sortorder { 308 font-size: 10px; 309 text-align: center; 310 } 311 312 .serendipity_admin_sortorder input, 313 .serendipity_admin_sortorder select, 314 .serendipity_admin_filters input, 315 .serendipity_admin_filters select { 316 font-size: 10px; 317 } 318 319 .serendipity_comments { 320 } 321 322 .serendipity_center { 323 margin-left: auto; 324 margin-right: auto; 325 text-align: center; 326 } 327 328 .serendipity_msg_important { 329 color: red; 330 } 331 332 .serendipity_msg_notice { 333 color: green; 334 } 335 336 .serendipity_entry_author_self { 337 } 338 339 .serendipity_comment_author_self { 340 background-color: #f2f4f6; 341 }
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 |
![]() |