Peppermint (talk | contribs) No edit summary |
Peppermint (talk | contribs) No edit summary |
||
Line 36: | Line 36: | ||
margin-bottom:-10px; | margin-bottom:-10px; | ||
} | } | ||
/*** Adjust Header Content ***/ | |||
@media screen { | |||
.cosmos-header__local-navigation { | |||
/* height: 46px; */ | |||
margin-top: -28px; | |||
} | |||
.cosmos-header { | |||
max-height: 64px; | |||
} | |||
.cosmos-header { | |||
padding: ; | |||
padding-bottom: 3%; | |||
vertical-align: top; | |||
} | |||
} | |||
/** EDIT MW **/ | /** EDIT MW **/ |
Revision as of 03:35, 21 November 2023
/** EDIT COSMOS **/
#cosmos-banner{
box-shadow: 10px 0px 10px black;
font-family: 'Press Start 2P', sans-serif !important;
}
.cosmos-header::before{
border-radius: 10px 10px 0 0!important;
background-color:rgba(7,242,242,0.6)!important;
}
.cosmos-header .wds-tabs .wds-tabs__tab-label{
background-color: #008B8B!important;
font-family: 'Press Start 2P',sans-serif;
display: inline-block;
padding: 5px 6px 5px 6px;
width: auto;
height: 32px;
border-radius: 10px;
}
.wds-tabs{
margin: 2px 5px 0px 5px;
}
.wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label{
background-color: #FCFCFC;
}
.wds-tabs .wds-tabs__tab:active .wds-tabs__tab-label{
background-color: black;
}
.cosmos-header__sitename{
margin-bottom:-10px;
}
/*** Adjust Header Content ***/
@media screen {
.cosmos-header__local-navigation {
/* height: 46px; */
margin-top: -28px;
}
.cosmos-header {
max-height: 64px;
}
.cosmos-header {
padding: ;
padding-bottom: 3%;
vertical-align: top;
}
}
/** EDIT MW **/
body {
font-family: 'Roboto', sans-serif !important;
}
.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer{
color: cyan!important;
background-color: black!important;
border-radius: 0px 0px 10px 10px!important;
border: none!important;
}
.mw-notification{
color: cyan!important;
background-color: rgba(0,0,0,0.6)!important;
border: none!important;
border-radius: 10px!important;
}
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu{
color: cyan!important;
background-color: rgb(0,0,0)!important;
border: none!important;
border-radius: 0px 0px 10px 10px!important;
font-family: 'Press Start 2P', sans-serif;
}
.cdx-menu-item--enabled a:hover, .cdx-typeahead-search__search-footer a:hover{
color: #FCFCFC!important;
background-color: #008B8B!important;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Press Start 2P', sans-serif !important;
color: #80FFFC;
}
body #mw-content{
border: 2px solid #80FFFC;
}