[ Index ] |
|
Code source de Serendipity 1.2 |
1 body { 2 font-family: Verdana; 3 margin: 0 0 0 0; 4 background: #7F9BC2 url({TEMPLATE_PATH}img/background.jpg) repeat-x; 5 direction: {LANG_DIRECTION}; 6 } 7 8 #serendipity_admin_page { 9 text-align: center; 10 } 11 12 #serendipityAdminBodyImageSelector { 13 background: #FFF; 14 } 15 16 #serendipityAdminFrame { 17 text-align: left; 18 width: 80%; 19 min-width: 777px; 20 margin: auto; 21 background: #FFF; 22 border: 2px solid #0F3353; 23 border-top: 0; 24 } 25 26 #serendipityAdminBanner { 27 background-color: #FFF; 28 height: 80px; 29 background: url({TEMPLATE_PATH}img/banner_background.png); 30 } 31 32 #serendipityAdminInfopane { 33 background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png); 34 font-size: 10px; 35 padding: 5px; 36 vertical-align: middle; 37 text-align: right; 38 color: #5E5E5E; 39 height: 27px; 40 } 41 42 #serendipityAdminMainpane { 43 background: #FFF; 44 border: 2px solid #0F3353; 45 border-top: inherit; 46 padding: 5px; 47 } 48 49 .serendipityAdminContent { 50 font-size: 0.8em; 51 padding: 10px 5px 20px 5px; 52 width: 80%; 53 } 54 55 #serendipityAdminBanner h1 { 56 padding-left: 20px; 57 font-size: 1.8em; 58 margin: 0; 59 } 60 61 #serendipityAdminBanner h2 { 62 padding-left: 30px; 63 font-size: 1em; 64 color: #AAA; 65 margin: 0; 66 } 67 68 #serendipitySideBar { 69 width: 20%; 70 padding-top: 10px; 71 } 72 73 #serendipityAdminFooter { 74 font-size: 0.7em; 75 text-align: center; 76 color: #FFF; 77 } 78 79 .serendipitySideBarTitle { 80 padding-left: 2px; 81 font-weight: bold; 82 font-size: 0.9em; 83 } 84 85 .serendipitySideBarContent { 86 padding-left: 10px; 87 font-size: 0.8em; 88 } 89 90 .serendipitySideBarItem { 91 margin-bottom: 10px; 92 } 93 94 .serendipity_admin_title { 95 font-size: 2em; 96 margin-bottom: 5px; 97 } 98 99 .serendipity_admin_list_item.serendipity_admin_list_item_uneven { 100 border: 1px solid #294366; 101 background: #F8F9FA; 102 margin-bottom: 5px; 103 } 104 105 .serendipity_admin_list_item.serendipity_admin_list_item_even { 106 border: 1px solid #294366; 107 background: #F2F3F2; 108 margin: 0 0 5px 0; 109 } 110 111 .serendipityAdminMsgError { 112 color: #F00; 113 text-align: center; 114 font-weight: bold; 115 margin: 10px; 116 } 117 118 .serendipityAdminMsgSuccess { 119 color: #0B0; 120 text-align: center; 121 font-weight: bold; 122 margin: 10px; 123 } 124 125 .serendipityAdminMsgNote { 126 background: #FFFF9D; 127 border: 1px solid #F70; 128 padding: 3px; 129 text-align: center; 130 margin: 10px; 131 } 132 133 134 135 td, th { 136 font-size: 0.8em; 137 } 138 139 a:visited, 140 a:link { 141 color: #294366; 142 text-decoration: underline; 143 } 144 145 a:hover { 146 color: #D40041; 147 } 148 149 input, select, textarea { 150 background: #F8F9FA; 151 font-family: Verdana; 152 font-size: 0.9em; 153 border: 1px solid #294366; 154 } 155 156 #serendipity_iframe { 157 border: 1px solid #294366; 158 text-align: center; 159 margin: auto; 160 } 161 162 ul.serendipitySideBarMenu { 163 padding: 0; 164 margin: 0; 165 } 166 167 ul.serendipitySideBarMenu li.serendipitySideBarMenuHead { 168 font-size: 0.85em; 169 list-style: none; 170 display: block; 171 font-weight: bold; 172 background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat; 173 padding-top: 0.3em; 174 padding-bottom: 0.3em; 175 padding-left: 3px; 176 } 177 178 ul.serendipitySideBarMenu li { 179 font-size: 0.8em; 180 font-weight: normal; 181 background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat; 182 padding-top: 0.3em; 183 padding-bottom: 0.3em; 184 padding-left: 5px; 185 list-style:none; 186 display:block; 187 margin:0; 188 } 189 190 ul.serendipitySideBarMenu a:link, 191 ul.serendipitySideBarMenu a:visited { 192 text-decoration: none; 193 font-weight: bold; 194 } 195 196 .serendipityImageButton { 197 cursor: pointer; 198 } 199 200 a:link.serendipityIconLink, 201 a:visited.serendipityIconLink { 202 border: 0; 203 font-weight: bold; 204 text-decoration: none; 205 margin-right: 4px; 206 } 207 208 .serendipityIconLink img { 209 margin-right: 2px; 210 vertical-align: bottom; 211 border: 0; 212 } 213 214 a:link.serendipityIconLinkRight, 215 a:visited.serendipityIconLinkRight { 216 border: 0; 217 font-weight: bold; 218 text-decoration: none; 219 margin-left: 4px; 220 } 221 .serendipityIconLinkRight img { 222 margin-left: 2px; 223 vertical-align: bottom; 224 border: 0; 225 } 226 227 228 a:link.serendipityPrettyButton, 229 a:visited.serendipityPrettyButton, 230 a:hover.serendipityPrettyButton { 231 text-decoration: none; 232 color: #1D2E3F; 233 } 234 235 .serendipityPrettyButton { 236 padding: 1px; 237 background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top; 238 background-color: #95accc; 239 color: #1D2E3F; 240 font-weight: bold; 241 font-size: 0.9em; 242 border: 1px outset #000; 243 margin: 2px; 244 } 245 246 /* Special class if the button is a <a> tag */ 247 a.serendipityPrettyButton { 248 padding: 2px 4px 2px 4px; 249 cursor: default; 250 } 251 252 253 .direction_ltr { 254 direction: ltr; 255 } 256 257 .direction_rtl { 258 direction: rtl; 259 } 260 261 .serendipity_pluginlist_header { 262 height: 30px; 263 background-color: white; 264 color: black; 265 vertical-align: middle; 266 padding: 10px 0px 5px 10px; 267 } 268 269 .serendipity_pluginlist_section { 270 height: 50px; 271 border: 1px solid black; 272 background-color: #E0E0E0; 273 color: black; 274 vertical-align: middle; 275 padding: 10px 0px 5px 10px; 276 } 277 278 table#serendipity_customfields { 279 width: 100%; 280 } 281 282 table#serendipity_customfields .customfield_name { 283 background-color: #FAFAFA; 284 width: 25%; 285 padding-left: 5px; 286 } 287 288 table#serendipity_customfields .customfield_value { 289 background-color: #FFFFFF; 290 width: 75%; 291 } 292 293 table#serendipity_customfields .customfield_value textarea { 294 width: 100%; 295 height: 100px; 296 } 297 298 .further_links { 299 float: right; 300 font-size: 0.8em; 301 border: 1px solid black; 302 } 303 304 .further_links p { 305 text-align: center; 306 font-weight: bold; 307 } 308 309 .further_links ul { 310 padding: 0px; 311 list-style-type: none; 312 } 313 314 .further_links li { 315 margin: 5px; 316 padding: 0px; 317 }
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 |
![]() |