Difference between revisions of "Team:CPU CHINA/css/navfoot"

Line 86: Line 86:
 
     bottom: 0;
 
     bottom: 0;
 
     left: 0;
 
     left: 0;
 +
    z-index: 1000;
 
     background-color: white;
 
     background-color: white;
 
     height:40px;
 
     height:40px;

Revision as of 04:13, 30 October 2017

.top{

   position: fixed;
   width: 100%;
   top: 18px;
   left: 0;
   z-index: 200;
   background-color: white;

} .my-nav{

   width: 75%;
   margin: 0 auto;

} .my-nav .btn-group{

   width: 13.7%;

} .my-nav .btn-group button{

   border: none;
   color: rgb(182,190,168);
   width: 100%;
   padding: 25px 35px;
   letter-spacing: .15em;
   border-radius: 0;

} .my-nav .btn-group button:hover{

   border: none;
   color: rgb(10,64,43);
   background-color: white;

} .btn-group.open .dropdown-toggle{

   box-shadow:none;

} .top img{

   position: fixed;
   top: 0;
   left: 5%;
   width:70px;
   height:70px;

} .body-container{

   padding-top: 70px;
   padding-bottom: 50px;
   background-color: rgb(235,235,232);
   width: 90%;
   margin:0 auto;

} .body-footer{

   background-color: white;

} .body-footer .else-contact{

   width: 50%;
   padding-top: 40px;
   text-align: center;
   color: #0A402B;
   margin: 0 auto;
   font-family: 'New Baskerville,Times,serif';

} .body-footer .else-contact .col-md-4{

   border-right: 1px solid #ebebe8;

} .body-container{

   color:#0a402b;

} .body-container h1{

   padding:20px;
   font-size: 50px;
   text-align: center;
   letter-spacing: .1em;
   font-weight: 600;

} .foot-title{

   font-size: 12px;
   line-height: 1.71429;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 2px;
   display: block;
   letter-spacing: .4em;

} .foot-content{

   cursor: pointer;
   transition: color .25s ease,opacity .25s ease,border .25s ease

} .my-footer{

   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 1000;
   background-color: white;
   height:40px;
   width: 100%;

}

  1. top_title{
   display:none !important;

}

  1. sideMenu{
   display:none !important;

}