MediaWiki:Common.css: Difference between revisions
Fix reader mode always visible |
Add OSRS quest styling and hide footer logo |
||
| Line 619: | Line 619: | ||
width: 100% !important; | width: 100% !important; | ||
height: 160px !important; | height: 160px !important; | ||
background: url('/resources/assets/ | background: url('/resources/assets/mystical_header.png') center top no-repeat !important; | ||
background-size: 100% 160px !important; | background-size: 100% 160px !important; | ||
background-color: transparent !important; | background-color: transparent !important; | ||
| Line 833: | Line 833: | ||
.discord-widget-modern:hover { background-color: #4752C4; cursor: pointer; } | .discord-widget-modern:hover { background-color: #4752C4; cursor: pointer; } | ||
.discord-widget-modern:hover .discord-bottom { background-color: #3b45a5; } | .discord-widget-modern:hover .discord-bottom { background-color: #3b45a5; } | ||
/* | |||
/* Hide Powered by MediaWiki */ | |||
#footer-poweredbyico { display: none !important; } | |||
/* OSRS Style Wikitables and Infoboxes */ | |||
table.infobox, table.wikitable { | |||
background-color: #dfd0b6; | |||
border: 1px solid #7d6b54; | |||
border-collapse: collapse; | |||
color: # | color: #2b2b2b; | ||
} | |||
border- | table.infobox th, table.wikitable th { | ||
background-color: #cbb493; | |||
font- | border: 1px solid #7d6b54; | ||
padding: 6px; | |||
text-align: center; | |||
} | |||
table.infobox td, table.wikitable td { | |||
border: 1px solid #7d6b54; | |||
padding: 6px; | |||
} | |||
table.infobox caption { | |||
background-color: #cbb493; | |||
border: 1px solid #7d6b54; | |||
border-bottom: none; | |||
padding: 4px; | |||
font-weight: bold; | |||
} | |||
/* Section Headers */ | |||
#content h2 { | |||
border-bottom: 2px solid #7d6b54; | |||
font-family: " PT Serif\, Georgia, serif; | |||
color: #4a3c28; | |||
margin-top: 1.5em; | |||
padding-bottom: 2px; | |||
} | |||
#content h3 { | |||
font-family: \PT Serif\, Georgia, serif; | |||
color: #4a3c28; | |||
} | } | ||