Started changing to more formal content. Navbar changes complete.

This commit is contained in:
2019-06-25 00:00:06 -05:00
parent 7fe469cced
commit 41b5f1b561
20 changed files with 150 additions and 212 deletions

View File

@@ -7,7 +7,7 @@ body {
rgba(0, 255, 255, 0.4),
rgba(0, 0, 0, 0.7)
),
url(../assets/bg_tile.png);
url(../images/bg_tile.png);
background-repeat: repeat;
}
@@ -31,6 +31,10 @@ body {
text-align: left;
}
.navbar-brand {
font-size: 80%;
}
h1 {
position: relative;
font-family: "Segoe UI light", "Segoe UI", sans-serif;
@@ -147,9 +151,6 @@ p {
rgba(10, 10, 10, 0.2),
rgba(10, 10, 10, 0.75)
);
background-color: ;
border-left-style: solid;
border-left-color: rgba(0, 255, 255, 0.6);
border-left-width: 2px;
@@ -186,6 +187,19 @@ p {
font-family: "Segoe UI light", "Segoe UI", sans-serif;
}
.navbar-brand {
font-size: 150%;
top: -15%;
font-weight: 600;
}
.navbar-brand > image {
max-height: 150%;
max-width: auto;
position: relative;
top: -25%;
}
.cybercircle-left {
position: relative;
animation:
@@ -238,7 +252,7 @@ p {
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
background-color: rgba(0,0,0,0.9);
border-radius: 2px;
}
@@ -246,7 +260,7 @@ p {
::-webkit-scrollbar-thumb {
background-color: rgba(0, 255, 255, 0.5);
border-radius: 2px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
}
.auto-size {