MediaWiki:Common.css

From Realm Of Thrones
Revision as of 17:48, 12 April 2025 by SitX (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

#mw-panel {
    width: 160px;
    min-width: 150px;
    max-width: 200px;
    padding: 2px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#mw-panel .mw-portlet {
    width: 100%;
    background: linear-gradient(to bottom, #111 0%, #222 100%);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 6px;
    padding: 2px;
    margin-bottom: 4px; 
}

#mw-panel .mw-portlet .vector-menu-heading {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #C0A080;
    background: rgba(15, 15, 15, 0.9);
    padding: 6px 4px;
    border-radius: 6px 6px 0 0;
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
    white-space: normal;
}

#mw-panel .mw-portlet .body a {
    font-family: 'Cinzel', serif;
    font-size: 12px; 
    color: #bbb;
    text-decoration: none;
    padding: 3px 5px; 
    display: block;
    transition: all 0.3s ease;
}

#mw-panel .mw-portlet .body a:hover {
    color: #FFD700;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

#mw-panel .mw-portlet .body {
    padding: 2px;
}

#mw-panel .mw-portlet {
    margin-bottom: 3px;
}

#toc {
    background: linear-gradient(to bottom, #111, #1a1a1a);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    max-width: 250px;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    color: #bbb;
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.05);
    position: sticky;
    top: 100px;
    z-index: 5;
}


#toc .toctitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #C0A080;
    background: rgba(15, 15, 15, 0.9);
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

#toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#toc ul li {
    margin: 4px 0;
}

#toc ul li a {
    color: #bbb;
    text-decoration: none;
    padding: 3px 6px;
    display: block;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Cinzel', serif;
}

#toc ul li a:hover {
    color: #FFD700;
    background: rgba(255, 255, 255, 0.05);
    text-shadow: 0 0 4px rgba(255, 215, 0, 0.4);
}

body {
    background-color: #111; /* Very dark background */
    color: #ddd; /* Light text for readability */
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px
}

#content, .vector-body, .mw-body, #mw-content-text {
    background-color: #111;
    color: #ddd;
}

a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #FFD700;
}

.mw-parser-output {
    background-color: transparent; /* Prevent overrides */
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #C0A080; /* Stylish headers */
    font-family: 'Cinzel', serif;
}

#mw-head {
    background-color: #111;
    color: #ddd;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

#mw-head a {
    color: #bbb;
    text-decoration: none;
    font-family: 'Cinzel', serif;
}

#mw-head a:hover {
    color: #FFD700;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.vector-menu-content-list a {
    position: relative;
    overflow: hidden;
}
.vector-menu-content-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: #E5C07B;
    transition: width 0.3s ease;
}
.vector-menu-content-list a:hover::after {
    width: 100%;
}
.vector-menu-content-list a:visited,
.vector-menu-content-list a:link,
.vector-menu-content-list a:active {
    color: #E5C07B !important;
    text-decoration: none !important;
}

.vector-menu-tabs,
.vector-menu-tabs li,
.vector-menu-tabs li a,
.vector-menu-tabs li.selected a {
    background: #111 !important;
    border-color: rgba(255, 215, 0, 0.2) !important;
    color: #bbb !important;
}

.vector-menu-tabs li a:hover,
.vector-menu-tabs li.selected a {
    background: #1a1a1a !important;
    color: #FFD700 !important;
    border-color: #FFD700 !important;
}

#p-logo {
    position: static !important;
    height: auto !important;
    margin: 0px 0 5px 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@keyframes logoPopIn {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.mw-wiki-logo {
	animation: logoPopIn 0.6s ease-out forwards;
    width: 170px !important;
    height: 100px !important;
    background-image: url('https://static.wikioasis.org/realmofthroneswiki/c/c9/Logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    margin: 0 auto !important;
}

.mw-wiki-logo:hover {
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
    transform: scale(1.03);
    transition: all 0.3s ease;
    cursor: pointer;
}

#footer, .mw-footer {
    background: #111 !important;
    color: #bbb !important;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    padding: 15px 20px;
    text-align: center;
}

#footer li,
.mw-footer li,
#footer-info,
#footer-info-lastmod,
#footer-info-copyright {
    color: #E5C07B !important;
    opacity: 1 !important;
}

#footer-places {
    display: none !important;
}

#footer a, .mw-footer a {
    color: #E5C07B !important;
    text-decoration: none;
}

#footer a:hover, .mw-footer a:hover {
    color: #FFD700 !important;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.4);
}

#footer-icons {
    opacity: 0.9;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#footer-icons img {
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

#footer-icons img:hover {
    filter: brightness(1.2);
}

#searchInput {
    background: #1a1a1a;
    color: #ddd;
    border: 1px solid rgba(255, 215, 0, 0.2);
    padding: 6px 8px;
    font-family: 'Cinzel', serif;
    border-radius: 4px;
}

#searchInput:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}