Merge branch 'dev' of codeberg.org:Bingus_Violet/Violets-Purgatory into dev
This commit is contained in:
commit
02e58d6fe7
12 changed files with 12143 additions and 53 deletions
|
@ -1,11 +1,17 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
|
||||
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
|
||||
@import url('./bootstrap.css');
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Rubik';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./fonts/rubik-v28-latin-regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -13,7 +19,15 @@ h1 {
|
|||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
color: rgb(225, 215, 255)
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.65rem
|
||||
}
|
||||
|
||||
h3,
|
||||
li {
|
||||
color: white;
|
||||
|
@ -65,7 +79,7 @@ a {
|
|||
font-size: 1.3rem;
|
||||
border: 2px gray solid;
|
||||
border-radius: 6px;
|
||||
background-color: black;
|
||||
background-color: rgb(15, 0, 30);
|
||||
padding: 8px;
|
||||
margin: 3px;
|
||||
display: inline-block;
|
||||
|
@ -73,12 +87,13 @@ a {
|
|||
transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
.chip, .chip > * {
|
||||
.chip,
|
||||
.chip>* {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.chip:hover {
|
||||
background-color: rgb(20, 10, 30);
|
||||
background-color: rgb(65, 28, 101);
|
||||
transform: scale(1);
|
||||
/* font-size: 1.35rem; */
|
||||
border-color: white;
|
||||
|
@ -107,7 +122,7 @@ a {
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
.activity > .smallimg {
|
||||
.activity>.smallimg {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
position: absolute;
|
||||
|
@ -118,7 +133,7 @@ a {
|
|||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
.activity > .smallimg:hover {
|
||||
.activity>.smallimg:hover {
|
||||
border: 2px white solid;
|
||||
transform: scale(1);
|
||||
|
||||
|
@ -200,7 +215,7 @@ hr {
|
|||
z-index: 3;
|
||||
}
|
||||
|
||||
.project-inner > div > img {
|
||||
.project-inner>div>img {
|
||||
object-fit: cover;
|
||||
border: 2px white solid;
|
||||
width: 80%;
|
||||
|
@ -209,7 +224,7 @@ hr {
|
|||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.project > p {
|
||||
.project>p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -300,7 +315,7 @@ hr {
|
|||
margin-right: 1.9%;
|
||||
}
|
||||
|
||||
.lengthBar > span {
|
||||
.lengthBar>span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
|
@ -310,6 +325,11 @@ hr {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 0.95rem;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue