mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 06:14:26 +02:00
Proper theme basis
This commit is contained in:
parent
f474eb76e0
commit
9b0b8dfcf1
27 changed files with 318 additions and 102 deletions
BIN
static/logoOptimised.png
Normal file
BIN
static/logoOptimised.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -16,6 +16,8 @@ a:hover::selection{ color: #f0c674; }
|
|||
audio{ width: 100%; display: block; margin-top: 1em; }
|
||||
main{ margin-left: 12em; margin-right: 1em; padding: 1em; border:1pt solid; margin-bottom: 1em;}
|
||||
main h1{border-bottom: 1pt solid;}
|
||||
main a h1 {border-bottom: transparent 0pt solid;}
|
||||
li::marker{color: #b294bb;}
|
||||
/*
|
||||
article{
|
||||
padding:1em;
|
||||
|
@ -25,6 +27,7 @@ article{
|
|||
nav{height: 100%;padding: 0.5em; float:left; background: #282a2e; border-right:solid 1pt; border-bottom: solid 1pt; width: 10em;}
|
||||
nav li{list-style: none; list-style-position:outside;}
|
||||
nav a{ display: block;}
|
||||
nav{text-transform: capitalize;}
|
||||
summary{cursor:pointer;}
|
||||
summary:hover{ color: #1d1f21; background-color: #f0c674; }
|
||||
footer{text-align:center; border-top:1pt solid; margin-top: 1em;}
|
||||
|
@ -42,10 +45,11 @@ pre{ background: #282a2e; padding: 1em; border-radius: 1em;}
|
|||
}
|
||||
.logo a{
|
||||
color: #eaeaea;
|
||||
text-decoration: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.logo a:hover{ color: #1d1f21; }
|
||||
.about ul{list-style:none;}
|
||||
.about img{height:10em; float:left;}
|
||||
.about img{height:9em; float:left;}
|
||||
header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
||||
.page-head{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
||||
@media (max-width: 800px){
|
||||
|
@ -64,6 +68,16 @@ header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; fo
|
|||
-moz-animation: gay 8s ease-in-out infinite;
|
||||
-webkit-animation: gay 8s ease-in-out infinite;
|
||||
}
|
||||
.post-meta{margin-bottom: .5em; border-bottom: solid 1pt;}
|
||||
.on-list{color:#c5c6c8;}
|
||||
.post-meta{color: #c5c6c8; display:flex; justify-content: space-between; }
|
||||
.post-tags a{text-decoration:none; color:inherit;}
|
||||
.post-tags a:hover{text-decoration:none; color:#eaeaea; background:inherit;}
|
||||
.button{padding:.3em;border-radius:.3em;}
|
||||
.pagination__buttons{display:flex; justify-content:center;}
|
||||
.pagination__buttons .next::after{content:" →";}
|
||||
.pagination__buttons .prev::before{content:"← ";}
|
||||
|
||||
@keyframes gay {
|
||||
0%{background-position: 0px 50%;}
|
||||
50%{background-position: 100% 50%;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue