« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 10 : | Ligne 10 : | ||
color: #ffffff; | color: #ffffff; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
border-radius: | border-radius: 7px; | ||
padding: 0.2em 0.8em 0.4em; | |||
} | } | ||
Version du 1 novembre 2024 à 21:51
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;
}