Template:HFUT-China/Medals/css/navBarCss

body{

   padding: 0;
   margin: 0;

} .navBar {

   background-color: rgb(98, 98, 98);
   width: 100%;
   height: 54px;
   z-index: 50;
   position:fixed;
   top:16px;

}

.navBar .titleBar{

   float:left;
   padding-top:5px;

}

.navBar .titleBar .title{

   float: left;
   font-size: 25px;
   margin: 7px 20px 10px 40px;
   color: #fff;

}

.navBar .titleBar .iconImge{

   float: left;
   margin-left: 40px;

}

.navButton{

   border-radius: 10px;
   background-color: #626262;
   position:fixed;
   right: 7px;
   top: 21px;
   text-align: center;
   font-size: 50px;
   width:40px;
   height: 40px;
   color: white;
   z-index: 50;
   border:solid white;

}

.navButton img{

   // margin-bottom: 17px;
   margin-top: 10px;
   width: 25px;
   height: 20px;

}