Peppermint (talk | contribs) Created page with "→All CSS here will be loaded for users of the Cosmos skin: body { font-family: 'Roboto', sans-serif !important; } #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..." |
Peppermint (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Cosmos skin */ | /* All CSS here will be loaded for users of the Cosmos skin */ | ||
#cosmos-banner{ | #cosmos-banner{ | ||
Line 9: | Line 6: | ||
} | } | ||
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu { | .cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu{ | ||
color: cyan!important; | color: cyan!important; | ||
background-color: rgb(0,0,0)!important; | background-color: rgb(0,0,0)!important; | ||
Line 17: | Line 14: | ||
} | } | ||
.cdx-menu-item--enabled a:hover .cdx-typeahead-search__search-footer a:hover { | .cdx-menu-item--enabled a:hover, .cdx-typeahead-search__search-footer a:hover{ | ||
color: white!important; | color: white!important; | ||
background-color: #008B8B!important; | background-color: #008B8B!important; | ||
} | } | ||
.cosmos-header__sitename{ | |||
font-family: 'Press Start 2P', sans-serif !important; | |||
color: | color: #80FFFC; | ||
} | } | ||
.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer { | .cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer{ | ||
color: cyan!important; | color: cyan!important; | ||
background-color: black!important; | background-color: black!important; | ||
Line 44: | Line 32: | ||
} | } | ||
.cosmos-header .wds-tabs .wds-tabs__tab-label{ | |||
.cosmos-header .wds-tabs .wds-tabs__tab-label { | |||
background-color: ##008B8B !important; | background-color: ##008B8B !important; | ||
font-family: 'Press Start 2P',sans-serif; | font-family: 'Press Start 2P', sans-serif; | ||
display: block; | display: block; | ||
padding: 4px 8px; | padding: 4px 8px; | ||
line-height: 10px; | line-height: 10px; | ||
} | } |
Revision as of 09:20, 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;
}
.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;
}
.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;
}