FLO_Twitter/styles.css
2019-05-16 20:54:00 +05:30

52 lines
896 B
CSS

.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;
}