styles
This commit is contained in:
parent
07f20b0134
commit
b5508477e2
@ -1,10 +1,17 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
background-color: #222;
|
||||||
|
|
||||||
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerdiv {
|
.headerdiv {
|
||||||
background-color: #353;
|
background-color: #333;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
border-bottom: 1px solid #111;
|
||||||
|
box-shadow: 0 0 8px #000000;
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerdiv .logowrapper {
|
.headerdiv .logowrapper {
|
||||||
@ -30,13 +37,13 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
background-color: #888;
|
background-color: #111;
|
||||||
color: #FFF;
|
color: #CCC;
|
||||||
border: 1px solid black;
|
border: 1px solid #CCC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
margin: 5px 10px;
|
margin: 5px 10px;
|
||||||
padding: 0px 5px;
|
padding: 2px 5px;
|
||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -46,6 +53,7 @@ body {
|
|||||||
|
|
||||||
.tab_github {
|
.tab_github {
|
||||||
background-color: #4078c0;
|
background-color: #4078c0;
|
||||||
|
border: 1px solid #111;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,8 +63,7 @@ body {
|
|||||||
|
|
||||||
.tab:hover {
|
.tab:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: blue;
|
background-color: #333;
|
||||||
background-color: #999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab_github:hover {
|
.tab_github:hover {
|
||||||
@ -66,6 +73,10 @@ body {
|
|||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
|
|
||||||
|
.headerdiv {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.logowrapper {
|
.logowrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -83,3 +94,4 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user