« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 16 : | Ligne 16 : | ||
body.skin--responsive #p-cactions li a:hover { | body.skin--responsive #p-cactions li a:hover { | ||
color: #000000; | color: #000000; | ||
background-color: #127CA6; | |||
border-radius: 7px; | |||
} | } | ||
Version du 1 novembre 2024 à 21:55
body { background-color: #F7F7F7; }
#column-content { background-color: #ffffff; }
body.skin--responsive #p-cactions li.selected a {
background-color: #127CA6;
}
body.skin--responsive #p-cactions li a {
background-color: #073A59;
color: #ffffff;
font-size: 1.2em;
border-radius: 7px;
padding: 0.2em 0.8em 0.4em;
}
body.skin--responsive #p-cactions li a:hover {
color: #000000;
background-color: #127CA6;
border-radius: 7px;
}