More css changes :D
This commit is contained in:
parent
ee79588a55
commit
fd2480ec45
4 changed files with 26 additions and 19 deletions
|
@ -42,19 +42,6 @@
|
|||
font-size: larger;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: inherit;
|
||||
text-decoration: initial;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
outline: 2px dotted blue;
|
||||
}
|
||||
|
||||
a:link:active {
|
||||
color: inherit;
|
||||
outline: 2px dotted blue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -85,3 +85,18 @@ code {
|
|||
background-color: white;
|
||||
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: inherit;
|
||||
text-decoration: initial;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
outline: 2px dotted blue;
|
||||
}
|
||||
|
||||
a:link:active {
|
||||
color: inherit;
|
||||
outline: 2px dotted blue;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.header {
|
||||
font-size: medium;
|
||||
font-size: x-large;
|
||||
text-align: center;
|
||||
height: min-content;
|
||||
}
|
||||
|
@ -23,18 +23,18 @@
|
|||
}
|
||||
|
||||
.searchBar input {
|
||||
width: 95%;
|
||||
width: 90%;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
border-right: 1px dotted white;
|
||||
|
||||
font-family: monospace;
|
||||
font-size: medium;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.searchBar .searchButton {
|
||||
width: 5%;
|
||||
width: 10%;
|
||||
background-color: transparent;
|
||||
border: 1px solid white;
|
||||
border-left: none;
|
||||
|
@ -55,7 +55,8 @@
|
|||
}
|
||||
|
||||
.searchBar summary {
|
||||
font-size: small;
|
||||
margin-top: 0.5rem;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.searchBar .upload_date {
|
||||
|
|
|
@ -8,3 +8,7 @@
|
|||
border-bottom: 0.1rem solid white;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.userLevels a {
|
||||
color: cyan;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue