Domaines
Communes
Quartiers de Brest
Espaces de noms

Variantes
Actions
De Wiki-Brest

MediaWiki:Common.css : Différence entre versions

(Retrait du lien 'Retour vers la BD' dans l’UploadWizard)
 
(39 révisions intermédiaires par 3 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
+
/* Affichage des icones */
 
+
#icon_facebook{display:block;}
 +
#icon_twitter{display:block;}
 +
#icon_resetpolice{display:block;}
 +
#icon_augmenterpolice{display:block;}
 +
#icon_rssmodificationrecentes{display:block;}
 +
#icon_rssnouvellespages{display:block;}
 +
#icon_livre{display:block;}
 +
#icon_bookmark{display:block;}
 +
#icon_imprimer{display:block;}
  
 
  /** Le CSS placé ici sera appliqué à toutes les apparences. */
 
  /** Le CSS placé ici sera appliqué à toutes les apparences. */
 
 
  /* VERSION IMPRIMABLE */
 
  /* VERSION IMPRIMABLE */
 
 
  /* Ne pas afficher le lien complet des URL externes sur la version imprimable
 
  /* Ne pas afficher le lien complet des URL externes sur la version imprimable
 
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
 
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
Ligne 19 : Ligne 25 :
 
   padding:0 !important;
 
   padding:0 !important;
 
  }
 
  }
 +
 +
/* Réduire assistant lien et image */
 +
.ui-widget{font-size:0.8em;}
 +
 +
/* Réduction des deux cadres sur la page catégorie */
 +
#bodyContent .catList,#bodyContent .contentList{ height: 230px;}
 +
 +
/* Supprimer la scroll bar qui peut apparaître si réduction trop importante des deux cadres sur la page catégorie */
 +
#bodyContent .contentList .subContent{ height: 150px;}
 +
 
  /* INFOBOX */
 
  /* INFOBOX */
 
   
 
   
 
  /* Style commun aux infobox ; utiliser :  
 
  /* Style commun aux infobox ; utiliser :  
  * class="infobox" dans l'en-tête.
+
    * class="infobox" dans l'en-tête.
  * class="infoboximage" pour l'image et sa description
+
    * class="infoboximage" pour l'image et sa description
  * class="infoboxsoustitre" pour le sous-titre.
+
    * class="infoboxsoustitre" pour le sous-titre.
  Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
+
    Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
 
  .infobox {
 
  .infobox {
 
   background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
 
   background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
Ligne 35 : Ligne 51 :
 
   margin:0 0 .5em 1em;
 
   margin:0 0 .5em 1em;
 
   width:250px;
 
   width:250px;
  }
+
  } /* monobookocentré debut */
 
   
 
   
 
  .infobox caption {
 
  .infobox caption {
Ligne 88 : Ligne 104 :
 
   width:35%;
 
   width:35%;
 
  }
 
  }
  .infobox dd { margin-left:40% }
+
  .infobox dd { margin-left:40% } /* monobookocentré fin */
 +
 +
 
  
/* MODÂLES DE COORDONNÉES */
+
/* MODELES DE COORDONNÉES */
 
   
 
   
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes.  
+
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes.  
 
   Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles  
 
   Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles  
 
   mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
 
   mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
Ligne 100 : Ligne 118 :
 
  .geo-dec { display:inline }
 
  .geo-dec { display:inline }
 
  .geo-multi-punct { display:none }
 
  .geo-multi-punct { display:none }
+
 
 
  .longitude .latitude { white-space:nowrap }
 
  .longitude .latitude { white-space:nowrap }
 
   
 
   
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
+
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
 
  .geo {}
 
  .geo {}
 +
 +
#portallinks {
 +
  border-width: 1px;
 +
  border-style: solid;
 +
  border-color: #aaaaaa;
 +
  background-color: #f9f9f9;
 +
  padding: 5px;
 +
  margin-top: 1em;
 +
  clear: both;
 +
}
 +
 +
 +
/* Extension WikiCategoryTagCloud */
 +
 +
.tagcloud {
 +
width: 98%;
 +
text-align: center;
 +
background-color: #FDFDFD;
 +
border: 1px solid #EEEEEE;
 +
padding: 15px 5px 15px 5px;
 +
}
 +
.tagcloud a {
 +
color: #0052CB;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
font-weight: bold;
 +
}
 +
 +
.degrade{
 +
    background-image:url(http://upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png);
 +
    background-position:top;
 +
    background-repeat:repeat-x;
 +
}
 +
 +
.multipleTemplateInstance{
 +
background-color: none;
 +
border-collapse:collapse;
 +
margin:0;
 +
border: none;
 +
vertical-align:middle;
 +
}
 +
.multipleTemplateInstance table, th, td, tr{
 +
background-color: none;
 +
border-collapse:collapse;
 +
margin:0;
 +
border: none;
 +
vertical-align:middle;
 +
}
 +
 +
 +
/* Création de compte CAPTCHA */
 +
div.captcha {
 +
border: 1px solid black;
 +
margin: 5px auto;
 +
padding:5px;
 +
width: 800px;
 +
text-align:center;
 +
}
 +
div.captcha {
 +
border: 1px solid black;
 +
background-color: #ECECEC;
 +
margin: 5px auto;
 +
padding:5px;
 +
width: 900px;
 +
text-align:center;
 +
}
 +
 +
div.captcha label {
 +
font-weight:bold;
 +
}
  
 +
/* Pour portail - Basculement du cadre de droite en dessous */
 +
.portail-gauche {
 +
float: left;
 +
}
 +
.portail-droite {
 +
float: right;
 +
}
 +
@media screen and (max-width: 65em) {
 +
.portail-gauche,
 +
.portail-droite {
 +
float: none;
 +
width: auto !important;
 +
}
 +
}
  
  geo-default { display: inline } .geo-nondefault { display: inline }
+
/* Retrait du lien 'Retour vers la BD' dans l’UploadWizard */
.geo-dec { display: none } .geo-dms { display: inline }
+
#mwe-upwiz-stepdiv-file .mwe-upwiz-button-previous { display: none; }
 +
#mwe-upwiz-steps li {
 +
width: 25% !important;
 +
}
 +
#mwe-upwiz-steps li:first-child {
 +
display: none;
 +
}
 +
#mwe-upwiz-steps li:nth-child(2) {
 +
border-left-width: 1px;
 +
}

Version actuelle datée du 3 mai 2018 à 14:06

/* Affichage des icones */
#icon_facebook{display:block;}
#icon_twitter{display:block;}
#icon_resetpolice{display:block;}
#icon_augmenterpolice{display:block;}
#icon_rssmodificationrecentes{display:block;}
#icon_rssnouvellespages{display:block;}
#icon_livre{display:block;}
#icon_bookmark{display:block;}
#icon_imprimer{display:block;}

 /** Le CSS placé ici sera appliqué à toutes les apparences. */
 /* VERSION IMPRIMABLE */
 /* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
 .plainlinksneverexpand a.external.text:after {
  display:none !important;
 }
 .plainlinksneverexpand a.external.autonumber:after {
  display:none !important;
 }
 /* Supprimer la flèche de lien externe pour ces liens. */
 .plainlinksneverexpand a {
  background:none !important;
  padding:0 !important;
 }
 
 /* Réduire assistant lien et image */
.ui-widget{font-size:0.8em;}

 /* Réduction des deux cadres sur la page catégorie */
#bodyContent .catList,#bodyContent .contentList{ height: 230px;}

 /* Supprimer la scroll bar qui peut apparaître si réduction trop importante des deux cadres sur la page catégorie */
#bodyContent .contentList .subContent{ height: 150px;}

 /* INFOBOX */
 
 /* Style commun aux infobox ; utiliser : 
    * class="infobox" dans l'en-tête.
    * class="infoboximage" pour l'image et sa description
    * class="infoboxsoustitre" pour le sous-titre.
    Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
 .infobox {
  background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
  color:#000;
  float:right;
  clear:right;
  font-size:95%;
  border-collapse:collapse;
  margin:0 0 .5em 1em;
  width:250px;
 } /* monobookocentré debut */
 
 .infobox caption {
  background:#C0C0C0;
  border-left:1px solid #AAA;
  border-top:1px solid #AAA;
  border-right:1px solid #AAA;
  padding:.2em;
  margin-left:.57em;
  font-weight:bolder;
  text-align:center;
  color:#FFF;
  font-size:160%;
 }
 
 .infobox th, .infobox td {
  vertical-align:middle;
  border:1px solid #AAA;
  padding:.2em .2em .2em .5em;
 }
 
 .infobox td {
  text-align:center;
  background:#F9F9F9;
 }
 
 .infobox th {
  font-weight:normal;
  text-align:left;
 }
 
 .infobox .infoboximage { /* emplacement pour les photos et une description */
  background:#FFF;
  padding:0;
  margin-top:0;
  color:#000;
  text-align:center;
 }
 
 .infobox .infoboxsoustitre { /* sous-titre */
  color:#000;
  font-weight:bold;
  font-size:115%;
  line-height:2;
  text-align:center;
 }
 
 .infobox dl { clear:both }
 .infobox dt {
  float:left;
  clear:left;
  width:35%;
 }
 .infobox dd { margin-left:40% } /* monobookocentré fin */
 


/* MODELES DE COORDONNÉES */
 
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes. 
   Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles 
   mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
 .geo-default { display:inline }
 .geo-nondefault { display:none }
 .geo-dms { display:inline }
 .geo-dec { display:inline }
 .geo-multi-punct { display:none }
  
 .longitude .latitude { white-space:nowrap }
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
 .geo {}
 
 #portallinks {
   border-width: 1px;
   border-style: solid;
   border-color: #aaaaaa;
   background-color: #f9f9f9;
   padding: 5px;
   margin-top: 1em;
   clear: both;
 }


 /* Extension WikiCategoryTagCloud */

.tagcloud {
	width: 98%;
	text-align: center;
	background-color: #FDFDFD;
	border: 1px solid #EEEEEE;
	padding: 15px 5px 15px 5px;
}
.tagcloud a {
	color: #0052CB;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

.degrade{
    background-image:url(http://upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png);
    background-position:top;
    background-repeat:repeat-x;
}

.multipleTemplateInstance{
background-color: none;
border-collapse:collapse;
margin:0;
border: none;
vertical-align:middle;
}
.multipleTemplateInstance table, th, td, tr{
background-color: none;
border-collapse:collapse;
margin:0;
border: none;
vertical-align:middle;
}


/* Création de compte CAPTCHA */
div.captcha {
border: 1px solid black;
margin: 5px auto;
padding:5px;
width: 800px;
text-align:center;
}
div.captcha {
border: 1px solid black;
background-color: #ECECEC;
margin: 5px auto;
padding:5px;
width: 900px;
text-align:center;
}

div.captcha label {
font-weight:bold;
}

/* Pour portail - Basculement du cadre de droite en dessous */
.portail-gauche {
	float: left;
}
.portail-droite {
	float: right;
}
@media screen and (max-width: 65em) {
	.portail-gauche,
	.portail-droite {
		float: none;
		width: auto !important;
	}
}

/* Retrait du lien 'Retour vers la BD' dans l’UploadWizard */
#mwe-upwiz-stepdiv-file .mwe-upwiz-button-previous { display: none; }
#mwe-upwiz-steps li {
	width: 25% !important;
}
#mwe-upwiz-steps li:first-child {
	display: none;
}
#mwe-upwiz-steps li:nth-child(2) {
	border-left-width: 1px;
}
Outils personnels