Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
/*Navigation*/ | /*Navigation*/ | ||
− | .vectorTabs {height:auto;} | + | /*.vectorTabs {height:auto;} |
.vectorTabs li {background-image:none;} | .vectorTabs li {background-image:none;} | ||
− | .vectorTabs li a, .vectorTabs .mw-watchlink.icon a {font-size:0.9em;line-height:1.5; padding:0.25rem;} | + | .vectorTabs li a, .vectorTabs .mw-watchlink.icon a {font-size:0.9em;line-height:1.5; padding:0.25rem 0.5rem;height:auto;top:-12px;} |
.vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {background-image:none;} | .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {background-image:none;} | ||
.vectorTabs .selected {background:#1B4576;} | .vectorTabs .selected {background:#1B4576;} | ||
− | .vectorTabs .selected a {color:white;} | + | .vectorTabs .selected a, .vectorTabs .selected a:visited {color:white;} |
+ | .navbar {min-height:none;} | ||
+ | .vectorTabs #ca-unwatch.icon a {top:-12px;} | ||
+ | */ | ||
Line 28: | Line 31: | ||
#mw-panel .portal .body li a {font-size:1rem;line-height:1.5;} | #mw-panel .portal .body li a {font-size:1rem;line-height:1.5;} | ||
#content {margin-top:1rem;} | #content {margin-top:1rem;} | ||
+ | #p-cactions {top:-8px;} | ||
+ | #n-mainpage-description a {border-bottom:none;} | ||
@media screen { | @media screen { |
Latest revision as of 16:20, 15 September 2020
/* CSS placed here will be applied to all skins */ body {font-size:1rem!important; font-family: Arial, sans serif;} /*LINKS*/ #mw-panel .portal .body li a {font-size:1rem;line-height:1.5;border-bottom:none;} .toctogglelabel {border-bottom:none;} .toc ul a {border-bottom:none;} .mw-editsection a {border-bottom:none;} #mw-head li a {border-bottom:none;} a {border-bottom:1px solid;} /*Navigation*/ /*.vectorTabs {height:auto;} .vectorTabs li {background-image:none;} .vectorTabs li a, .vectorTabs .mw-watchlink.icon a {font-size:0.9em;line-height:1.5; padding:0.25rem 0.5rem;height:auto;top:-12px;} .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {background-image:none;} .vectorTabs .selected {background:#1B4576;} .vectorTabs .selected a, .vectorTabs .selected a:visited {color:white;} .navbar {min-height:none;} .vectorTabs #ca-unwatch.icon a {top:-12px;} */ #p-logo, #p logo a {height:7rem;margin-bottom:1rem;} #mw-panel .portal .body li {padding:0.15rem 0;} #mw-panel #p-logo + .portal .body {margin-left:0;} #mw-panel .portal h3 {border-bottom: 1px solid; font-size:1.25rem!important; font-family: 'Trebuchet MS', Arial, sans serif;margin-left:0;} #mw-panel .portal .body {background-image:none; margin-left:0;} .mw-body-content p {font-size:1rem;} #mw-panel .portal .body li a {font-size:1rem;line-height:1.5;} #content {margin-top:1rem;} #p-cactions {top:-8px;} #n-mainpage-description a {border-bottom:none;} @media screen { .vectorTabs .mw-watchlink.icon a { margin: 0; padding: 1.25em 1.5em; display: block; width: auto; height: auto; overflow: hidden; background-position: .1em 1.25em; background-repeat: no-repeat; } .tool-button { border: 1px solid black; padding: 0em .5em; text-indent: inherit; width: auto; } }