Changeset 48883 in spip-zone for _plugins_/themes_interface_privee/style_prive_geek.html
- Timestamp:
- Jun 17, 2011, 12:14:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/themes_interface_privee/style_prive_geek.html
r36089 r48883 29 29 font-family: arial, helvetica, sans-serif; 30 30 background-color: #444; 31 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65)); 32 background: -moz-linear-gradient(-90deg, #333, #5e5e65); 33 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#333333, endColorstr=#5e5e65); 31 -spip-gradient: top, #333333, #5e5e65; 34 32 } 35 33 … … 81 79 #bandeau-principal { 82 80 .bandeau_sec { 83 -webkit-border-bottom-left-radius: 8px; 84 -webkit-border-bottom-right-radius: 8px; 85 border-bottom-left-radius: 8px; 86 border-bottom-right-radius: 8px; 87 -moz-border-radius: 0px 0px 8px 8px; 81 -spip-border-bottom-left-radius: 8px; 82 -spip-border-bottom-right-radius: 8px; 83 position: absolute; 88 84 } 89 85 } … … 109 105 border-top: 0px; 110 106 color: #aaa; 111 -webkit-border-bottom-left-radius: 8px; 112 -webkit-border-bottom-right-radius: 8px; 113 border-bottom-left-radius: 8px; 114 border-bottom-right-radius: 8px; 115 -moz-border-radius: 0px 0px 8px 8px; 107 -spip-border-bottom-left-radius: 8px; 108 -spip-border-bottom-right-radius: 8px; 109 position: absolute; 116 110 117 111 a { … … 141 135 border-color: #333; 142 136 border: 0px; 143 -moz-border-radius: 8px; 144 -webkit-border-radius: 8px; 145 border-radius: 8px; 137 -spip-border-radius: 8px; 146 138 147 139 … … 163 155 .titrem { 164 156 background-color: #444; 165 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); 166 background: -moz-linear-gradient(-90deg, #4c4d4e, #404142); 167 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#4c4d4e', endColorstr='#404142'); 157 -spip-gradient: top, #4c4d4e, #404142; 158 168 159 padding-top: 8px; 169 160 padding-bottom: 8px; 170 161 text-shadow: black 1px 1px 1px; 171 162 color: white; 172 -webkit-border-top-left-radius: 8px; 173 -webkit-border-top-right-radius: 8px; 174 -moz-border-radius: 8px 8px 0px 0px; 175 border-top-left-radius: 8px; 176 border-top-right-radius: 8px; 177 178 163 -spip-border-top-left-radius: 8px; 164 -spip-border-top-right-radius: 8px; 179 165 } 180 166 } … … 182 168 .fiche_objet, .no_onglets .fiche_objet { 183 169 border-color: #dfdfdf; 184 -moz-border-radius: 8px; 185 -webkit-border-radius: 8px; 186 border-radius: 8px; 170 -spip-border-radius: 8px; 187 171 } 188 172 … … 205 189 div.cadre-info { 206 190 background-color: black; 207 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#000)); 208 background: -moz-linear-gradient(-90deg, #222, #000); 209 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#222222, endColorstr=#000000); 191 -spip-gradient: top, #222222, #000000; 210 192 211 193 color: #aaa; … … 222 204 div.liste, div.cadre-liste { 223 205 border-color: #333; 224 -moz-border-radius: 8px; 225 -webkit-border-radius: 8px; 226 border-radius: 8px; 227 228 box-shadow: 0px 0px 2px black; 229 -webkit-box-shadow: 0px 0px 2px black; 230 -moz-box-shadow: 0px 0px 2px black; 206 -spip-border-radius: 8px; 207 208 -spip-box-shadow: 0px 0px 2px black; 231 209 232 210 table { … … 254 232 255 233 td:first-child { 256 -webkit-border-bottom-left-radius: 8px; 257 -moz-border-radius: 0px 0px 8px 0px; 258 border-bottom-left-radius: 8px; 234 -spip-border-bottom-left-radius: 8px; 259 235 } 260 236 td:last-child { 261 -webkit-border-bottom-right-radius: 8px; 262 -moz-border-radius: 0px 0px 0px 8px; 263 border-bottom-right-radius: 8px; 237 -spip-border-bottom-right-radius: 8px; 264 238 } 265 239 } … … 275 249 276 250 .titrem { 277 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#[(#ENV{couleur_foncee}|couleur_saturation{0.7})]), to(#[(#ENV{couleur_foncee}|couleur_saturation{0.9})]));278 background: -moz-linear-gradient(-90deg, #[(#ENV{couleur_foncee}|couleur_saturation{0.7})], #[(#ENV{couleur_foncee}|couleur_saturation{0.9})]);279 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#[(#ENV{couleur_foncee}|couleur_saturation{0.7})]', endColorstr='#[(#ENV{couleur_foncee}|couleur_saturation{0.9})]'); 251 252 -spip-gradient: top, #[(#ENV{couleur_foncee}|couleur_saturation{0.7})], #[(#ENV{couleur_foncee}|couleur_saturation{0.9})]; 253 280 254 color: white; 281 255 282 256 border-bottom: 1px solid #b4b4b4; 283 -webkit-border-top-left-radius: 8px; 284 -webkit-border-top-right-radius: 8px; 285 -moz-border-radius: 8px 8px 0px 0px; 286 border-top-left-radius: 5px; 287 border-top-right-radius: 5px; 257 -spip-border-top-left-radius: 8px; 258 -spip-border-top-right-radius: 8px; 288 259 289 260 a { … … 315 286 .icone36 { 316 287 a img, img { 317 -moz-border-radius: 6px; 318 -webkit-border-radius: 6px; 319 border-radius: 6px; 288 -spip-border-radius: 6px; 320 289 } 321 290 } … … 343 312 344 313 .icone36 a span, a.icone36 span { 345 -moz-border-radius: 8px; 346 -webkit-border-radius: 8px; 347 border-radius: 8px; 314 -spip-border-radius: 8px; 315 348 316 border: 0px solid #666; 349 317 padding: 8px 10px; … … 376 344 background-color: white; 377 345 border: 1px solid #eee; 378 -moz-border-radius: 8px; 379 -webkit-border-radius: 8px; 380 border-radius: 8px; 346 -spip-border-radius: 8px; 347 381 348 382 349 li.editer_parent { … … 410 377 411 378 .cadre-forum { 412 -webkit-border-bottom-left-radius: 0px; 413 -webkit-border-bottom-right-radius: 0px; 414 -moz-border-radius: 6px 6px 0px 0px; 415 border-bottom-left-radius: 0px; 416 border-bottom-right-radius: 0px; 379 -spip-border-bottom-left-radius: 0px; 380 -spip-border-bottom-right-radius: 0px; 417 381 } 418 382 .cadre-thread-forum { 419 -webkit-border-radius: 0px; 420 -moz-border-radius: 0px; 421 border-radius: 0px; 383 -spip-border-radius: 0px; 422 384 423 385 .titrem { 424 -webkit-border-radius: 0px; 425 -moz-border-radius: 0px; 426 border-radius: 0px; 386 -spip-border-radius: 0px; 427 387 } 428 388 } … … 436 396 text-shadow: #[(#ENV{couleur_foncee}|couleur_foncer)] 1px 1px 1px; 437 397 color: white; 438 -moz-border-radius: 8px; 439 -webkit-border-radius: 8px; 440 border-radius: 8px; 398 -spip-border-radius: 8px; 441 399 442 400 }
Note: See TracChangeset
for help on using the changeset viewer.