Peppermint (talk | contribs) No edit summary |
Peppermint (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
font-family: 'Press Start 2P', sans-serif !important; | font-family: 'Press Start 2P', sans-serif !important; | ||
color: #80FFFC; | color: #80FFFC; | ||
} | } | ||
Revision as of 09:22, 18 November 2023
/* All CSS here will be loaded for users of the Cosmos skin */
#cosmos-banner{
box-shadow: 10px 0px 10px black;
font-family: 'Press Start 2P', sans-serif !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: white!important;
background-color: #008B8B!important;
}
.cosmos-header__sitename{
font-family: 'Press Start 2P', sans-serif !important;
color: #80FFFC;
}
.cosmos-header .wds-tabs .wds-tabs__tab-label{
background-color: ##008B8B !important;
font-family: 'Press Start 2P', sans-serif;
display: block;
padding: 4px 8px;
line-height: 10px;
}