mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 20:58:46 -05:00
Some Graphical Improvements
This commit is contained in:
parent
a476a20737
commit
17a6115aab
24
css/main.css
24
css/main.css
@ -4,6 +4,7 @@
|
|||||||
body {
|
body {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-top: 80px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
@ -23,7 +24,7 @@ a {
|
|||||||
a:hover,
|
a:hover,
|
||||||
a:focus {
|
a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color:#3566a8;
|
color:#f5f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.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 {
|
.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;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.navbar-collapse
|
.navbar-collapse
|
||||||
@ -60,10 +61,14 @@ a:focus {
|
|||||||
}
|
}
|
||||||
.navbar-default {
|
.navbar-default {
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
background-color: #2f60a3;
|
background-color: gray;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 0px;
|
border-radius: 0px 0px 30px 30px;
|
||||||
height: 77px;
|
height: 77px;
|
||||||
|
overflow: hidden;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -296,10 +301,11 @@ body a h1{
|
|||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
#footerwrap {
|
#footerwrap {
|
||||||
|
border-radius: 30px 30px 0px 0px;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
background: #2f60a3;
|
background: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerwrap a{
|
#footerwrap a{
|
||||||
@ -564,7 +570,7 @@ i.danger{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footerwrap .dropdown-menu{
|
#footerwrap .dropdown-menu{
|
||||||
background: #337ab7
|
background: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerwrap .dropdown-menu a{
|
#footerwrap .dropdown-menu a{
|
||||||
@ -573,7 +579,7 @@ i.danger{
|
|||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
display: block;
|
display: block;
|
||||||
transition: 125ms ease-in-out background-color;
|
transition: 125ms ease-in-out background-color;
|
||||||
background-color: #337ab7
|
background-color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerwrap .dropdown-menu a:hover{
|
#footerwrap .dropdown-menu a:hover{
|
||||||
@ -616,7 +622,3 @@ label.form-name
|
|||||||
{
|
{
|
||||||
line-height: 20px
|
line-height: 20px
|
||||||
}
|
}
|
||||||
.panel .panel-footer .label
|
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user