updated style sheets to more modern comfy theme

This commit is contained in:
shockrahwow 2018-12-16 23:09:47 -08:00
parent 7bac76170f
commit 230add8fda
2 changed files with 78 additions and 22 deletions

View File

@ -13,26 +13,55 @@ html {
font-family: 'Freemono';
src: url(../fonts/FreeMono.otf);
}
/* sick nav bar */
.topnav {
overflow: hidden;
}
.topnav a {
float: left;
display: block;
/* text color */
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #493267;
color: #faebd7;
}
.active {
background-color: #0e1111;
color: #faebd7;
}
.topnav .icon {
display:none;
}
/* now some stuff for the text */
body {
color: #444;
/* regular tex color(for the front page it won't matter much since everything is blockquotes*/
color: #373854;
background-color: #faebd7;
font-family: Fixedsys;
font-size: 12px;
line-height: 1.7;
padding: 1em;
margin: auto;
max-width: 42em;
background-image: url("../img/backt.png");
/*background-image: url("./img/backt.png");*/
background-repeat: repeat;
}
/* Link stuff */
/* default link color */
a {
color: #06e;
color: #7bb3ff;
text-decoration: none;
}
/* visited link */
a:visited {
color: #0047a6;
color: #9e379f;
}
/* hovering link */
a:hover {
@ -69,7 +98,6 @@ a::selection {
p {
margin: 1em 0;
color: #969696;
}
img {
@ -77,7 +105,7 @@ img {
}
h1, h2, h3, h4, h5, h6 {
color: #e1e1e1;
color: #493267;
line-height: 125%;
margin-top: 2em;
font-weight: normal;
@ -113,10 +141,10 @@ h6 {
}
blockquote {
color: #d8d8d8;
color: #3b444b;
margin: 0;
padding-left: 3em;
border-left: 0.5em #008fae solid;
border-left: 0.5em #493267 solid;
}
hr {
@ -130,10 +158,10 @@ hr {
}
pre, code, kbd, samp {
background-color: #000;
background-color: lightblue;
border-radius: 8px;
padding: 8px;
color: #00cc03;
color: #000;
font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;
@ -184,7 +212,7 @@ sub {
ul, ol {
margin: 1em 0;
padding: 0 0 0 2em;
color: #858585;
color: #a3a3a3;
}
li p:last-child {

View File

@ -13,26 +13,55 @@ html {
font-family: 'Freemono';
src: url(../fonts/FreeMono.otf);
}
/* sick nav bar */
.topnav {
overflow: hidden;
}
.topnav a {
float: left;
display: block;
/* text color */
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #493267;
color: #faebd7;
}
.active {
background-color: #0e1111;
color: #faebd7;
}
.topnav .icon {
display:none;
}
/* now some stuff for the text */
body {
color: #444;
/* regular tex color(for the front page it won't matter much since everything is blockquotes*/
color: #373854;
background-color: #faebd7;
font-family: Fixedsys;
font-size: 12px;
line-height: 1.7;
padding: 1em;
margin: auto;
max-width: 42em;
background-image: url("../img/backt.png");
/*background-image: url("./img/backt.png");*/
background-repeat: repeat;
}
/* Link stuff */
/* default link color */
a {
color: #06e;
color: #7bb3ff;
text-decoration: none;
}
/* visited link */
a:visited {
color: #0047a6;
color: #9e379f;
}
/* hovering link */
a:hover {
@ -69,7 +98,6 @@ a::selection {
p {
margin: 1em 0;
color: #969696;
}
img {
@ -77,7 +105,7 @@ img {
}
h1, h2, h3, h4, h5, h6 {
color: #e1e1e1;
color: #493267;
line-height: 125%;
margin-top: 2em;
font-weight: normal;
@ -113,10 +141,10 @@ h6 {
}
blockquote {
color: #d8d8d8;
color: #3b444b;
margin: 0;
padding-left: 3em;
border-left: 0.5em #008fae solid;
border-left: 0.5em #493267 solid;
}
hr {
@ -130,10 +158,10 @@ hr {
}
pre, code, kbd, samp {
background-color: #000;
background-color: lightblue;
border-radius: 8px;
padding: 8px;
color: #00cc03;
color: #000;
font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;
@ -184,7 +212,7 @@ sub {
ul, ol {
margin: 1em 0;
padding: 0 0 0 2em;
color: #858585;
color: #a3a3a3;
}
li p:last-child {