MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
/* === | /* === Link Color === */ | ||
a, a:visited { | a, a:visited { | ||
color: #900603 !important; /* Ruby red */ | color: #900603 !important; /* Ruby red */ | ||
Line 19: | Line 19: | ||
} | } | ||
/* === | /* === Header Tabs === */ | ||
#p-views li a, | #p-views li a, | ||
#ca-edit a, | #ca-edit a, | ||
Line 33: | Line 34: | ||
} | } | ||
/* === | /* === Page Action Highlight === */ | ||
#ca-edit a:hover, | #ca-edit a:hover, | ||
#ca-viewsource a:hover, | #ca-viewsource a:hover, | ||
Line 41: | Line 43: | ||
} | } | ||
/* === | /* === Search Box Style === */ | ||
#searchInput { | #searchInput { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
Line 48: | Line 51: | ||
} | } | ||
/* === | /* === Highlight Red Selection === */ | ||
::selection { | ::selection { | ||
background: #900603; | background: #900603; | ||
Line 59: | Line 63: | ||
} | } | ||
/* === | /* === All Commands! === */ | ||
.mw-portlet, | .mw-portlet, | ||
.portlet, | .portlet, | ||
Line 71: | Line 76: | ||
} | } | ||
/* === | /* === Link Color for Sidebar === */ | ||
#mw-panel a { | #mw-panel a { | ||
color: #900603 !important; | color: #900603 !important; | ||
Line 77: | Line 83: | ||
/* Watch Star Icon with Red-Black-Star Pattern */ | /* Watch Star Icon with Red-Black-Star Pattern */ | ||
#ca-watch.icon a, | #ca-watch.icon a, | ||
#ca-unwatch.icon a { | #ca-unwatch.icon a { | ||
Line 87: | Line 94: | ||
/* Removing Default Star Icon */ | /* Removing Default Star Icon */ | ||
#ca-watch.icon a::before, | #ca-watch.icon a::before, | ||
#ca-unwatch.icon a::before { | #ca-unwatch.icon a::before { | ||
Line 95: | Line 103: | ||
#p-personal { | #p-personal { | ||
background-color: #000000; | |||
border: 3px solid #900603; | |||
padding: 0 5px; | |||
} | } | ||
#p-personal li { | #p-personal li { | ||
display: inline-block; | |||
} | |||
#p-personal li a { | |||
color: #b30000 !important; | |||
padding: 4px 8px; | |||
border: 1px solid #900603; | |||
margin: 0 2px; | |||
} | |||
#p-personal li a:hover { | |||
background-color: #111111; | |||
color: #ff1a1a !important; | |||
} | } | ||
# | /* Option Boxes */ | ||
#ca-view, #ca-edit, #ca-history, #ca-watch, #ca-more, #ca-addsection, #ca-viewsource { | |||
border: 1px solid #900603; | |||
margin: 0 2px; | |||
} | } | ||
#ca-view a, | |||
# | #ca-edit a, | ||
#ca-history a, | |||
#ca-watch a, | |||
#ca-more a, | |||
#ca-addsection a, | |||
#ca-viewsource a { | |||
color: #900603 !important; | |||
padding: 4px 8px; | |||
} | } | ||
#ca-view a:hover, | |||
# | #ca-edit a:hover, | ||
#ca-history a:hover, | |||
#ca-watch a:hover, | |||
#ca-more a:hover, | |||
#ca-addsection a:hover, | |||
#ca-viewsource a:hover { | |||
background-color: #111111; | |||
color: #ff1a1a !important; | |||
} | } | ||
Line 124: | Line 151: | ||
#ca-more { | #ca-more { | ||
position: relative; | |||
} | } | ||
#ca-more ul { | |||
background-color: #000000; | |||
#ca-more | border: 1px solid #900603; | ||
} | } | ||
#ca-more ul li a { | |||
color: #900603 !important; | |||
#ca-more | |||
} | } | ||
#ca-more ul li a:hover { | |||
background-color: #111111; | |||
#ca-more:hover | color: #ff1a1a !important; | ||
} | } | ||
/* Underline Activation */ | |||
#ca-more.selected { | #ca-more.selected { | ||
border-bottom: 2px solid #900603 !important; | border-bottom: 2px solid #900603 !important; | ||
Line 168: | Line 172: | ||
/* Options for More */ | /* Options for More */ | ||
#p-cactions { | #p-cactions { | ||
background-color: #f8f9fa !important; /* Boxes */ | background-color: #f8f9fa !important; /* Boxes */ | ||
Line 176: | Line 181: | ||
/* Stylizing */ | /* Stylizing */ | ||
#p-cactions .vector-menu-heading, | #p-cactions .vector-menu-heading, | ||
#p-cactions .vector-menu-heading a { | #p-cactions .vector-menu-heading a { | ||
Line 184: | Line 190: | ||
/* Hover effect */ | /* Hover effect */ | ||
#p-cactions:hover, | #p-cactions:hover, | ||
#p-cactions:focus { | #p-cactions:focus { | ||
Line 198: | Line 205: | ||
#p-cactions.selected { | #p-cactions.selected { | ||
border-bottom: 2px solid #900603 !important; | border-bottom: 2px solid #900603 !important; | ||
} | |||
/* Search Box */ | |||
#p-search { | |||
background-color: #000000; | |||
border: 1px solid #900603; | |||
} | |||
#searchInput { | |||
background-color: #222222; | |||
color: #ffffff; | |||
border: 1px solid #900603; | |||
} | |||
#searchInput:focus { | |||
outline: none; | |||
border-color: #ff1a1a; | |||
} | } | ||
/* Bell Icon Red */ | /* Bell Icon Red */ | ||
#pt-notifications-alert .mw-echo-notifications-badge { | #pt-notifications-alert .mw-echo-notifications-badge { | ||
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; | filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; | ||
Line 206: | Line 230: | ||
/* Inbox Icon Red */ | /* Inbox Icon Red */ | ||
#pt-notifications-notice .mw-echo-notifications-badge { | #pt-notifications-notice .mw-echo-notifications-badge { | ||
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; | filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; | ||
Line 211: | Line 236: | ||
/* Count Badge Purple */ | /* Count Badge Purple */ | ||
.mw-echo-notifications-badge .mw-echo-unseen-notifications { | .mw-echo-notifications-badge .mw-echo-unseen-notifications { | ||
background-color: #6a0dad !important; /* Purple */ | background-color: #6a0dad !important; /* Purple */ | ||
Line 217: | Line 243: | ||
/* Bell Icon Lowered */ | /* Bell Icon Lowered */ | ||
#pt-notifications-alert .mw-echo-notifications-badge { | #pt-notifications-alert .mw-echo-notifications-badge { | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
Line 224: | Line 251: | ||
/* Inbox Icon Lowered */ | /* Inbox Icon Lowered */ | ||
#pt-notifications-notice .mw-echo-notifications-badge { | #pt-notifications-notice .mw-echo-notifications-badge { | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
Line 231: | Line 259: | ||
/* Hide the Talk Option */ | /* Hide the Talk Option */ | ||
#pt-talk { | #pt-talk { | ||
display: none !important; | display: none !important; | ||
Line 236: | Line 265: | ||
/* Hide the Dark Mode Option */ | /* Hide the Dark Mode Option */ | ||
#pt-toggle-darkmode { | #pt-toggle-darkmode { | ||
display: none !important; | display: none !important; | ||
Line 241: | Line 271: | ||
/* Footer Background Onyx Black */ | /* Footer Background Onyx Black */ | ||
#footer, .mw-footer, .printfooter { | #footer, .mw-footer, .printfooter { | ||
background-color: #030104 !important; | background-color: #030104 !important; | ||
Line 248: | Line 279: | ||
/* Contributor Boxes */ | /* Contributor Boxes */ | ||
#footer-icons .footer-icon { | #footer-icons .footer-icon { | ||
display: inline-block; | display: inline-block; | ||
Line 258: | Line 290: | ||
/* Horizontal Centering */ | /* Horizontal Centering */ | ||
#footer-icons { | #footer-icons { | ||
text-align: center; | text-align: center; | ||
Line 263: | Line 296: | ||
/* Main Page Content Area Background */ | /* Main Page Content Area Background */ | ||
.main-page-content { | .main-page-content { | ||
max-width: 1600px; | max-width: 1600px; | ||
Line 273: | Line 307: | ||
/* Onyx Black */ | /* Onyx Black */ | ||
body { | body { | ||
background-color: #030104 !important; | background-color: #030104 !important; | ||
Line 278: | Line 313: | ||
/* Thumbnail Captions */ | /* Thumbnail Captions */ | ||
div.thumb div.thumbcaption { | div.thumb div.thumbcaption { | ||
color: #000000 !important; | color: #000000 !important; | ||
Line 334: | Line 370: | ||
.mw-parser-output img { | .mw-parser-output img { | ||
display: block; | display: block; | ||
} | } |
Revision as of 00:11, 8 July 2025
/* - Global Dark for CountryGame: Runnina - */ /* --- Overall Background Page --- */ body, #content, .mw-body, .mw-body-content { background-color: #030104 !important; /* Onyx background */ color: #ffffff !important; /* White text for readability */ } /* === Link Color === */ a, a:visited { color: #900603 !important; /* Ruby red */ text-decoration: none; } a:hover, a:active { color: #ff1a1a !important; /* Bright hover effect (optional) */ text-decoration: underline; } /* === Header Tabs === */ #p-views li a, #ca-edit a, #ca-viewsource a, #ca-history a { color: #900603 !important; font-weight: bold; text-shadow: 0 0 4px #900603; /* Subtle glow */ } #p-views li.selected a { border-bottom: 2px solid #900603; } /* === Page Action Highlight === */ #ca-edit a:hover, #ca-viewsource a:hover, #ca-history a:hover { color: #ff1a1a !important; text-shadow: 0 0 6px #ff1a1a; } /* === Search Box Style === */ #searchInput { background-color: #1a1a1a; border: 1px solid #900603; color: white; } /* === Highlight Red Selection === */ ::selection { background: #900603; color: white; } ::-moz-selection { background: #900603; color: white; } /* === All Commands! === */ .mw-portlet, .portlet, .vector-menu-content { background: #030104 !important; border: none !important; } .vector-menu h3 { color: #900603; } /* === Link Color for Sidebar === */ #mw-panel a { color: #900603 !important; } /* Watch Star Icon with Red-Black-Star Pattern */ #ca-watch.icon a, #ca-unwatch.icon a { background-image: url("https://i.imgur.com/eHOwynZ.png") !important; background-repeat: no-repeat; background-position: center 16px !important; /* Move down by pixels */ background-size: 16px 16px; /* Adjust size as needed */ padding-left: 20px; /* Space for the icon */ } /* Removing Default Star Icon */ #ca-watch.icon a::before, #ca-unwatch.icon a::before { content: none !important; } /* Profile Tabloid (Known as the Command Bar) */ #p-personal { background-color: #000000; border: 3px solid #900603; padding: 0 5px; } #p-personal li { display: inline-block; } #p-personal li a { color: #b30000 !important; padding: 4px 8px; border: 1px solid #900603; margin: 0 2px; } #p-personal li a:hover { background-color: #111111; color: #ff1a1a !important; } /* Option Boxes */ #ca-view, #ca-edit, #ca-history, #ca-watch, #ca-more, #ca-addsection, #ca-viewsource { border: 1px solid #900603; margin: 0 2px; } #ca-view a, #ca-edit a, #ca-history a, #ca-watch a, #ca-more a, #ca-addsection a, #ca-viewsource a { color: #900603 !important; padding: 4px 8px; } #ca-view a:hover, #ca-edit a:hover, #ca-history a:hover, #ca-watch a:hover, #ca-more a:hover, #ca-addsection a:hover, #ca-viewsource a:hover { background-color: #111111; color: #ff1a1a !important; } /* Dropdown Menu Box */ #ca-more { position: relative; } #ca-more ul { background-color: #000000; border: 1px solid #900603; } #ca-more ul li a { color: #900603 !important; } #ca-more ul li a:hover { background-color: #111111; color: #ff1a1a !important; } /* Underline Activation */ #ca-more.selected { border-bottom: 2px solid #900603 !important; } /* Options for More */ #p-cactions { background-color: #f8f9fa !important; /* Boxes */ border: 1px solid #900603 !important; /* Red border */ border-bottom: none !important; /* Underlining */ padding: 0 0.5em !important; } /* Stylizing */ #p-cactions .vector-menu-heading, #p-cactions .vector-menu-heading a { color: #900603 !important; font-weight: bold !important; text-shadow: 0 0 4px #900603 !important; } /* Hover effect */ #p-cactions:hover, #p-cactions:focus { background-color: #ffffff !important; } #p-cactions .vector-menu-heading:hover, #p-cactions .vector-menu-heading a:hover { color: #ff1a1a !important; text-shadow: 0 0 6px #ff1a1a !important; } /* Underline Activation */ #p-cactions.selected { border-bottom: 2px solid #900603 !important; } /* Search Box */ #p-search { background-color: #000000; border: 1px solid #900603; } #searchInput { background-color: #222222; color: #ffffff; border: 1px solid #900603; } #searchInput:focus { outline: none; border-color: #ff1a1a; } /* Bell Icon Red */ #pt-notifications-alert .mw-echo-notifications-badge { filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; } /* Inbox Icon Red */ #pt-notifications-notice .mw-echo-notifications-badge { filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7159%) hue-rotate(357deg) brightness(92%) contrast(118%) !important; } /* Count Badge Purple */ .mw-echo-notifications-badge .mw-echo-unseen-notifications { background-color: #6a0dad !important; /* Purple */ color: white !important; /* Text Color */ } /* Bell Icon Lowered */ #pt-notifications-alert .mw-echo-notifications-badge { vertical-align: middle !important; position: relative !important; top: 8px; /* adjust: higher number = moves down more */ } /* Inbox Icon Lowered */ #pt-notifications-notice .mw-echo-notifications-badge { vertical-align: middle !important; position: relative !important; top: 8px; /* adjust: higher number = moves down more */ } /* Hide the Talk Option */ #pt-talk { display: none !important; } /* Hide the Dark Mode Option */ #pt-toggle-darkmode { display: none !important; } /* Footer Background Onyx Black */ #footer, .mw-footer, .printfooter { background-color: #030104 !important; color: #ffffff !important; border-top: none !important; } /* Contributor Boxes */ #footer-icons .footer-icon { display: inline-block; padding: 4px 6px; margin: 2px; background: #f8f9fa; /* Light background for the boxes */ border: 1px solid #a2a9b1; /* Subtle border */ border-radius: 2px; } /* Horizontal Centering */ #footer-icons { text-align: center; } /* Main Page Content Area Background */ .main-page-content { max-width: 1600px; margin: 0 auto; padding: 20px; background: url("https://i.imgur.com/ZSV3OlG.jpeg") no-repeat center top; background-size: cover; border-radius: 8px; } /* Onyx Black */ body { background-color: #030104 !important; } /* Thumbnail Captions */ div.thumb div.thumbcaption { color: #000000 !important; } #firstHeading { font-family: "Lexend SemiBold", sans-serif !important; } @font-face { font-family: "Copperplate Gothic"; src: url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.eot"); src: url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.woff")format("woff"), url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/483f8a5e2868222491b8baed78121c3a.svg#Copperplate Gothic")format("svg"); } @font-face { font-family: "Lexend"; src: url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.eot"); src: url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.woff")format("woff"), url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/252412eb53593c5afb3e30b6a88ca910.svg#Lexend")format("svg"); } @font-face { font-family: "Lexend SemiBold"; src: url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.eot"); src: url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.woff")format("woff"), url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/3474c885518969e3f7178ad88f489c78.svg#Lexend SemiBold")format("svg"); } @font-face { font-family: "Helvetica"; src: url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.eot"); src: url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.woff")format("woff"), url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/5c5a257758cff0acee4d28ff555f3bc5.svg#Helvetica")format("svg"); } .mw-parser-output > div[style] { margin-top: 0; margin-bottom: 0; padding: 0; } .mw-parser-output img { display: block; }