css Changes

master
Damlanur 4 years ago
parent 1d6026da5f
commit 8c232395d6

@ -45,6 +45,17 @@ body {
visibility: visible;
}
h1 {
position: fixed;
right:0%;
top:5%;
text-align: right;
background-color: rgba(11,239,235,0.7);
padding: 3px 35px 3px 10px;
z-index: 10;
font-size: 28px;
}
a, a:visited{
color:black;
text-decoration: underline;

@ -5,7 +5,6 @@ body {
padding-right: 120px;
}
.grid-container {
display: inline-grid;
grid-template-columns: repeat(8, 1fr);
@ -28,7 +27,6 @@ body {
z-index: 5;
}
.img {
display: inline-block;
border-style: hidden hidden solid hidden;
@ -38,7 +36,6 @@ body {
.title {
display:block;
font-family: Roboto Mono, monospace;
font-size: large;
font-weight: 700;
}
@ -48,7 +45,6 @@ body {
font-weight: normal;
}
.metatext {
display: inline-block;
width: 300px;
@ -56,45 +52,22 @@ body {
border-style: hidden;
}
.thumbborder {
position: relative;
max-width: 100%;
max-height: 100%;
}
/*links*/
a:link {
text-decoration: none;
color: black;
}
a:visited {
text-decoration: none;
color: black;
}
/*
.metatext:hover a {
color: white;
}
*/
a:hover {
background-color: #0BEFEB;
opacity: 0.7;
color: white;
}
/*
.metatext:hover {
background-color: #0BEFEB;
color: white;
}
*/
h1 {
position: fixed;
right:0%;
@ -104,7 +77,6 @@ h1 {
opacity: 0.5;
padding: 3px 30px 3px 10px;
z-index: 10;
color: white;
font-size: 32px;
}

Loading…
Cancel
Save