Difference between revisions of "Team:BIT-China/css/template/navStyle"

(Replaced content with "/* -------------------------------- Primary style -------------------------------- */ delete unnecessary things on page: #top_title{ display: none; } #sideMe...")
 
Line 1: Line 1:
 
/* --------------------------------  
 
/* --------------------------------  
  
Primary style
+
delete unnecessary css on page
  
 
-------------------------------- */
 
-------------------------------- */
  
/* delete unnecessary things on page */
 
 
#top_title{
 
#top_title{
 
     display: none;
 
     display: none;
Line 36: Line 35:
 
     text-align: inherit;
 
     text-align: inherit;
 
}
 
}
/* edit end*/
+
/* delete end*/
 +
/* some css can not be rewrited(like <p> and <ul>),please rewrite them in the page.*/

Latest revision as of 02:53, 15 November 2016

/* --------------------------------

delete unnecessary css on page


*/
  1. top_title{
   display: none;

}

  1. sideMenu{
   display: none;

}

  1. content{
   padding:0;
   margin:0;
   line-height:1;
   width:100%;
   display:block;
   position:relative;

}

  1. top_menu_14{
   height:1em;

}

  1. top_menu_inside ul{
   line-height:1.5em;

}

  1. HQ_page p{
   font-family: inherit;
   font-size:inherit;
   text-align: inherit;

} /* delete end*/

/* some css can not be rewrited(like

and

    ),please rewrite them in the page.*/