Some Graphical Improvements

This commit is contained in:
Yiğit Kerem Oktay 2020-08-14 19:37:16 +03:00 committed by GitHub
parent a476a20737
commit 17a6115aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 36 deletions

View File

@ -4,6 +4,7 @@
body {
background: #ffffff;
margin: 0;
margin-top: 80px;
height: 100%;
line-height: 24px;
font-family: 'Open Sans', sans-serif;
@ -23,7 +24,7 @@ a {
a:hover,
a:focus {
text-decoration: none;
color:#3566a8;
color:#f5f4f4;
}
.centered {
@ -51,7 +52,7 @@ a:focus {
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
color: #f5f4f4;
background-color: transparent;
}
.navbar-collapse
@ -60,10 +61,14 @@ a:focus {
}
.navbar-default {
z-index: 200;
background-color: #2f60a3;
background-color: gray;
border-color: transparent;
border-radius: 0px;
border-radius: 0px 0px 30px 30px;
height: 77px;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
}
@ -296,10 +301,11 @@ body a h1{
/* Footer */
#footerwrap {
border-radius: 30px 30px 0px 0px;
min-height: 60px;
padding-top: 15px;
padding-bottom: 10px;
background: #2f60a3;
background: gray;
}
#footerwrap a{
@ -564,7 +570,7 @@ i.danger{
}
#footerwrap .dropdown-menu{
background: #337ab7
background: gray;
}
#footerwrap .dropdown-menu a{
@ -573,7 +579,7 @@ i.danger{
padding: 2px 5px;
display: block;
transition: 125ms ease-in-out background-color;
background-color: #337ab7
background-color: gray;
}
#footerwrap .dropdown-menu a:hover{
@ -616,7 +622,3 @@ label.form-name
{
line-height: 20px
}
.panel .panel-footer .label
{
display: inline-block;
}