MediaWiki:Monobook.css: Difference between revisions
From Sasara Wiki
Jump to navigationJump to search
Reverted font size |
Added logo size fix |
||
Line 14: | Line 14: | ||
a:visited, a.external, a.external:visited { | a:visited, a.external, a.external:visited { | ||
color:#0645ad !important; | color:#0645ad !important; | ||
} | |||
/* Fix size of wiki logo */ | |||
.mw-wiki-logo { | |||
background-size:160px; | |||
} | } | ||
Revision as of 22:56, 8 April 2025
/* Kiriben Monobook modifications */ /* Make fonts nicer */ body { font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif; font-size: 11px; } h1, h2 { font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif; } /* Uniform colours */ a:visited, a.external, a.external:visited { color:#0645ad !important; } /* Fix size of wiki logo */ .mw-wiki-logo { background-size:160px; } /* Hide what we don't need */ #ca-talk, #footer { display:none; visibility:hidden; } .pBody { border-left:0 !important } /* [[Category:Backend]] */