adding stylesheet
This commit is contained in:
parent
7ceccbbf47
commit
fabd75ffbc
52
styles.css
Normal file
52
styles.css
Normal file
@ -0,0 +1,52 @@
|
||||
.nav-pills-custom>li>a {
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
.nav-pills-custom>li>a:focus,
|
||||
.nav-pills-custom>li>a:hover {
|
||||
background: none;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.panel-custom>.panel-heading {
|
||||
background: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
|
||||
background-color: #337AB7;
|
||||
}
|
||||
.form-control-nav{
|
||||
background-color:#F0FFFF;
|
||||
border: lightgrey solid 1px;
|
||||
border-radius:15px;
|
||||
}
|
||||
body{
|
||||
background-color: #F0FFFF;
|
||||
}
|
||||
.navbar-default .navbar-collapse, .navbar-default{
|
||||
background-color: white;
|
||||
}
|
||||
.panel-footer{
|
||||
background-color: lightcyan;
|
||||
}
|
||||
.well{
|
||||
background-color: lightcyan;
|
||||
}
|
||||
a{
|
||||
color:#60A6C1;
|
||||
}
|
||||
div.panel-heading{
|
||||
padding-top:15px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.form-control-feedback{
|
||||
line-height:27px;
|
||||
}
|
||||
.panel-info{
|
||||
border:1px lightgrey solid;
|
||||
}
|
||||
|
||||
.timestamp{
|
||||
color : grey;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user