A l'occasion des 80 ans de la libération de Rennes, (re)découvrez l'ensemble des
contributions autour de la Seconde Guerre mondiale et de la libération sur Wiki-Rennes.
« MediaWiki:Common.css » : différence entre les versions
De WikiRennes
Aller à la navigationAller à la rechercheAucun résumé des modifications |
(Ajout des règles venant du skin WikiRennes mais qui concernent la page d’accueil, ça a plus sa place ici pour permettre aux contributeurs de modifier le style) |
||
(4 versions intermédiaires par un autre utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Règles pour l’accueil */ | |||
.accueil-btnModify { | |||
float: right; | |||
} | |||
.accueil-contBloc { | |||
display:block; | |||
border:1px solid #aaa; | |||
vertical-align:top; | |||
width:100%; | |||
background-color:#ffffff; | |||
margin-bottom:10px; | |||
padding:0px 0px5px 0px; | |||
-moz-border-radius-topleft: 0.9em; | |||
-moz-border-radius-bottomright: 0.9em; | |||
-moz-border-radius-bottomleft: 0.9em; | |||
} | |||
.accueil-fdBloc { | |||
overflow: visible; | |||
background-color:#ececec; | |||
color:#00000; | |||
text-align:center; | |||
font-weight:normal; | |||
margin:0px 0px 0px 0px; | |||
padding:5px 3px 5px 3em; | |||
font-size:120%; | |||
font-family:Arial; | |||
font-weight:normal; | |||
font-style:normal; | |||
font-variant:normal; | |||
-moz-border-radius-topleft: 0.9em; | |||
text-decoration:none; | |||
text-transform : none; | |||
letter-spacing:normal; | |||
word-spacing:normal; | |||
} | |||
.accueil-colLeft { | |||
width:49%; | |||
display:block; | |||
float:left; | |||
align:left; | |||
} | |||
.accueil-colRight { | |||
width:49%; | |||
display:block; | |||
float:right; | |||
align:right; | |||
} | |||
/* Nouvelles pages en page d'accueil */ | /* Nouvelles pages en page d'accueil */ | ||
. | .nouvelles-pages .mw-newpages-history, .nouvelles-pages .mw-newpages-length, .nouvelles-pages .mw-usertoollinks { | ||
display: none; | display: none; | ||
} | } | ||
. | .nouvelles-pages .mw-userlink { | ||
color: #39F; | color: #39F; | ||
} | } | ||
. | .nouvelles-pages .not-patrolled { | ||
background-color: transparent; | background-color: transparent; | ||
} | |||
.nouvelles-pages ul li a:first-of-type { | |||
display: none; | |||
} | } |
Version actuelle datée du 11 février 2023 à 13:20
/* Règles pour l’accueil */
.accueil-btnModify {
float: right;
}
.accueil-contBloc {
display:block;
border:1px solid #aaa;
vertical-align:top;
width:100%;
background-color:#ffffff;
margin-bottom:10px;
padding:0px 0px5px 0px;
-moz-border-radius-topleft: 0.9em;
-moz-border-radius-bottomright: 0.9em;
-moz-border-radius-bottomleft: 0.9em;
}
.accueil-fdBloc {
overflow: visible;
background-color:#ececec;
color:#00000;
text-align:center;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:5px 3px 5px 3em;
font-size:120%;
font-family:Arial;
font-weight:normal;
font-style:normal;
font-variant:normal;
-moz-border-radius-topleft: 0.9em;
text-decoration:none;
text-transform : none;
letter-spacing:normal;
word-spacing:normal;
}
.accueil-colLeft {
width:49%;
display:block;
float:left;
align:left;
}
.accueil-colRight {
width:49%;
display:block;
float:right;
align:right;
}
/* Nouvelles pages en page d'accueil */
.nouvelles-pages .mw-newpages-history, .nouvelles-pages .mw-newpages-length, .nouvelles-pages .mw-usertoollinks {
display: none;
}
.nouvelles-pages .mw-userlink {
color: #39F;
}
.nouvelles-pages .not-patrolled {
background-color: transparent;
}
.nouvelles-pages ul li a:first-of-type {
display: none;
}