MediaWiki:Common.css
De Microfly.info.
(Différences entre les versions)
m |
m |
||
Ligne 7 : | Ligne 7 : | ||
background-color: #e5e5e5; | background-color: #e5e5e5; | ||
margin: 0 2px; | margin: 0 2px; | ||
- | padding: 2px | + | padding: 2px 5px 0 5px; |
border-left: 1px solid grey; | border-left: 1px solid grey; | ||
border-top: 1px solid grey; | border-top: 1px solid grey; | ||
Ligne 20 : | Ligne 20 : | ||
background-color: #e5e5e5; | background-color: #e5e5e5; | ||
margin: 0 2px; | margin: 0 2px; | ||
- | padding: 2px | + | padding: 2px 5px 0 5px; |
border: 1px outset grey; | border: 1px outset grey; | ||
} | } | ||
Ligne 27 : | Ligne 27 : | ||
background-color: #e5e5e5; | background-color: #e5e5e5; | ||
margin: 0 2px; | margin: 0 2px; | ||
- | padding: 2px | + | padding: 2px 5px 0 5px; |
border: 1px solid grey; | border: 1px solid grey; | ||
} | } |
Version du 8 juin 2011 à 10:35
/* 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 5px; 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 5px; border: 1px outset grey; } .menus { background-color: #e5e5e5; margin: 0 2px; padding: 2px 5px 0 5px; border: 1px solid grey; }