mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Logo update
This commit is contained in:
@@ -3,14 +3,10 @@
|
||||
src: url("../fonts/NeonFuture.ttf")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "starixo";
|
||||
src: url("../fonts/Starixo.otf")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "independent";
|
||||
src: url("../fonts/INDEPENDENT.ttf")
|
||||
font-family: "shuttlex";
|
||||
src: url("../fonts/SHUTTLE-X.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -18,6 +14,7 @@
|
||||
src: url("../fonts/SunsetClub.otf")
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "robotoreg";
|
||||
src: url("../fonts/RobotoCondensed-Regular.ttf")
|
||||
@@ -132,7 +129,7 @@ a {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0rem;
|
||||
background-color: #1a1a1a;
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
z-index: 99;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -141,6 +138,16 @@ a {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#homeIcon {
|
||||
margin: auto;
|
||||
display: block;
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#homeName {
|
||||
margin-top: .25em;
|
||||
}
|
||||
|
||||
#name-container {
|
||||
display: inline;
|
||||
cursor: pointer;
|
||||
@@ -149,9 +156,10 @@ a {
|
||||
.name {
|
||||
display: inline;
|
||||
color: #a0a0a0a0;
|
||||
background: url("../photos/sun.png") 0/5rem no-repeat;
|
||||
background: url("../icons/neonfinal2.svg") 0/5rem no-repeat;
|
||||
background-size: contain;
|
||||
padding-left: 5.5rem;
|
||||
padding-left: 3.5rem;
|
||||
margin-left: .5em;
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
@@ -160,7 +168,7 @@ a {
|
||||
}
|
||||
|
||||
.textGrad {
|
||||
font-family: "sunset-club" !important;
|
||||
font-family: "shuttlex" !important;
|
||||
}
|
||||
|
||||
.navControl {
|
||||
@@ -202,8 +210,8 @@ a {
|
||||
}
|
||||
|
||||
.langstats {
|
||||
width: 350px;
|
||||
height: 165px;
|
||||
width: min(100%, 350px);
|
||||
/* height: 165px; */
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
@@ -305,7 +313,7 @@ a {
|
||||
|
||||
#nametagContainer {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
justify-content: center;
|
||||
@@ -344,6 +352,7 @@ a {
|
||||
}
|
||||
|
||||
.onRight {
|
||||
overflow: scroll;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -595,8 +604,9 @@ a {
|
||||
}
|
||||
|
||||
.chess {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
border: none;
|
||||
overflow: scroll;
|
||||
/* transform: scale(.8);
|
||||
float: right; */
|
||||
}
|
||||
@@ -727,7 +737,7 @@ a {
|
||||
}
|
||||
|
||||
.bookshelf {
|
||||
width: 360px;
|
||||
max-width: 360px;
|
||||
padding: 10px;
|
||||
border: solid 2px #553;
|
||||
background-image: url("/static/photos/wood.jpg");
|
||||
|
||||
Reference in New Issue
Block a user