Changeset 48883 in spip-zone for _plugins_/themes_interface_privee/style_prive_ispip.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_ispip.html
r37339 r48883 47 47 #bandeau-principal { 48 48 .bandeau_sec { 49 -webkit-border-bottom-left-radius: 8px; 50 -webkit-border-bottom-right-radius: 8px; 51 border-bottom-left-radius: 8px; 52 border-bottom-right-radius: 8px; 53 -moz-border-radius: 0px 0px 8px 8px; 49 -spip-border-bottom-left-radius: 8px; 50 -spip-border-bottom-right-radius: 8px; 51 position: absolute; 54 52 } 55 53 } … … 75 73 border-top: 0px; 76 74 color: #464646; 77 -webkit-border-bottom-left-radius: 8px; 78 -webkit-border-bottom-right-radius: 8px; 79 border-bottom-left-radius: 8px; 80 border-bottom-right-radius: 8px; 81 -moz-border-radius: 0px 0px 8px 8px; 75 -spip-border-bottom-left-radius: 8px; 76 -spip-border-bottom-right-radius: 8px; 77 position: absolute; 82 78 83 79 . :hover { 84 80 box-shadow: 0px 0px 2px #999; 85 -webkit-box-shadow: 0px 0px 2px #999; 86 -moz-box-shadow: 0px 0px 2px #999; 81 -spip-box-shadow: 0px 0px 2px #999; 82 position: absolute; 83 87 84 } 88 85 … … 103 100 background: #fff; 104 101 border-color: #B4B4B4; 105 -moz-border-radius: 8px; 106 -webkit-border-radius: 8px; 107 border-radius: 8px; 102 -spip-border-radius: 8px; 108 103 109 104 … … 128 123 padding-bottom: 8px; 129 124 text-shadow: white 0px 1px 1px; 130 -webkit-border-top-left-radius: 8px; 131 -webkit-border-top-right-radius: 8px; 132 -moz-border-radius: 8px 8px 0px 0px; 133 border-top-left-radius: 8px; 134 border-top-right-radius: 8px; 125 -spip-border-top-left-radius: 8px; 126 -spip-border-top-right-radius: 8px; 135 127 136 128 … … 140 132 .fiche_objet, .no_onglets .fiche_objet { 141 133 border-color: #dfdfdf; 142 -moz-border-radius: 8px; 143 -webkit-border-radius: 8px; 144 border-radius: 8px; 134 -spip-border-radius: 8px; 145 135 } 146 136 … … 157 147 div.liste, div.cadre-liste { 158 148 border-color: #b4b4b4; 159 -moz-border-radius: 8px; 160 -webkit-border-radius: 8px; 161 border-radius: 8px; 149 -spip-border-radius: 8px; 162 150 163 151 table { … … 175 163 176 164 td:first-child { 177 -webkit-border-bottom-left-radius: 8px; 178 -webkit-border-top-left-radius: 8px; 179 -moz-border-radius: 8px 0px 0px 8px; 180 border-bottom-left-radius: 8px; 181 border-top-left-radius: 8px; 165 -spip-border-bottom-left-radius: 8px; 166 -spip-border-top-left-radius: 8px; 182 167 } 183 168 td:last-child { 184 -webkit-border-bottom-right-radius: 8px; 185 -webkit-border-top-right-radius: 8px; 186 -moz-border-radius: 0px 8px 8px 0px; 187 border-bottom-right-radius: 8px; 188 border-top-right-radius: 8px; 169 -spip-border-bottom-right-radius: 8px; 170 -spip-border-top-right-radius: 8px; 189 171 } 190 172 } … … 203 185 background-color: [#(#ENV{couleur_foncee}|couleur_saturation{0.4})]; 204 186 border-bottom: 1px solid #b4b4b4; 205 -webkit-border-top-left-radius: 8px; 206 -webkit-border-top-right-radius: 8px; 207 -moz-border-radius: 8px 8px 0px 0px; 208 border-top-left-radius: 8px; 209 border-top-right-radius: 8px; 187 -spip-border-top-left-radius: 8px; 188 -spip-border-top-right-radius: 8px; 210 189 } 211 190 … … 233 212 .icone36 { 234 213 a img, img { 235 -moz-border-radius: 6px; 236 -webkit-border-radius: 6px; 237 border-radius: 6px; 214 -spip-border-radius: 6px; 238 215 } 239 216 } … … 261 238 262 239 .icone36 a span, a.icone36 span { 263 -moz-border-radius: 8px; 264 -webkit-border-radius: 8px; 265 border-radius: 8px; 240 -spip-border-radius: 8px; 266 241 border: 1px solid #bbb; 267 242 padding: 8px 10px; … … 291 266 background-color: white; 292 267 border: 1px solid #eee; 293 -moz-border-radius: 8px; 294 -webkit-border-radius: 8px; 295 border-radius: 8px; 268 -spip-border-radius: 8px; 296 269 297 270 li.editer_parent { … … 325 298 326 299 .cadre-forum { 327 -webkit-border-bottom-left-radius: 0px; 328 -webkit-border-bottom-right-radius: 0px; 329 -moz-border-radius: 6px 6px 0px 0px; 330 border-bottom-left-radius: 0px; 331 border-bottom-right-radius: 0px; 300 -spip-border-bottom-left-radius: 0px; 301 -spip-border-bottom-right-radius: 0px; 332 302 } 333 303 .cadre-thread-forum { 334 -webkit-border-radius: 0px; 335 -moz-border-radius: 0px; 336 border-radius: 0px; 304 -spip-border-radius: 0px; 337 305 338 306 .titrem { 339 -webkit-border-radius: 0px; 340 -moz-border-radius: 0px; 341 border-radius: 0px; 307 -spip-border-radius: 0px; 342 308 } 343 309 } … … 351 317 text-shadow: #[(#ENV{couleur_foncee}|couleur_saturation{1})] -1px -1px 0px; 352 318 color: white; 353 -moz-border-radius: 8px; 354 -webkit-border-radius: 8px; 355 border-radius: 8px; 319 -spip-border-radius: 8px; 356 320 357 321 }
Note: See TracChangeset
for help on using the changeset viewer.