Ewildenberg (talk | contribs) |
Ewildenberg (talk | contribs) |
||
| Line 44: | Line 44: | ||
/*background color*/ | /*background color*/ | ||
body.mediawiki header.main-header { | body.mediawiki header.main-header { | ||
| − | background-color:# | + | background-color:#555; |
background-image:linear-gradient( to bottom,#932423 0%,#932423 50%,#841615 100% ); | background-image:linear-gradient( to bottom,#932423 0%,#932423 50%,#841615 100% ); | ||
} | } | ||
Revision as of 21:18, 13 June 2021
/* CSS placed here will be applied to all skins */
/* TODO Use a custom extension (like ArchLinux) for more consistent look */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* Size the logo to fit within the top bar */
.bs-logo a {background-size: contain;}
/*Skinning*/
/*Content and top menus*/
body.mediawiki, body.mediawiki.x-body, #content #bodyContent , #firstHeading, #content #firstHeading {
font-family: 'Roboto',"arial",sans-serif;
}
/*Main navigation*/
.panel .list-group a.list-group-item span, .bs-panel .list-group a.list-group-item span, #bs-globalactions a.list-group-item span {
font-family: 'Roboto',"arial",sans-serif;
}
/*Custom menu*/
/*background color*/
.bs-custom-menu-header-container,.calumma-toggle-button.bs-custom-menu-header-button {
background-color: #de354c;
}
/*link color*/
.bs-custom-menu-header-container .bs-custom-menu.header a, .label {
color: #ffffff;
}
/*arrow on toggle button*/
.calumma-toggle-button.bs-custom-menu-header-button i::before, .calumma-full-screen-button.bs-full-screen-mode i::before {
color:#ffffff
}
/*Top bar*/
/*background color*/
body.mediawiki header.main-header {
background-color:#555;
background-image:linear-gradient( to bottom,#932423 0%,#932423 50%,#841615 100% );
}
/* Create and edit buttons */
/*background*/
header .bs-featured-actions .dropdown .btn.btn-primary .icon::before{
background-color: #c1978f;
}
/*hover background*/
header .bs-featured-actions .dropdown .btn.btn-primary:hover .icon::before {
background-color: #de354c;
}
/*arrow color*/
header .bs-featured-actions .dropdown .btn.dropdown-toggle::after {
color: #c1978f;
}
/*hover arrow color*/
header .bs-featured-actions .dropdown .btn.dropdown-toggle:hover::after {
color: #de354c;
}
/*Create and edit buttons drop-down menu*/
/*background color*/
header .bs-featured-actions .dropdown.open .dropdown-menu, header .bs-featured-actions .dropdown.open .dropdown-menu {
background-color: #841615;
}
/*menu arrow color*/
header .bs-featured-actions .dropdown.open .dropdown-menu::before {
color: #932423;
}
/*full screen toggle*/
.calumma-full-screen-button i::before {
color:#ffffff;
}
/*Main navigation*/
/*background color*/
body.mediawiki .navigation-main {
background-color:#e9ebee;
}
/* Tabs */
/*color*/
.navigation-main .nav.nav-pills li a, .navigation-main .tab-pane.active .bs-calumma-sidebar-edit-link span {
color:#98a7c4;
}
/*hover color*/
.navigation-main .nav.nav-pills li:hover a {
color:#932423;
}
/*active color*/
.navigation-main .nav.nav-pills li.active a {
color:#932423;
}
/*Nav*/
/*color menu headers*/
.navigation-main #bs-sitenavtabs div.tab-content a, .navigation-main #bs-sitenavtabs div.tab-content a:visited, .navigation-main #bs-sitenavtabs div.tab-content a:focus, .navigation-main .tab-pane.active .bs-calumma-sidebar-edit-link:hover span {
color:#040404;
}
/*color menu items and their icons*/
.navigation-main a span,.navigation-main .panel .list-group a.list-group-item i, .navigation-main .bs-panel .list-group a.list-group-item i {
background-color: transparent;
color:#040404;
}
/*Left and right navigation toggles*/
/*regular state */
body .navigation-main .sidebar-toggle[data-toggle~="navigation-main-collapse"] i.navigation-main-collapse::before,body .sitetools-main .sidebar-toggle[data-toggle~="sitetools-main-collapse"] i.sitetools-main-collapse::before {
color: #cacaca;
}
/*hover state */
body .navigation-main .sidebar-toggle[data-toggle~="navigation-main-collapse"] i.navigation-main-collapse:hover::before,body .sitetools-main .sidebar-toggle[data-toggle~="sitetools-main-collapse"] i.sitetools-main-collapse:hover::before {
color: #98a7c4;
}
/*Login link */
.bs-button-user .bs-personal-not-loggedin, .bs-button-user .bs-personal-not-loggedin a:not(.new), .bs-button-user .bs-personal-not-loggedin a:link:not(.new) {
color:#ffffff;
}
/*Personal menu */
@media (min-width: 1001px){
.bs-button-user .bs-personal-menu-container {background-color: #932423;} /*background color*/
.bs-button-user #bs-personal-menu .separator {border-bottom:1.125rem solid #932423;} /*Personal menu separators */
}
/*Mobile header buttons*/
@media (max-width: 720px){
.mobile-notifications-button i.mobile-notifications-button::before, header.main-header .navbar a.mobile-search-button::before,.sidebar-toggle[data-toggle~="navigation-main-collapse"] i.navigation-main-collapse::before {color:#ffffff;} /*header bar buttons*/
.mobile-notifications-button i.mobile-notifications-button:hover::before, header.main-header .navbar a.mobile-search-button:hover::before,.sidebar-toggle[data-toggle~="navigation-main-collapse"] i.navigation-main-collapse:hover::before {color:#dddddd;}/*header bar buttons hover*/
.navigation-main a span, .navigation-main .panel .list-group a.list-group-item i, .navigation-main .bs-panel .list-group a.list-group-item i, .bs-mobile-user-button .bs-personal-menu a, .bs-mobile-user-button .bs-personal-menu li.bs-personal-menu-container-user span, .bs-mobile-user-button .bs-personal-menu li.bs-personal-menu-container-user span {
color: #040404; font-size: 1.2em;} /*nav items color and size*/
.bs-mobile-user-button .bs-personal-menu-container, .navigation-main #bs-sitenavtabs div.tab-content {background-color:#f1f1f1;} /*Personal menu background*/
.bs-mobile-user-button .bs-personal-menu .separator {border-bottom:2px solid #e6e9f2;} /*Personal menu separators */
}