Skip to content

Instantly share code, notes, and snippets.

@maricn
Last active June 28, 2019 12:08
Show Gist options
  • Save maricn/e46bbdf14dc32dce383d862a39cfe801 to your computer and use it in GitHub Desktop.
Save maricn/e46bbdf14dc32dce383d862a39cfe801 to your computer and use it in GitHub Desktop.
My Dark (orange side) StartPage Stylus CSS [THAT DOES NOT CONFLICT WITH VIMIUM]
body *
{
background: #1f1f1f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Zz9p6X0vVKbKKchlSl5rv+3p//FJ/PYvoKryI8vs+2G9lzRmnEKkh+BU8yDk515jDj/HAswu7CCz6U/Mxb/PnC9N41ndpU4hUU7JGk/C9PmP/M2xZYdvBW2PObyf1IUiIzoHmHW9yTncliYs9A9tVNppdShfgQaTLMf+j3X723tLeHgAAAABJRU5ErkJggg==) !important;
color: #ddd;
border-color: #997 !important;
}
body a
{
color: #fe9 !important;
}
body .search-item__url
{
color: #374 !important;
}
body input, .search-item__body, .search-options__category, .sub-label, body select
{
color: whitesmoke !important;
}
.search-options__list-item--active .search-options__category, .search-options__category:active, .search-options__category:focus, .search-options__category:hover, .search-options__category:active::before, .search-options__category:focus::before, .search-options__category:hover::before, .search-options__list-item--active .search-options__category::before, .search-options__list-item .button--flat:active::before, .search-options__list-item .button--flat:focus::before, .search-options__list-item .button--flat:hover::before
{
color: #3ab !important;
border-bottom: 2px solid #3ab !important;
}
body h1, h2, h3, h4, h5, .select__label
{
color: #b53 !important;
}
body button, .label
{
color: #fa0 !important;
}
.hero-search, .search-form, body input, body select
{
border-radius: 0px !important;
box-shadow: 0px 0px 5px 0px #fe9 !important;
/*
box-shadow: 0 2px 4px #ebecf7;
box-shadow: var(--box-shadow-default);
display: -ms-flexbox;
display: flex;
width: 100%;
height: 2.5rem;
position: relative;
*/
}
.header__content--content
{
padding-left: 15px !important;
margin-left: 250px;
}
a.header__logo, [data-view="images"] .header__logo, [data-view="results"] .header__logo, [data-view="videos"] .header__logo {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment