User:Mcint/vector-2022.css: Difference between revisions
Jump to navigation
Jump to search
m remove table formatting on .mw-content-container -- homepage bad wraps |
m add todo for later |
||
| Line 50: | Line 50: | ||
table tr:first-child td:last-child { border-top-right-radius: 5px; background-color: #00f3} | table tr:first-child td:last-child { border-top-right-radius: 5px; background-color: #00f3} | ||
*/ | */ | ||
// vector-toc-collapsed-button # TODO call more attention to -- for ease of use/finding, when TOC is in collapsed view | |||
Latest revision as of 13:07, 25 August 2025
.mw-page-container { background-color: #fff0; } // .mw-page-container { background-color: #ffff; }
.mw-header-aside, .mw-header-content { background-color: #fffc; border-radius: 5px; margin-right: 3px; margin-left: 3px; }
.mw-body, .mw-sidebar { background-color: #fffc; }
.mw-content-container { background-color: #fffc; }
main#content { display: contents; }
header.mw-body-header { display: contents; }
.mw-body, .mw-content, .mw-content-container, .mw-sidebar { border-radius: 5px; padding: 10px; }
#vector-toc-collapsed-button, .sidebar-toc { background-color: #fffc; border-radius: 5px; }
.vector-menu-portal { background-color: none; } /* .vector-menu-portal { background-color: #fffc; } */
.vector-menu-portal .vector-menu-heading { color: #888; }
.vector-menu-portal .vector-menu-content li a { color: #36c; } // a { color: #3366cc; }
.vector-menu-portal .vector-menu-content li a:visited { color: #795cb2; } // a:visited { color: #795cb2;}
.vector-menu-portal .vector-menu-content { font-weight: bold; }
.mw-footer-container { padding-bottom: 0px; }
#footer { display: flow-root; background-color: #fff3; border-radius: 5px; }
body.skin-vector.skin-vector-search-vue.mediawiki.ltr.sitedir-ltr.mw-hide-empty-elt.ns-0.ns-subject.mw-editable.page-Noisebridge.rootpage-Noisebridge.skin-vector-2022.action-view.vector-feature-language-in-header-enabled.vector-feature-language-in-main-page-header-disabled.vector-feature-language-alert-in-sidebar-disabled.vector-feature-sticky-header-enabled.vector-feature-sticky-header-edit-disabled.vector-feature-table-of-contents-disabled.vector-feature-visual-enhancement-next-disabled.uls-dialog-sticky-hide {
background-image: url(https://www.noisebridge.net/images/9/98/Lifebg.gif);
}
# .mw-content-container, .mw-content-container div { display: table; border-radius: 5px; }
.mw-content-container, .mw-content-container div { border-radius: 5px; }
table { border-radius: 5px; }
header#vector-sticky-header {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/* landing page: special handling, on scroll "action view" */
.page-Noisebridge.action-view { background-image: url(https://www.noisebridge.net/images/9/98/Lifebg.gif); }
/* .mw-page-container { background-color: #fff0; } */
/* debugging table border-radius */
/* table, .wikitable, tr, th, td { border-radius: 50px; border-spacing: 0; } */
/*
table tr:last-child td:first-child { border-bottom-left-radius: 5px; background-color: #0f03; }
table tr:last-child td:last-child {border-bottom-right-radius: 5px; background-color: #ff03;}
table tr:first-child th:first-child { border-top-left-radius: 5px; background-color: #0ff3;}
table tr:first-child th:last-child { border-top-left-radius: 5px; background-color: #f0f3;}
table tr:first-child td:first-child { border-top-left-radius: 5px; background-color: #f003; }
table tr:first-child td:last-child { border-top-right-radius: 5px; background-color: #00f3}
*/
// vector-toc-collapsed-button # TODO call more attention to -- for ease of use/finding, when TOC is in collapsed view