MediaWiki:Common.css : Différence entre versions
De Wiki Mâcon Sud Bourgogne
Ligne 48 : | Ligne 48 : | ||
.mw-body { | .mw-body { | ||
color: #6d6d77; | color: #6d6d77; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin-top: 9em; | ||
} | } |
Version du 27 juillet 2017 à 10:56
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
font: x-small sans-serif;
background: #FFFFFF url(//www.pays-sud-bourgogne.fr/images/Home/SliderProfil/teaser-home-psb.jpg) top left repeat-x;
color: #6d6d77;
margin: 0;
padding: 0;
}
#p-cactions {
position: absolute;
top: 0.1em;
left: 18.1em;
margin: 0;
white-space: nowrap;
width: 76%;
line-height: 1.1em;
overflow: visible;
background: none;
border-collapse: collapse;
padding-left: 1em;
list-style: none;
font-size: 95%;
font-weight: bold;
}
.bloc-index .titre {
background-color: #8DC63F;
color: #f2f3ff !important;
width: 100%;
font-size: 26px;
line-height: 30px;
text-align: center;
}
.bloc-index .titre a {
background-color: #8DC63F;
color: #f2f3ff !important;
width: 100%;
font-size: 26px;
line-height: 30px;
text-align: center;
}
.mw-body {
color: #6d6d77;
}
#content {
margin-top: 9em;
}