Revision as of 17:33, 10 January 2023 by Sergeirocks100 (talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
body * {
font-family:'Roboto', sans-serif
}
.cosmos-bannerOption:hover > .cosmos-bannerOption-button {
display:inline-flex;
align-items:center;
margin-top:0;
margin-bottom:0;
justify-items:center;
stroke:#fff;
stroke-width:2px;
transition:0.4s
}
.cosmos-bannerOption:hover .cosmos-bannerOption-icon {
stroke:#fff
}
.cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon {
fill:#fff;
stroke:#fff
}
.cosmos-bannerOption-button {
display:flex;
align-items:center;
justify-content:center;
cursor:pointer
}
.cosmos-bannerOption-icon {
display:flex;
height:28px;
align-items:center;
fill:none;
justify-items:center;
stroke:#fff;
stroke-width:2px
}
.cosmos-bannerOption-dropdownIcon {
display:flex;
height:auto;
margin-left:7px;
fill:#fff;
stroke:#fff;
stroke-width:2px
}
.cosmos-button.cosmos-button-secondary {
color:#fff;
stroke:#fff;
stroke-width:2px
}
#cosmos-search-buttonContainer {
position:relative;
width:46px;
height:36px;
margin-left:-46px
}
#cosmos-search-buttonContainer:hover > #cosmos-search-buttonIcon {
stroke:#fff
}
#searchInput {
width:100%;
height:36px;
padding:5px 20px;
border:0;
margin:0;
-webkit-appearance:none;
background:rgba(0,0,0,0.4);
border-radius:0;
box-shadow:none;
color:#fff;
outline:0;
transition:background 250ms ease
}
#searchInput:focus {
background:rgba(0,0,0,0.6)
}
