small fixes to rest of pages linked through site
This commit is contained in:
+10
-2
@@ -19,7 +19,7 @@
|
||||
html, body {padding:0; margin:0; height:100%;}
|
||||
footer{
|
||||
position: fixed; bottom: 0; left: 0;
|
||||
color: #df85a5;
|
||||
color: #C0AAC0;
|
||||
background-color: transparent;
|
||||
width: 100vw;
|
||||
}
|
||||
@@ -84,9 +84,17 @@ pre,code {
|
||||
|
||||
.top {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
color: white;
|
||||
color: #C0AAC0;
|
||||
text-align: center;
|
||||
}
|
||||
.top a {
|
||||
color: #C0AAC0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.top a:hover {
|
||||
color: #A88AA8;
|
||||
}
|
||||
|
||||
.content-grid {
|
||||
grid-area: 2 / 1 / 3 / 2;
|
||||
min-height: 60vh;
|
||||
|
||||
+1
-23
@@ -1,7 +1,7 @@
|
||||
.content-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 25% 75%;
|
||||
/* grid-template-rows: 992px;*/
|
||||
grid-template-rows: 992px;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
}
|
||||
@@ -23,29 +23,7 @@
|
||||
grid-template-rows: auto auto auto auto;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
/*max-height: 992px;*/
|
||||
}
|
||||
.intro, .rpg, .fashion, .projects, .ocs {
|
||||
background-color: transparent;/*#C0AAC0;*/
|
||||
padding: 5%;
|
||||
text-align: justify;
|
||||
}
|
||||
.intro { grid-area: 1 / 1 / 2 / 3;}
|
||||
.rpg { grid-area: 2 / 1 / 3 / 2;}
|
||||
.fashion { grid-area: 2 / 2 / 3 / 3;}
|
||||
.projects { grid-area: 3 / 1 / 4 / 3;}
|
||||
.ocs { grid-area: 4 / 1 / 5 / 3; text-align:left;}
|
||||
.ocs-nav {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 150px);
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs-btn {
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs img {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.content-right h1, h2, ul, li, b, i, p, img, a {
|
||||
background-color: transparent;
|
||||
|
||||
@@ -73,20 +73,18 @@
|
||||
.navlink {
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
color: #E6E8EF;
|
||||
color: #C0AAC0;
|
||||
text-align: center;
|
||||
}
|
||||
.navlink a:link {
|
||||
color: #E6E8EF;
|
||||
}
|
||||
.navlink a:visited {
|
||||
color: #E6E8EF;
|
||||
}
|
||||
.navlink a:hover {
|
||||
color: #f463ad;
|
||||
}
|
||||
.navlink a:active {
|
||||
color: #f463ad;
|
||||
color: #C0AAC0;
|
||||
}
|
||||
.nav-grid img {
|
||||
height: auto;
|
||||
@@ -99,4 +97,7 @@
|
||||
text-align: center;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
.links a {
|
||||
color: #C0AAC0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user