MediaWiki:Common.css
De Microfly.info.
(Différences entre les versions)
m |
m |
||
| (32 versions intermédiaires masquées) | |||
| Ligne 5 : | Ligne 5 : | ||
-khtml-border-radius: 3px 3px 0 0; | -khtml-border-radius: 3px 3px 0 0; | ||
border-radius: 3px 3px 0 0; | border-radius: 3px 3px 0 0; | ||
| - | background-color: | + | background-color: #e5e5e5; |
margin: 0 2px; | margin: 0 2px; | ||
| - | padding: | + | padding: 2px 5px 0 2px; |
border-left: 1px solid grey; | border-left: 1px solid grey; | ||
border-top: 1px solid grey; | border-top: 1px solid grey; | ||
| Ligne 18 : | Ligne 18 : | ||
-khtml-border-radius: 3px; | -khtml-border-radius: 3px; | ||
border-radius: 3px; | border-radius: 3px; | ||
| - | background-color: | + | background-color: #e5e5e5; |
margin: 0 2px; | margin: 0 2px; | ||
| - | padding: | + | padding: 2px 5px 0 2px; |
border: 1px outset grey; | border: 1px outset grey; | ||
| + | } | ||
| + | |||
| + | .menus { | ||
| + | background-color: silver; | ||
| + | color: white; | ||
| + | margin: 0 2px; | ||
| + | padding: 2px 5px 0 2px; | ||
| + | border: 1px solid grey; | ||
| + | } | ||
| + | |||
| + | .input { | ||
| + | background-color: white; | ||
| + | margin: 0 2px; | ||
| + | padding: 2px 5px 0 0; | ||
| + | border: 1px inset grey; | ||
| + | } | ||
| + | |||
| + | .link { | ||
| + | color: blue; | ||
| + | border-bottom: 1px solid blue; | ||
| + | } | ||
| + | |||
| + | .fileName { | ||
| + | padding: 0 0 0 3px; | ||
| + | font-style: italic; | ||
| + | color: #0099cc; | ||
| + | } | ||
| + | |||
| + | .menus img, .input img, .buttons img { | ||
| + | margin-top: -2px; | ||
| + | } | ||
| + | |||
| + | table.rounded td { | ||
| + | -moz-border-radius: 3px 3px 0 0; | ||
| + | -webkit-border-radius: 3px 3px 0 0; | ||
| + | -khtml-border-radius: 3px 3px 0 0; | ||
| + | border-radius: 5px; | ||
| + | padding: 2px; | ||
| + | border: 1px solid #AAAAAA; | ||
| + | } | ||
| + | |||
| + | table.tuto { | ||
| + | background: none repeat scroll 0 0 #FFF; | ||
| + | border: 1px solid #AAAAAA; | ||
| + | border-collapse: collapse; | ||
| + | margin: 1em 1em 1em 0; | ||
| + | width: 800px; | ||
| + | } | ||
| + | |||
| + | table.tuto th, table.tuto td { | ||
| + | border: 1px solid #AAAAAA; | ||
| + | padding: 0.2em; | ||
| + | } | ||
| + | |||
| + | table.tuto th { | ||
| + | background: none repeat scroll 0 0 #F2F2F2; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | table.cleantable { | ||
| + | background-color: transparent; | ||
| + | } | ||
| + | |||
| + | table.cleantable td { | ||
| + | border: none; | ||
} | } | ||
Version actuelle en date du 21 juillet 2011 à 11:02
/* Le CSS placé ici sera appliqué à tous les habillages. */ .tabs { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -khtml-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; background-color: #e5e5e5; margin: 0 2px; padding: 2px 5px 0 2px; border-left: 1px solid grey; border-top: 1px solid grey; border-right: 1px outset grey; } .buttons { -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; background-color: #e5e5e5; margin: 0 2px; padding: 2px 5px 0 2px; border: 1px outset grey; } .menus { background-color: silver; color: white; margin: 0 2px; padding: 2px 5px 0 2px; border: 1px solid grey; } .input { background-color: white; margin: 0 2px; padding: 2px 5px 0 0; border: 1px inset grey; } .link { color: blue; border-bottom: 1px solid blue; } .fileName { padding: 0 0 0 3px; font-style: italic; color: #0099cc; } .menus img, .input img, .buttons img { margin-top: -2px; } table.rounded td { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -khtml-border-radius: 3px 3px 0 0; border-radius: 5px; padding: 2px; border: 1px solid #AAAAAA; } table.tuto { background: none repeat scroll 0 0 #FFF; border: 1px solid #AAAAAA; border-collapse: collapse; margin: 1em 1em 1em 0; width: 800px; } table.tuto th, table.tuto td { border: 1px solid #AAAAAA; padding: 0.2em; } table.tuto th { background: none repeat scroll 0 0 #F2F2F2; text-align: center; } table.cleantable { background-color: transparent; } table.cleantable td { border: none; }