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