Wiki Le 10ème Royaume
Aucun résumé des modifications
Balise : sourceedit
Aucun résumé des modifications
Balise : sourceedit
Ligne 61 : Ligne 61 :
 
padding: 5px;
 
padding: 5px;
 
}
 
}
  +
  +
.pi-font, .pi-secondary-font {
 
font-size: 75%;
 
 
 
.pi-theme-infobox .pi-item-spacing {
 
.pi-theme-infobox .pi-item-spacing {
Ligne 83 : Ligne 86 :
 
.pi-theme-infobox .pi-data-label {
 
.pi-theme-infobox .pi-data-label {
 
background-color: #3e5f95;
 
background-color: #3e5f95;
font-color: white;
+
color: white;
 
font-weight: bold;
 
font-weight: bold;
font-size: 75%;
 
 
}
 
}
 
 
 
.pi-theme-infobox .pi-header {
 
.pi-theme-infobox .pi-header {
 
background-color: #3e5f95;
 
background-color: #3e5f95;
  +
color: white;
 
text-align: center;
 
text-align: center;
font-size: 75%;
 
 
}
 
}
 
 
 
.pi-theme-infobox .pi-data-value {
 
.pi-theme-infobox .pi-data-value {
 
width: 100%;
 
width: 100%;
  +
color: white;
 
text-align: center;
 
text-align: center;
font-size: 75%;
 
 
}
 
}
 
 

Version du 30 juillet 2016 à 09:16

@import url("/load.php?mode=articles&articles=MediaWiki:Common.css&only=styles");

.BoiteAccueil
{
  margin: 10px 0;
  background-color: #8da6c8;
  border:2px solid #3e5f95;
  border-radius: 8px;
}

.BoiteAccueil .titre
{
  margin: 10px 20px 8px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  color: #3e5f95;
  text-shadow:0 2px 2px #163b7b;
}

.BoiteAccueil .corps
{
  padding: 0 5px;
  font-size: 75%;
}

/* Color User*/ 
 
a[href="/wiki/Utilisateur:Tu-Sais-Qui"], 
table.diff a[title="Tu-Sais-Qui"], 
ul.special li a[title="Tu-Sais-Qui"], 
span.changedby a[title="Tu-Sais-Qui"], 
ul#pagehistory li a[title="Tu-Sais-Qui"] 
 
{ 
color: #3e5f95;
text-shadow:0 2px 2px #163b7b;
font-weight: bold; 
}
 
a[href="/wiki/Utilisateur:Jmini"], 
table.diff a[title="Jmini"], 
ul.special li a[title="Jmini"], 
span.changedby a[title="Jmini"], 
ul#pagehistory li a[title="Jmini"] 
 
{ 
color: #163b7b#3e5f95;
text-shadow:0 2px 2px #3e5f95;
font-weight: bold; 
}

/* Pour le modèle d'infobox portable */
.pi-theme-infobox {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border:1px solid #D9D9D9;
  margin: 1em 0 1em 1em;
  padding: 5px;
}

.pi-font, .pi-secondary-font {
    font-size: 75%;
 
.pi-theme-infobox .pi-item-spacing {
    padding: 0;
}
 
.pi-theme-infobox a, .pi-theme-infobox a:visited {
  text-decoration: underline;
  color: inherit;
}
 
.pi-theme-infobox .pi-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  font-size: 85%;  
  background-color: #3e5f95;
  font-weight: bold;
  margin: -5px -5px 2px -5px;  
}
 
.pi-theme-infobox .pi-data-label {
  background-color: #3e5f95;
  color: white;
  font-weight: bold;
}
 
.pi-theme-infobox .pi-header {
  background-color: #3e5f95;
  color: white;
  text-align: center;
}
 
.pi-theme-infobox .pi-data-value {
  width: 100%;
  color: white;
  text-align: center;
}
 
.pi-theme-infobox .pi-data-label + .pi-data-value {
    text-align: left;
}