diary, study, etc
This commit is contained in:
+22
-2
@@ -29,10 +29,14 @@
|
||||
padding:0;
|
||||
margin:0;
|
||||
font-family: 'pf_ronda_sevenregular', sans-serif;
|
||||
background-color: black;
|
||||
/*background-color: #0C0227;/*#060114;/*#0F0233;/*#071013;*/
|
||||
font-size: 1em;
|
||||
}
|
||||
html, body {padding:0; margin:0; height:100%;}
|
||||
html, body {
|
||||
padding:0;
|
||||
margin:0;
|
||||
height:100%;
|
||||
}
|
||||
footer {
|
||||
position: fixed; bottom: 0; left: 0;
|
||||
background-color: transparent;
|
||||
@@ -43,6 +47,9 @@ a, a:link, a:visited, a:hover, a:active, b, p {
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
s {
|
||||
background-color: transparent;
|
||||
}
|
||||
a:link, a:visited {
|
||||
color: #305285;
|
||||
}
|
||||
@@ -87,6 +94,13 @@ p {
|
||||
line-height: 2em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
::-moz-selection { /* Code for Firefox */
|
||||
background: #c76199;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #c76199;
|
||||
}
|
||||
.mundane {color:#aca79e;}
|
||||
.common {color:#5576d1;}
|
||||
.unusual {color:#9873AC;}
|
||||
@@ -125,6 +139,9 @@ img {
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
box-sizing: border-box;
|
||||
background-image: linear-gradient(#060114, #0F0233);
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.top {
|
||||
@@ -135,12 +152,15 @@ img {
|
||||
}
|
||||
.top a {
|
||||
color: #C0AAC0;
|
||||
font-family: 'mitochondriaregular', sans-serif;
|
||||
font-size: .73em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.top a:hover {
|
||||
color: #A88AA8;
|
||||
font-family: 'mitochondriaregular', sans-serif;
|
||||
font-size: .73em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.top a:visited {
|
||||
color: #C0AAC0;
|
||||
|
||||
@@ -50,6 +50,7 @@ img {
|
||||
text-align: center;
|
||||
}
|
||||
.diary-content {
|
||||
font-size: 0.9em;
|
||||
background-color: #c0aac0;
|
||||
color: #080410;
|
||||
text-indent: 2em;
|
||||
|
||||
Reference in New Issue
Block a user