Différences entre versions de « MediaWiki:Common.css »

De Gregorius 3.0
Sauter à la navigation Sauter à la recherche
(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : →‎CSS placed here will be applied to all skins : .linkedwiki_current_value { display: block; backgr... »)
 
 
(7 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
+
/*
 
.linkedwiki_current_value {
 
.linkedwiki_current_value {
 
   display: block;
 
   display: block;
Ligne 23 : Ligne 23 :
 
 
 
border-top: 15px solid #f00;
 
border-top: 15px solid #f00;
 +
}
 +
*/
 +
.gregoriusDate {
 +
    color: black;
 +
}
 +
.infobox img {
 +
    max-width: 350px;
 +
    max-height: 350px;
 +
}
 +
 +
.infoboxPapeHeaderRow {
 +
  background:#FFD200;
 +
  /*height:50px;font-size: 25px;vertical-align:middle*/
 +
}
 +
 +
.module-oeuvres-vignettes img {
 +
    max-width: 100px;
 +
    max-height: 100px;
 
}
 
}

Version actuelle datée du 21 novembre 2021 à 15:15

/* Le CSS placé ici sera appliqué à tous les habillages. */
/* CSS placed here will be applied to all skins */
/*
.linkedwiki_current_value {
   display: block;
   background-image: url(MW-Icon-Warning.png);

}

.linkedwiki_tooltip {
    position: relative;
}
.linkedwiki_tooltip:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
	width: 0; 
	height: 0; 
    display: block;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	
	border-top: 15px solid #f00;
}
*/
.gregoriusDate {
    color: black;	
}
.infobox img {
    max-width: 350px;
    max-height: 350px;
}

.infoboxPapeHeaderRow {
   background:#FFD200;
   /*height:50px;font-size: 25px;vertical-align:middle*/
}

.module-oeuvres-vignettes img {
    max-width: 100px;
    max-height: 100px;
}