MediaWiki:Timeless.css: Difference between revisions

From The HOA
No edit summary
Tag: Reverted
No edit summary
 
(22 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; } */
    margin: 10px 0;
#catlinks-sidebar, #site-tools  { display: none; }
    padding: 10px;
/* #p-navigation-label, .mw-portlet-body ul[dir="ltr"] { display: none; } */
    border: 1px solid #ccc;
#mw-content-container { background: darkgray; }
    background-color: #f9f9f9;
.mw-wiki-logo.timeless-logo { margin-top: 10px; }
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
/* 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;}
#custom-category-menu .portal-heading {
.mw-wiki-logo img {width: 200px !important; height: 106px !important; background-color: white;}
    font-size: 1.1em;
#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; }
    font-weight: bold;
.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); }
    margin-bottom: 5px;
/* 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;}
#custom-category-menu .portal-body {
/* #p-personal-label { color: black; } */
    list-style-type: none;
#mw-content-container { margin-top: 3em; }
    padding-left: 0;
.mw-portlet-programmable-sidebar { margin-top: 20px; }
}
 
#custom-category-menu .portal-body li {
    margin: 5px 0;
}
/* --------------------------- */

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; }