MediaWiki:Common.css

De Projet du Domaine Public
Révision de 14 avril 2010 à 19:33 par Nuess0r (discussion | contributions) (Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : ** Place in MediaWiki:Common.css ** : .calendar { border: 1px solid #bbbbbb; font-size: 9px; line-hei… »)

(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*** Place in MediaWiki:Common.css ***/
 
.calendar {
  border: 1px solid #bbbbbb;
  font-size: 9px;
  line-height: normal;
  background-color: #dddddd;  
}
 
.calendar a {
  color: #000000;
}
 
.calendar td {
  text-align: center;
  padding: 4px;
  margin: 0;
}
 
.calendarTop td {
  background-color: #bbbbbb;
  font-weight: bold;
}
 
.calendarTop a {
  color: #000000;
}
 
 
.calendarDayNames {
  background-color: #dddddd;    
}
 
.calendarupcoming {
  border: 1px solid #bbbbbb;
  font-size: 10px;
  line-height: normal;
  margin-top: 6px;
}
 
.calendarupcomingTop  {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #bbbbbb;
  font-weight: bold;
}
 
.calendarupcomingBottom {
  padding: 2px 3px 2px 3px;
  background-color: #bbbbbb;
  font-weight: bold;
}
 
.calendarupcomingBottom a {
  color: #000000;
}
 
.calendarupcoming-today {
  font-weight: bold;
}
 
.calendarupcomingRow1 {
  padding: 3px;
}
 
.calendarupcomingRow2 {
  padding: 3px;
  border-top: 1px dotted #bbbbbb;     
}
 
.calendarupcomingRow1 a {
  color: #000000;
}
 
.calendarupcomingRow1 a:visited {
  color: #000000;
}
 
.calendarupcomingRow2 a {
  color: #000000;
}
 
.calendarupcomingRow2 a:visited {
  color: #000000;
}
 
.cal-weekend {
 
}
 
td.cal-today  {
  font-weight: bold;
  background-color: #BBBBBB;
}
 
td.cal-eventday {
  font-weight: bold;
}
 
td.cal-eventtoday {
  background-color: #ff8800;
}
 
td.cal-eventtoday a {
  color:#ffffff;
  font-weight: bold;
}