MediaWiki:Tweeki.css

Aller à : navigation, rechercher

Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* CSS placed here will affect users of the Tweeki skin */

/* Formatage des titres */
#firstHeading
{
	text-align: left !important;
}

/* Formatage de la topbar */
.navbar,
#navbar .dropdown-menu
{
   background-color: #0A2342 !important;
}
#navbar .dropdown-menu a:hover
{
   background-color: #030f1c !important;
}
.navbar-brand
{
   font-size: 1.5rem !important;
}
.navbar-brand,
#t-tools,
#pt-personaltools,
#navbar .nav-link,
#navbar .dropdown-item
{
   color: #ffffff !important;
}
.navbar-toggler
{
   background-color: #ffffff !important;
}
.tweeki-username
{
   display: none !important;
}

/* Formatage du bouton edit */
#ca-edit
{
   background-color: #D81E5B !important;
   border-color: #D81E5B !important;
}
#sidebar-right .dropdown-toggle
{
   background-color: #D81E5B !important;
   border-color: #D81E5B !important;
}

/* Rendre les images et thumbnails responsives */
img,
.thumbinner
{
    max-width: 100%;
    height: auto;
}

/* Réimplantation des catégories */
#catlinks
{
	display:block;
}

#footer-info
{
	color:black !important;
	line-height :1.75rem !important;
}
#footer-custom
{
	line-height :1.75rem !important;
}
#footer
{
	padding :0px 0px !important;
}
.mw-body
{
	padding-bottom :0px !important;
	margin-bottom :0px !important;
}
[role=main]
{
	margin-bottom :15px !important;
}
#catlinks
{
   background-color: white !important;
}
#catlinks li
{
color: #9e0d3c !important;
background-color: #FFDEE9 !important;
border-radius: 5px !important;
margin-left: 5px !important;
margin-right: 5px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
#searchInput
{
   width: 300px !important;
}