updating stylesheets from st yling branch

This commit is contained in:
shockrahwow 2018-10-23 16:31:32 -07:00
parent 5fa60a8dca
commit a713cb38ae
3 changed files with 31 additions and 27 deletions

View File

@ -27,20 +27,20 @@ body {
/* Link stuff */ /* Link stuff */
a { a {
color: #06e; color: #FDD491;
text-decoration: none; text-decoration: none;
} }
/* visited link */ /* visited link */
a:visited { a:visited {
color: #0047a6; color: #EFE3C9;
} }
/* hovering link */ /* hovering link */
a:hover { a:hover {
color: #3284f1; color: #F2DDB1;
} }
/* clicked on */ /* clicked on */
a:active { a:active {
color: #e5effd; color: #EFE3C9;
} }
/* only if a link was dragged but not went through or smthng */ /* only if a link was dragged but not went through or smthng */
a:focus { a:focus {
@ -69,7 +69,7 @@ a::selection {
p { p {
margin: 1em 0; margin: 1em 0;
color: #969696; color: #E3DCCD;
} }
img { img {
@ -116,7 +116,8 @@ blockquote {
color: #d8d8d8; color: #d8d8d8;
margin: 0; margin: 0;
padding-left: 3em; padding-left: 3em;
border-left: 0.5em #008fae solid; /*border-left: 0.5em #008fae solid;*/
border-left: 0.5em #A40026 solid;
} }
hr { hr {
@ -131,9 +132,9 @@ hr {
pre, code, kbd, samp { pre, code, kbd, samp {
background-color: #000; background-color: #000;
border-radius: 8px; /*border-radius: 8px; */
padding: 8px; padding: 4px;
color: #00cc03; color: #EECA3E;
font-family: Freemono, monospace, monospace; font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace; _font-family: 'courier new', monospace;
font-size: 0.98em; font-size: 0.98em;

View File

@ -27,7 +27,7 @@ body {
/* Link stuff */ /* Link stuff */
a { a {
color: #06e; color: ##FDD491;
text-decoration: none; text-decoration: none;
} }
/* visited link */ /* visited link */
@ -69,7 +69,7 @@ a::selection {
p { p {
margin: 1em 0; margin: 1em 0;
color: #969696; color: #E3DCCD;
} }
img { img {
@ -116,7 +116,8 @@ blockquote {
color: #d8d8d8; color: #d8d8d8;
margin: 0; margin: 0;
padding-left: 3em; padding-left: 3em;
border-left: 0.5em #008fae solid; /*border-left: 0.5em #008fae solid;*/
border-left: 0.5em #A40026 solid;
} }
hr { hr {
@ -131,9 +132,9 @@ hr {
pre, code, kbd, samp { pre, code, kbd, samp {
background-color: #000; background-color: #000;
border-radius: 8px; /*border-radius: 8px; */
padding: 8px; padding: 4px;
color: #00cc03; color: #EECA3E;
font-family: Freemono, monospace, monospace; font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace; _font-family: 'courier new', monospace;
font-size: 0.98em; font-size: 0.98em;

View File

@ -27,20 +27,20 @@ body {
/* Link stuff */ /* Link stuff */
a { a {
color: #06e; color: #FDD491;
text-decoration: none; text-decoration: none;
} }
/* visited link */ /* visited link */
a:visited { a:visited {
color: #0047a6; color: #EFE3C9;
} }
/* hovering link */ /* hovering link */
a:hover { a:hover {
color: #3284f1; color: #F2DDB1;
} }
/* clicked on */ /* clicked on */
a:active { a:active {
color: #e5effd; color: #EFE3C9;
} }
/* only if a link was dragged but not went through or smthng */ /* only if a link was dragged but not went through or smthng */
a:focus { a:focus {
@ -69,6 +69,7 @@ a::selection {
p { p {
margin: 1em 0; margin: 1em 0;
color: #F1C6A7;
} }
img { img {
@ -76,7 +77,7 @@ img {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #e1e1e1; color: #FDD491;
line-height: 125%; line-height: 125%;
margin-top: 2em; margin-top: 2em;
font-weight: normal; font-weight: normal;
@ -112,10 +113,11 @@ h6 {
} }
blockquote { blockquote {
color: #d8d8d8; color: #F1C6A7;
margin: 0; margin: 0;
padding-left: 3em; padding-left: 3em;
border-left: 0.5em #008fae solid; /*border-left: 0.5em #008fae solid;*/
border-left: 0.5em #C10042 solid;
} }
hr { hr {
@ -129,10 +131,10 @@ hr {
} }
pre, code, kbd, samp { pre, code, kbd, samp {
background-color: lightblue; background-color: #000;
border-radius: 8px; /*border-radius: 8px; */
padding: 8px; padding: 4px;
color: #000; color: #EECA3E;
font-family: Freemono, monospace, monospace; font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace; _font-family: 'courier new', monospace;
font-size: 0.98em; font-size: 0.98em;
@ -183,7 +185,7 @@ sub {
ul, ol { ul, ol {
margin: 1em 0; margin: 1em 0;
padding: 0 0 0 2em; padding: 0 0 0 2em;
color: #a3a3a3; color: #858585;
} }
li p:last-child { li p:last-child {