Peppermint (talk | contribs) mNo edit summary |
Peppermint (talk | contribs) mNo edit summary |
||
Line 27: | Line 27: | ||
#cosmos-banner{ | #cosmos-banner{ | ||
box-shadow: 10px | box-shadow: 10px 0 10px black; | ||
font-family: 'Press Start 2P', sans-serif; | font-family: 'Press Start 2P'!, sans-serif; | ||
} | } | ||
Latest revision as of 02:09, 27 October 2024
/** EDIT COSMOS **/
.portable-infobox {
width: 300px;
}
.portable-infobox .pi-secondary-background {
background-color: cyan;
}
.portable-infobox .pi-border-color {
border-color: cyan;
}
.portable-infobox .pi-title {
padding-top:14px;
font-size:20px;
font-weight:bold;
line-height:24px;
background-color: rgba(0,100,100,0.8);
color: cyan;
border-radius: 10px 10px 0 0;
}
.portable-infobox .pi-title {
color: white;
}
#cosmos-banner{
box-shadow: 10px 0 10px black;
font-family: 'Press Start 2P'!, sans-serif;
}
.cosmos-header::before{
border-radius: 10px 10px 0 0;
background-color:rgba(7,242,242,0.6);
}
.cosmos-header .wds-tabs .wds-tabs__tab-label{
background-color: #008B8B;
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!important;
}
.cosmos-header {
max-height: 64px!important;
}
.cosmos-header {
padding-bottom: 3%!important;
vertical-align: top!important;
}
}