MediaWiki:Timeless.css: Difference between revisions

From The HOA
No edit summary
Tag: Reverted
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */


/* Resources Category Menu */
/* Hide panels */
#custom-category-menu {
/* #site-navigation .sidebar-inner { display: none !important; } */
    background-color: rgba(255, 255, 255, 0.9) !important; /* Light background */
#catlinks-sidebar, #site-tools  { display: none; }
    border: 1px solid #a2a9b1 !important; /* MediaWiki default border */
/* #p-navigation-label, .mw-portlet-body ul[dir="ltr"] { display: none; } */
    border-radius: 6px !important;
#mw-content-container { background: darkgray; }
    padding: 10px !important;
.mw-wiki-logo.timeless-logo { margin-top: 10px; }
    margin: 10px 0 !important;
/* Shadow */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
#mw-header-container { background-color: darkred; border-bottom: rgb(0, 0, 0); box-shadow: 0 4px 8px 0 rgba(0,0,0,.5); }
    width: auto !important;
#mw-header-hack { display: none;}
    display: block !important;
.mw-wiki-logo img {width: 200px !important; height: 106px !important; background-color: white;}
}
#toc, .mw-wiki-logo img, #page-tools, #mw-content-wrapper, #site-navigation, .sidebar-chunk { box-shadow: 5px 5px 5px rgba(46, 46, 46, 0.45) !important; }
 
.mw-page-title-main, .mw-headline { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.2); }
#custom-category-menu h3 {
/* Coloring of Navbar and Menus */
    font-size: 1.2em !important;
.dropdown, #personal-inner { background-color: darkred !important; }
    font-weight: bold !important;
#p-personal .mw-list-item a, #personal, .mw-wiki-title { color: white !important;}
    text-align: center !important;
/* #p-personal-label { color: black; } */
    margin-bottom: 8px !important;
#mw-content-container { margin-top: 3em; }
    color: #202122 !important;
.mw-portlet-programmable-sidebar { margin-top: 20px; }
}
 
#custom-category-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
 
#custom-category-menu li {
    padding: 6px 0 !important;
}
 
#custom-category-menu a {
    text-decoration: none !important;
    color: #0645ad !important; /* Standard MediaWiki blue */
    font-weight: normal !important;
}
 
#custom-category-menu a:hover {
    text-decoration: underline !important;
    color: #3366cc !important;
}
/* --------------------------- */

Latest revision as of 06:31, 25 June 2025

/* CSS placed here will affect users of the Timeless skin */

/* Hide panels */
/* #site-navigation .sidebar-inner { display: none !important; } */
#catlinks-sidebar, #site-tools  { display: none; }
/* #p-navigation-label, .mw-portlet-body ul[dir="ltr"] { display: none; } */
#mw-content-container { background: darkgray; }
.mw-wiki-logo.timeless-logo { margin-top: 10px; }
/* Shadow */
#mw-header-container { background-color: darkred; border-bottom: rgb(0, 0, 0); box-shadow: 0 4px 8px 0 rgba(0,0,0,.5); }
#mw-header-hack { display: none;}
.mw-wiki-logo img {width: 200px !important; height: 106px !important; background-color: white;}
#toc, .mw-wiki-logo img, #page-tools, #mw-content-wrapper, #site-navigation, .sidebar-chunk { box-shadow: 5px 5px 5px rgba(46, 46, 46, 0.45) !important; }
.mw-page-title-main, .mw-headline { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.2); }
/* Coloring of Navbar and Menus */
.dropdown, #personal-inner { background-color: darkred !important; }
#p-personal .mw-list-item a, #personal, .mw-wiki-title { color: white !important;}
/* #p-personal-label { color: black; } */
#mw-content-container { margin-top: 3em; }
.mw-portlet-programmable-sidebar { margin-top: 20px; }