working on css for website
This commit is contained in:
@@ -31,7 +31,7 @@ html, body {
|
|||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-image: linear-gradient(#060114, #0F0233);
|
background-image: linear-gradient(#0f0233, #000000);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
@@ -145,7 +145,7 @@ img {
|
|||||||
|
|
||||||
.top {
|
.top {
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: clamp(0.8rem, 5vw, 1.5rem);
|
font-size: clamp(0.8rem, 5vw, 1.5rem);
|
||||||
text-overflow: hidden;
|
text-overflow: hidden;
|
||||||
@@ -155,17 +155,17 @@ img {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.top a {
|
.top a {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
font-family: 'mitochondriaregular', sans-serif;
|
font-family: 'mitochondriaregular', sans-serif;
|
||||||
font-size: .73em;
|
font-size: .73em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.top a:hover {
|
.top a:hover {
|
||||||
color: #A88AA8;
|
color: #b61e54;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.top a:visited {
|
.top a:visited {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.diary-dir {
|
.diary-dir {
|
||||||
color: #C0AAC0;
|
color: #bbc704;
|
||||||
flex-shrink: 0; display: flex;
|
flex-shrink: 0; display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@@ -38,7 +38,7 @@ h2 {
|
|||||||
-1px 0 1px #080410;
|
-1px 0 1px #080410;
|
||||||
}
|
}
|
||||||
.diary-dir a {
|
.diary-dir a {
|
||||||
color: #C0AAC0;
|
color: #bbc704;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow:
|
text-shadow:
|
||||||
-1px -1px 1px #080410,
|
-1px -1px 1px #080410,
|
||||||
@@ -58,6 +58,7 @@ h2 {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.diary-dir-numbers {
|
.diary-dir-numbers {
|
||||||
|
color: #7d4afb;
|
||||||
height: 0em;
|
height: 0em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -65,6 +66,9 @@ h2 {
|
|||||||
margin-left: .3em;
|
margin-left: .3em;
|
||||||
margin-right: .3em;
|
margin-right: .3em;
|
||||||
}
|
}
|
||||||
|
.diary-dir-numbers a {
|
||||||
|
color: #7d4afb;
|
||||||
|
}
|
||||||
.diary-dir-number {
|
.diary-dir-number {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -86,12 +90,12 @@ h2 {
|
|||||||
.snippet {
|
.snippet {
|
||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
background-color: #585c88;
|
/*background-color: #9E1A48;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.snippet-title {
|
.snippet-title {
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
background-color: #585c88;
|
background-color: #7d4afb;
|
||||||
border-top-left-radius: .3em;
|
border-top-left-radius: .3em;
|
||||||
border-top-right-radius: .3em;
|
border-top-right-radius: .3em;
|
||||||
height: auto;
|
height: auto;
|
||||||
@@ -127,13 +131,15 @@ h2 {
|
|||||||
font-family: 'mitochondriaregular', sans-serif;
|
font-family: 'mitochondriaregular', sans-serif;
|
||||||
}
|
}
|
||||||
.snippet-content {
|
.snippet-content {
|
||||||
background-color: #C0AAC0;
|
background-image: linear-gradient(#6F37FB,#bbc704);
|
||||||
|
/*background-color: #6F37FB;*/
|
||||||
color: #080410;
|
color: #080410;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
.date-line {
|
.date-line {
|
||||||
background-color: #585c88;
|
background-image: linear-gradient(#7d4afb, #6F37FB);
|
||||||
|
/*background-color: #7d4afb;*/
|
||||||
color: #080410;
|
color: #080410;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.sidebar a {
|
.sidebar a {
|
||||||
color: #1D1761;
|
color: #4622A0;
|
||||||
}
|
}
|
||||||
.sidebar a:hover {
|
.sidebar a:hover {
|
||||||
color: #3127A5;
|
color: #3127A5;
|
||||||
}
|
}
|
||||||
.sidebar a:visited {
|
.sidebar a:visited {
|
||||||
color: #1D1761;
|
color: #4622A0;
|
||||||
}
|
}
|
||||||
.sidebar a:active {
|
.sidebar a:active {
|
||||||
color: #3B2FC6;
|
color: #3B2FC6;
|
||||||
@@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
|
|
||||||
.diary-box {
|
.diary-box {
|
||||||
background-color: #A88AA8;
|
background-image: linear-gradient(#FD87F9, #9555fa);
|
||||||
|
/*background-color: #FD87F9; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
@@ -51,7 +52,7 @@
|
|||||||
grid-area: 5 / 1 / 6 / 2;
|
grid-area: 5 / 1 / 6 / 2;
|
||||||
}
|
}
|
||||||
.diary-box ul {
|
.diary-box ul {
|
||||||
|
background-color: transparent;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0em;
|
padding: 0em;
|
||||||
background-color: #A88AA8;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="diary-box about-box">
|
<div class="diary-box about-box">
|
||||||
<h2>about</h2>
|
<h2>about</h2>
|
||||||
<p><a href="/"><b>Blessfrey.me</b></a> is my webdev playground, written in BottlePy! Sometimes I share my hobbies here.</p>
|
<p><a href="/"><b>Blessfrey.me</b></a> is my webdev playground, written in BottlePy! I try to write in my diary once a month. </p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="diary-box social-box">
|
<div class="diary-box social-box">
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>{{random.choice(['.','•','☆','★'])}}	Discord: <a href="https://discordapp.com/users/491738784417710123">customsofficer</a> </li>
|
<li>{{random.choice(['.','•','☆','★'])}}	Discord: <a href="https://discordapp.com/users/491738784417710123">customsofficer</a> </li>
|
||||||
<li>{{random.choice(['.','•','☆','★'])}}	Steam: <a href="https://steamcommunity.com/id/customso/">Customs Officer</a> </li>
|
<li>{{random.choice(['.','•','☆','★'])}}	Steam: <a href="https://steamcommunity.com/id/customso/">Customs Officer</a> </li>
|
||||||
<li>{{random.choice(['.','•','☆','★'])}}	FlightRising: <a href="https://www1.flightrising.com/clan-profile/525948">Aristene</a> </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -40,7 +39,7 @@
|
|||||||
<h2>disclosure</h2>
|
<h2>disclosure</h2>
|
||||||
<p>Blessfrey.me has no sponsored posts or affiliate links. </p>
|
<p>Blessfrey.me has no sponsored posts or affiliate links. </p>
|
||||||
<p>Blessfrey.me is not collecting personal information + has no cookies. </p>
|
<p>Blessfrey.me is not collecting personal information + has no cookies. </p>
|
||||||
<p>Thank you for visiting. </p>
|
<p>・。・<i>Thank you for visiting</i>☄・。 </p>
|
||||||
<!--⠀⠀⠀⠀⠀⠀⠀⠀⠀ __<br>
|
<!--⠀⠀⠀⠀⠀⠀⠀⠀⠀ __<br>
|
||||||
/> フ<br>
|
/> フ<br>
|
||||||
| _ _ l<br>
|
| _ _ l<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user