Difference between revisions of "Team:Tianjin/css/base"

(Blanked the page)
Line 1: Line 1:
body{
 
    background-color: #F7F5E6;
 
}
 
.navbar-default{
 
    background-color: white ;
 
    border:solid transparent;
 
    padding-top:16px;
 
}
 
.navbar-nav>li{
 
    margin-right: 5px;
 
    margin-left: 5px;
 
}
 
.navbar-brand{
 
    height:auto!important;
 
    padding:0px !important;
 
    line-height: 25px!important;*/
 
}
 
.navbar-toggle{
 
    margin-top: 25px!important;
 
    border-color: rgba(1,1,1,0)!important;
 
}
 
.navbar-toggle:hover , .navbar-toggle:focus{
 
    background-color: rgba(1,1,1,0)!important;
 
}
 
.navbar-default .navbar-nav>.open>a{
 
    background-color: white!important;
 
    color: green!important;
 
}
 
.dropdown-menu > li > a{
 
    background-color: white!important;
 
}
 
.dropdown-menu > li > a:hover{
 
    background-color: white!important;
 
    color: green!important;
 
}
 
.open{
 
    opacity: 1!important;
 
    z-index: 1998;
 
    background-color: white;
 
}
 
  
 
 
#footer h4{
 
    color: white;
 
    font-size: 25px !important;
 
    padding-top: 10px;
 
    padding-bottom: 10px;
 
}
 
#footer p{
 
    color: grey;
 
    padding-top: 10px;
 
    padding-bottom: 10px;
 
}
 
.footer-part{
 
    padding-bottom: 15px;
 
    padding-top: 15px;
 
}
 
#footer a{
 
    color: grey;
 
    padding-bottom: 10px!important;
 
    padding-top: 10px!important;
 
}
 
#footer a:hover,#footer a:focus{
 
    color: white;
 
    -moz-transition: all .3s;
 
    -ms-transition: all .3s;
 
    -o-transition: all .3s;
 
    -webkit-transition: all .3s;
 
    transition: all .3s;
 
}
 
#footer{
 
    margin-top:200px;
 
}
 

Revision as of 07:30, 5 August 2018