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

Line 30: Line 30:
 
     font-size: 12px;
 
     font-size: 12px;
 
}
 
}
 +
 +
  
  
Line 41: Line 43:
  
 
#globalWrapper {
 
#globalWrapper {
     padding-bottom: 0px;
+
     padding-bottom: 0px;
 
}
 
}
  

Revision as of 07:06, 26 July 2016

/* rebekah - fix margin and sidebar issues/ and transparent background */ #sideMenu, #top_title {display:none;} #content {

    padding:0px;
    width:100%;
    margin:0px;
   background-color: rgba(255,255,255,0);

}

/* rebekah - body font formatting */ p { color: #8c8c8c; font-size: 14px !important; line-height: 1.5em; font-family: 'raleway-regular',Myriad,Verdana,sans-serif !important; font-weight: 300; }


/* restore the style of igem top menu */

  1. top_menu_inside {
   line-height: 14px;

}

  1. top_menu_inside #user_item:hover {
   font-size: 12px;

}

  1. top_menu_inside a {
   background: none;
   line-height: 1.5em;
   font-size: 12px;

}




  1. top_menu_under {
   height: 0px

}


  1. globalWrapper {
   padding-bottom: 0px;

}

body{

         font-family:'raleway-regular',arial,sans-serif;

}