Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created March 10, 2017 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arinerron/64af32bef87efdb428ad375c05db3930 to your computer and use it in GitHub Desktop.
Save Arinerron/64af32bef87efdb428ad375c05db3930 to your computer and use it in GitHub Desktop.
My chaoswebs.net style
html {
font-family: monospace;
}
#postListArea {
border-color: #006b19;
border-width: 4px;
border-style: double;
}
div.postPreview {
border-color: #00611a;
}
#postList {
border-color: #00611a;
transition: 1;
}
div.postPreview p a {
color: #00611a;
}
#postList a h2 {
color: #00ff33;
font-family: monospace;
}
p strong a {
color: #005c0b;
text-decoration: none;
}
#mainContent {
font-family: monospace;
}
#mainContent h2 {
color: #00ff3c;
transition: 1s;
}
a {
color: #00611a;
text-decoration: none;
}
#footer footer {
color: #00ff51;
}
#mainContent h2:hover {
color: #20c20e;
transition: 1;
}
div.postPreview:hover {
border-color: #ffffff;
}
#mainContent p:hover {
color: #20c20e;
transition: 1;
}
#postList a h2:hover {
color: #20c20e;
transition: 1;
}
#siteTitle:before {
content: "[ ";
}
#siteTitle:after {
content: " ]";
}
#siteTitle {
font-family: monospace;
}
div.panel.panel-primary.content {
background-color: #000000;
border-color: #005915;
}
html body {
background-image: url();
}
nav.navbar.navbar-inverse.navbar-fixed-top {
background-color: #000000;
color: #00ff00;
}
ul.nav.navbar-nav li a {
background-color: #000000;
color: #00ff26;
font-family: monospace;
font-size: 15px;
}
a.navbar-brand {
background-color: #000000;
color: #1c7000;
}
div.collapse.navbar-collapse {
background-color: #000000;
}
h1.center {
font-family: monospace;
color: #00ff09;
}
div.con {
color: #00ff26;
}
p.indent.para {
color: #00a800;
font-family: monospace;
font-size: 15px;
}
#mainFooter {
background-color: #000000;
color: #00a30b;
}
div.container-fluid {
background-color: #000000;
}
p.para {
color: #00d11f;
font-family: monospace;
font-size: 14px;
}
li.list-group-item {
background-color: #000000;
color: #00e80f;
border-color: #005210;
font-size: 14px;
font-family: monospace;
}
div.page-header {
border-color: #0dff00;
}
p.para.center input {
background-color: #000000;
border-color: #00ff66;
color: #22ff00;
font-family: monospace;
font-weight: bold;
border-style: double;
border-width: 1px;
}
h1.center:before {
content: "[ ";
}
h1.center:after {
content: " ]";
}
html body {
background-color: #000000;
}
#contactMessage {
background-color: #000000;
color: #0dff00;
border-color: #40ff00;
}
#userEmail {
background-color: #000000;
color: #00ff09;
border-color: #00ff11;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment