MediaWiki:Common.css: Difference between revisions
From TerGoPedia
No edit summary |
No edit summary |
||
(51 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#p-banner, #p-banner:hover, #p-banner:visited, .mw-hamb { | |||
display: none !important; | |||
} | |||
.mw-desktop-sitename span { | |||
display: none !important; } | |||
.mw-mobile-sitename span { | |||
display: none !important; } | |||
.container b { | .container b { | ||
color: | color: black; | ||
font-size: 20px; | font-size: 20px; | ||
} | } | ||
Line 13: | Line 17: | ||
} | } | ||
.mw- | #p-banner.mw-wiki-title.navbar-brand { | ||
display: none !important;} | |||
} | |||
#toc.toc { | #toc.toc { | ||
float: none !important; | float: none !important; | ||
Line 26: | Line 28: | ||
div.container { | div.container { | ||
float: left; | float: left; | ||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
color: #ffffff; | |||
background-color: var(--medik); | |||
border-color: var(--medik); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | |||
color: #ffffff; | |||
background-color: var(--medik); | |||
border-color: var(--medik); | |||
} | |||
span.oo-ui-labelElement-label { | |||
color: #fffff !important; | |||
} | |||
a { color: var(--medik) !important; } | |||
#mw-navigation a.nav-link.disabled { | |||
color: black !important; | |||
} | |||
.mw-ui-button, #mw-createaccount-join, #mw-createaccount-join { | |||
color: #ffffff !important; | |||
background-color: var(--medik) !important; | |||
border-color: var(--medik) !important; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button > span { | |||
color: #ffffff; | |||
} | } |
Latest revision as of 00:12, 2 August 2022
/* CSS placed here will be applied to all skins */ #p-banner, #p-banner:hover, #p-banner:visited, .mw-hamb { display: none !important; } .mw-desktop-sitename span { display: none !important; } .mw-mobile-sitename span { display: none !important; } .container b { color: black; font-size: 20px; } .container p { margin-bottom: 5px; } #p-banner.mw-wiki-title.navbar-brand { display: none !important;} #toc.toc { float: none !important; } div.container { float: left; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #ffffff; background-color: var(--medik); border-color: var(--medik); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { color: #ffffff; background-color: var(--medik); border-color: var(--medik); } span.oo-ui-labelElement-label { color: #fffff !important; } a { color: var(--medik) !important; } #mw-navigation a.nav-link.disabled { color: black !important; } .mw-ui-button, #mw-createaccount-join, #mw-createaccount-join { color: #ffffff !important; background-color: var(--medik) !important; border-color: var(--medik) !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button > span { color: #ffffff; }