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_parchment.png') center top no-repeat !important;
     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; }
/* Reader mode toggle always visible - never get locked out */
 
body.reader-mode-active #pt-reader-mode,
/* Hide Powered by MediaWiki */
body.reader-mode-active .reader-mode-toggle {
#footer-poweredbyico { display: none !important; }
     display: block !important;
 
     position: fixed !important;
/* OSRS Style Wikitables and Infoboxes */
     top: 8px !important;
table.infobox, table.wikitable {
     left: 8px !important;
    background-color: #dfd0b6;
     z-index: 9999 !important;
    border: 1px solid #7d6b54;
     background: rgba(0,0,0,0.6) !important;
    border-collapse: collapse;
     color: #fff !important;
    color: #2b2b2b;
     padding: 6px 12px !important;
}
     border-radius: 4px !important;
table.infobox th, table.wikitable th {
     cursor: pointer !important;
     background-color: #cbb493;
     font-size: 0.85em !important;
     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;
}
}