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

Line 20: Line 20:
 
/* restore the style of item top menu */
 
/* restore the style of item top menu */
 
#top_menu_inside #user_item:hover {
 
#top_menu_inside #user_item:hover {
 
+
    line-height: 14px;
 
     font-size: 12px;
 
     font-size: 12px;
 
}
 
}
#top_menu_inside {
+
 
    line-height: normal;
+
}
+
  
  

Revision as of 03:01, 25 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 item top menu */

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

}




  1. top_menu_under {
   height: 0px

}


  1. globalWrapper {
   padding-bottom: 0px;

}

body{

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

}