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