Difference between revisions of "Template:Peking/css/fix"

Line 14: Line 14:
  
  
#top_menu_under {
+
 
    height: 0px;
+
}
+
  
 
#transparentbar {
 
#transparentbar {

Revision as of 14:26, 23 July 2016

/* rebekah - fix margin and sidebar issues */ #sideMenu, #top_title {display:none;} #content { padding:0px; width:100%; margin:0px;}


/* rebekah - body font formatting */ p { color: #5b5b5b; font-size: 15pt !important; line-height: 1.85em; font-family: 'raleway-regular', sans-serif !important; font-weight: 300; }



  1. transparentbar {
   width: 100%;
   height: 18px;
   margin: 0px;
   padding: 0px;
   position:fixed; 
   top:0px; 
   left:0px;
   right: 0px;
   background: #123456;
   z-index: 10000;

}

  1. globalWrapper {
   padding-bottom: 0px;

}