« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 4 : | Ligne 4 : | ||
body.skin--responsive #p-cactions li.selected a { | body.skin--responsive #p-cactions li.selected a { | ||
background-color: #127CA6; | background-color: #127CA6; | ||
border:0; | |||
} | } | ||
| Ligne 12 : | Ligne 13 : | ||
border-radius: 7px; | border-radius: 7px; | ||
padding: 0.2em 0.8em 0.4em; | padding: 0.2em 0.8em 0.4em; | ||
border:0; | |||
} | } | ||
| Ligne 18 : | Ligne 20 : | ||
background-color: #C4EEF2; | background-color: #C4EEF2; | ||
border-radius: 7px; | border-radius: 7px; | ||
border:0; | |||
} | } | ||
Version du 1 novembre 2024 à 21:58
body { background-color: #F7F7F7; }
#column-content { background-color: #ffffff; }
body.skin--responsive #p-cactions li.selected a {
background-color: #127CA6;
border:0;
}
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;
border:0;
}
body.skin--responsive #p-cactions li a:hover {
color: #ffffff;
background-color: #C4EEF2;
border-radius: 7px;
border:0;
}