Team:SCU-WestChina/default.css

<style type="text/css"> /********************************** DEFAULT WIKI SETTINGS *********************************/

  1. top_menu_inside #bars_item{
 position: absolute;
 top: -30px !important;
 left: -100px !important;
 z-index: -1 !important;
 cursor: pointer;

}

  1. sideMenu,
  2. top_title {
 display: none;

}

  1. content {
 padding: 0px;
 width: 100%;

} body {

 background-color: white;
 width: 100%;

}

  1. bodyContent h1{
 font-weight: 300 !important;

}

  1. bodyContent h1,
  2. bodyContent h2,
  3. bodyContent h3,
  4. bodyContent h4,
  5. bodyContent h5 {
 margin-bottom: 0px;
 border-bottom: none;

}

  1. bodyContent {
 padding-right: 0px;

}

  1. globalWrapper {
 font-size: 100%;
 padding: 0px;
 margin: -10px -20px -20px -20px;

} .navbar-collapse {

 padding-left: 0px;

}

  1. banner {
 margin-top: 50px;

}

  1. sideMenu {
 margin-top: 10px;

} .navbar-nav .dropdown-menu, .navbar .dropdown-menu {

 margin-top: 0;

} </style>