Difference between revisions of "Template:BNU-CHINA/CSS/reset"

Line 13: Line 13:
 
       margin-right:0px !important;
 
       margin-right:0px !important;
 
}
 
}
 
  
 
#globalWrapper, #content {  
 
#globalWrapper, #content {  
Line 33: Line 32:
 
#menubar:hover ul{
 
#menubar:hover ul{
 
         visibility: visible;
 
         visibility: visible;
 +
}
 +
 +
#mw-content-text {
 +
  font-size:14px; !important
 
}
 
}
  

Revision as of 09:24, 14 September 2015

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear, .center {display: none;} /*-- hides default wiki settings --*/
  1. top-section {

border: 0 none; height: 14px; z-index: 100; top: 0; position: fixed; margin-left: 0px; }

.navbar-right{

      margin-right:0px !important;

}

  1. globalWrapper, #content {

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

html, body, .wrapper { height: 100%; background-color: transparent; }

  1. menubar ul{
       visibility: hidden;}
  1. menubar:hover ul{
       visibility: visible;

}

  1. mw-content-text {
  font-size:14px; !important

}

  1. mw-content-text>p {
   margin:0; !important

}

  1. mw-content-text {
   background-color: rgb(248, 250, 238); !important

}

  • {
 -webkit-box-sizing: border-box;!important
    -moz-box-sizing: border-box;!important
         box-sizing: border-box;!important

}

body {

       font-size: 14px; !important

}