MediaWiki:Chameleon.css : Différence entre versions

De Bayoen ! (wiki)
Ligne 1 : Ligne 1 :
 
.spoiler {
 
.spoiler {
color: #000;
+
color: #d9edf7;
 
}
 
}
  
 
.spoiler:before {
 
.spoiler:before {
  content: "Spoiler";
+
content: "Cliquez sur cette section pour révéler le contenu";
  color: #FFF;
+
color: #31708f;
  margin-left: -16px;
+
margin-left: -16px;
  margin-top: -16px;
+
margin-top: -16px;
  float: left;
+
float: left;
  padding-left: 8px;
+
padding-left: 8px;
  padding-right: 8px;
+
padding-right: 8px;
  border-color: inherit;
+
border-color: inherit;
  border-right-style: solid;
+
border-right-style: solid;
  border-bottom-style: solid;
+
border-bottom-style: solid;
  border-width: 1px;
+
border-width: 1px;
 +
position: inherit;
 
}
 
}

Version du 2 mars 2014 à 16:46

.spoiler {
color: #d9edf7;
}

.spoiler:before {
content: "Cliquez sur cette section pour révéler le contenu";
color: #31708f;
margin-left: -16px;
margin-top: -16px;
float: left;
padding-left: 8px;
padding-right: 8px;
border-color: inherit;
border-right-style: solid;
border-bottom-style: solid;
border-width: 1px;
position: inherit;
}