MediaWiki:Monobook.css : Différence entre versions

Un article de WikiSimland 3.0.
Aller à : navigation, rechercher
 
(5 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1: Ligne 1:
*/
+
/* <pre><nowiki> */
 
+
/* --- GÉNÉRAL --- */
+
  
 +
/* edit this file to customize the monobook skin for the entire site */
 +
#fundraising {
 +
text-align: center;
 +
border: 1px solid gray;
 +
padding: 5px;
 +
margin-top: 5px;
 +
}
 +
 
#content {
 
#content {
  text-align: justify;
+
    background: #ffffff; /* white */
 
}
 
}
  
body.ns-104 {
+
.ns-0 * #content {
  text-align: justify;  
+
    background: #ffffff;
 
}
 
}
body.ns-104 p{
+
 
  text-indent: 2em
+
#mytabs li {
 +
    background: #f4f4f4;
 
}
 
}
  
/* suppression des numéros dans le sommaire */
+
.ns-0 * #mytabs li {
span.tocnumber { display:none;}
+
    background: #f4f4f4;
 +
}
  
 +
#mytabs li a {
 +
    background-color: #f4f4f4;
 +
}
  
/* classe verse : utiliser avec <poem> pour les textes en vers */
+
.ns-0 * #mytabs li a {
 
+
    background-color: #f4f4f4;
.verse {
+
  text-align: left;
+
  margin:0px auto;
+
  padding-left: 2em;
+
 
}
 
}
.verse p { text-indent: 0em
 
}
 
.verse pre {
 
  background-color: #ffffff;
 
  font-family: sans-serif;
 
  line-height: 150%;
 
  border: 0px;
 
  padding-left: 2em;
 
  margin: 0;
 
  white-space: pre;
 
}
 
 
/* classe prose : utiliser text */
 
  
.prose {
+
/* For p-cactions (the top "tabs") it works only because my .js moves them into the
  width: 33em;
+
  "ns-0" wrapper anyway. */
  text-align: justify;
+
#p-cactions li {
  margin:0px auto;
+
    background: #f4f4f4;
}
+
.prose p {
+
  text-indent: 2em
+
 
}
 
}
  
 
+
.ns-0 * #p-cactions li {
/* --- CLASSES ACTIVES --- */
+
    background: #ffffff;
 
+
/* classe text : colonne centrée de texte avec indentation */
+
 
+
.text {
+
  width: 33em;
+
  text-align: justify;
+
  margin:0px auto;
+
}
+
.text p {
+
  text-indent: 2em;
+
}
+
.text pre {
+
  background-color: #ffffff;
+
  font-family: sans-serif;
+
  line-height: 150%;
+
  border: 0px;
+
  padding-left: 2em;
+
  margin: 0;
+
  white-space: pre;
+
 
}
 
}
  
/* classe centertext : colonne centrée de texte sans indentation */
+
#p-cactions li a {
 
+
    background-color: #ffffff;
.centertext {
+
  width: 33em;
+
  text-align: justify;
+
  margin:0px auto;
+
}
+
.centertext p {
+
  text-indent: 0em;
+
 
}
 
}
  
/* classe lefttext : colonne de texte à gauche avec indentation */
+
.ns-0 * #p-cactions li a {
 
+
    background-color: #ffffff;
.lefttext {
+
  width: 33em;
+
  text-align: justify;
+
  margin-left: 5em;
+
}
+
.lefttext p {
+
  text-indent: 2em
+
 
}
 
}
  
 
+
/* Display "From Meta..." */
/* --- NAMESPACE PAGE --- */
+
#siteSub {
 
+
    display: inline;
.pagetext {
+
    font-size: 120%;
  width: 33em;
+
    font-weight: normal;
  text-align: justify;
+
}
+
.pagetext p {
+
  text-indent: 2em
+
}
+
.pagetext blockquote {
+
  margin: 0.5em 0em;
+
 
}
 
}
  
 +
/* Do not print certain classes that shouldn't appear on paper */
  
/* --- MISE EN FORME --- */
+
@media print {
 
+
    .editlink, .noprint, .metadata, .dablink { display: none }
/* Texte en petites majuscules */
+
.romain {
+
  text-transform:lowercase;
+
  font-variant:small-caps;
+
 
}
 
}
  
/* Texte avec une majuscule à la première lettre ce chaque mot */
+
/* Style [[Meta:Language select]] widget */
.personnage
+
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;}
{
+
    .lang_info a {font-weight:bold;font-family:Arial,
  text-transform:lowercase;
+
      sans-serif;font-size:8pt;}
  text-transform:capitalize;
+
    .lang_info input {font-size:8pt;}
  font-weight:bold;
+
    .lang_info input.ls_select {font-weight:bold;}
  color:#228022;
+
  font-variant:small-caps;
+
}
+
  
.lignecapitale:first-line
+
/* Disable grey background when code is used in a header */
{
+
h2 code, h3 code, h4 code, h5 code, h6 code {background:none;}
font-variant:small-caps;
+
/* Some monospace fonts are too light in comparison to surrounding heading text, give them a nudge */
font-size:120%;
+
h2 code {font-weight:bold;}
text-align: justify;
+
}
+
  
/*
+
/* </nowiki></pre> */

Version actuelle en date du 20 juin 2007 à 05:02

/* <pre><nowiki> */

/* edit this file to customize the monobook skin for the entire site */
#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
 margin-top: 5px;
}	 	
		 	
#content {
    background: #ffffff; /* white */
}

.ns-0 * #content {
    background: #ffffff;
}

#mytabs li {
    background: #f4f4f4;
}

.ns-0 * #mytabs li {
    background: #f4f4f4;
}

#mytabs li a {
    background-color: #f4f4f4;
}

.ns-0 * #mytabs li a {
    background-color: #f4f4f4;
}

/* For p-cactions (the top "tabs") it works only because my .js moves them into the
   "ns-0" wrapper anyway. */
#p-cactions li {
    background: #f4f4f4;
}

.ns-0 * #p-cactions li {
    background: #ffffff;
}

#p-cactions li a {
    background-color: #ffffff;
}

.ns-0 * #p-cactions li a {
    background-color: #ffffff;
}

/* Display "From Meta..." */
#siteSub {
    display: inline;
    font-size: 120%;
    font-weight: normal;
}

/* Do not print certain classes that shouldn't appear on paper */

@media print {
    .editlink, .noprint, .metadata, .dablink { display: none }
}

/* Style [[Meta:Language select]] widget */
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;}
    .lang_info a {font-weight:bold;font-family:Arial,
      sans-serif;font-size:8pt;}
    .lang_info input {font-size:8pt;}
    .lang_info input.ls_select {font-weight:bold;}

/* Disable grey background when code is used in a header */
h2 code, h3 code, h4 code, h5 code, h6 code {background:none;}
/* Some monospace fonts are too light in comparison to surrounding heading text, give them a nudge */
h2 code {font-weight:bold;}

/* </nowiki></pre> */