MediaWiki: Common.css: Difference between revisions

From Wikimedicine
Jump to: navigation, search
Tag: Replaced
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h1
{
font-size: 2em;
font-weight: 500;
}
h2
{
font-size: 1.5em;
}
h3
{
font-size: 1.1em;
font-weight: 600;
}
a
{
color: #2F80ED;
}
a:hover
{
color: #0A2342;
}
#catlinks a:first-child
{
color: #D81E5B;
}
#contenu table
{
border: none;
}
#catlinks
{
border: none;
}
.label
{
color: #D81E5B !important;
background-color: #FFDEE9 !important;
border-radius: 5px !important;
}
.label a
{
color: #D81E5B !important;
}
.button
{
color: #FFF !important;
background-color: #D81E5B !important;
border-radius: 5px !important;
box-shadow: 2px 3px 3px #FFD1E0;
padding: 8px 20px;
}
.button a
{
color: #FFF !important;
}
.button: hover
{
background-color: #BB1A4F !important;
}
.button2
{
color: #000 !important;
background-color: #FFF !important;
border-radius: 5px !important;
border: 1px solid #000;
padding: 8px 20px;
}
.button2 a
{
color: #000 !important;
}
.button2: hover
{
box-shadow: 2px 5px 4px #EEE;
}
#sidebar table
{
border: none !important;
}
.search {
    display: none !important;
}
.mw-search {
padding-top:10px;
}
#searchInput {
width:150px;
}
#outils {
    display: none !important;
}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 45px !important;
}
#p-coll-print_export {
    display: none !important;
}
/* pour extension popup.mwe-popups-settings-icon {
display: none !important;
} */

Revision as of 20:28, 9 October 2022

/* CSS placed here will be applied to all skins */
h1
{
font-size: 2em;
font-weight: 500;
}
h2
{
font-size: 1.5em;
}
h3
{
font-size: 1.1em;
font-weight: 600;
}
a
{
color: #2F80ED;
}
a:hover
{
color: #0A2342;
}
#catlinks a:first-child
{
color: #D81E5B;
}
#contenu table
{
border: none;
}
#catlinks
{
border: none;
}
.label
{
color: #D81E5B !important;
background-color: #FFDEE9 !important;
border-radius: 5px !important;
}
.label a
{
color: #D81E5B !important;
}
.button
{
color: #FFF !important;
background-color: #D81E5B !important;
border-radius: 5px !important;
box-shadow: 2px 3px 3px #FFD1E0;
padding: 8px 20px;
}
.button a
{
color: #FFF !important;
}
.button: hover
{
background-color: #BB1A4F !important;
}
.button2
{
color: #000 !important;
background-color: #FFF !important;
border-radius: 5px !important;
border: 1px solid #000;
padding: 8px 20px;
}
.button2 a
{
color: #000 !important;
}
.button2: hover
{
box-shadow: 2px 5px 4px #EEE;
}
#sidebar table
{
border: none !important;
}
.search {
    display: none !important;
}
.mw-search {
padding-top:10px;
}
#searchInput {
width:150px;
}
#outils {
    display: none !important;
}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 45px !important;
}
#p-coll-print_export {
    display: none !important;
}
/* pour extension popup.mwe-popups-settings-icon {
display: none !important;
} */