Skip to content

Instantly share code, notes, and snippets.

@ansxor
Last active April 29, 2020 02:58
Show Gist options
  • Save ansxor/01cdf9d9f14840c8cd0beba652387a36 to your computer and use it in GitHub Desktop.
Save ansxor/01cdf9d9f14840c8cd0beba652387a36 to your computer and use it in GitHub Desktop.
SBS2 Blue Theme
nav, footer {
background-color: #294969;
}
footer {
overflow: hidden;
}
textarea,select {
background-color: white;
}
.activity li img,.useravatar,.info-avatar,.avatar,[name='SiteJS'],.profile-avatar {
border: 1px solid #777;
box-shadow: none !important;
}
code {
box-shadow: none !important;
}
[name='SiteJS'] {
height: 600px;
}
.bbcode-view img {
transition: max-width .25s ease-in-out;
}
footer > button {
display: none;
}
:root {
--background-tile: url('https://smilebasicsource.com/styles/themes/smile/images/christmas/Sb-bg-tile_christmas3.png');
--secondary-bg: #e9F2FF;
--cell-background: rgba(240, 247, 255, 0.8);
--sidebar-background: rgb(248, 250, 255);
--pubkey-color: #840000;
--link-color: #3077ae;
--secondary-accent: rgba(244, 251, 255, 0.8);
--shadow: rgba(0, 0, 0, 0.25);
}
.comment {
font-size: 0.9rem;
}
.comment .avatar {
width: 3.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment