MediaWiki: Tweeki.css: Difference between revisions

From Wikimedicine
Jump to: navigation, search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
 
[id="n-%3Cspan-class%3D%22fa-fa-desktop%22%3E%3C%2Fspan%3E"]
{
display: none !important;
}
/* Formatage des titres */
/* Formatage des titres */
#firstHeading
#firstHeading

Revision as of 23:36, 28 September 2023

/* CSS placed here will affect users of the Tweeki skin */
[id="n-%3Cspan-class%3D%22fa-fa-desktop%22%3E%3C%2Fspan%3E"]
{
	display: none !important;
}
/* 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;
}

#maincontentwrapper
{
   padding-top: 0px !important;
}