Line 2: | Line 2: | ||
<body> | <body> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | |||
− | |||
html{ font-size: 62.5%; font-family: "MicroSoft YaHei", "sans-serif"; /*"sans-serif"是设备默认的字体*/ margin: 0; padding:0; background: white;} | html{ font-size: 62.5%; font-family: "MicroSoft YaHei", "sans-serif"; /*"sans-serif"是设备默认的字体*/ margin: 0; padding:0; background: white;} | ||
− | + | ||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { | ||
margin:0; | margin:0; | ||
padding:0; | padding:0; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/*所有的标签和伪类 before after*/ | /*所有的标签和伪类 before after*/ | ||
*, ::before, ::after { | *, ::before, ::after { | ||
Line 86: | Line 80: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | |||
+ | /*igem网站特殊设置*/ | ||
+ | body{ min-width: 1200px; margin:0; padding:0;} | ||
+ | #home_logo, #sideMenu,#bars_item,#top_title { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-10px; margin-left:0px;} | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | #top_menu_inside ul{ line-height: 1.5em;} | ||
</style> | </style> |
Revision as of 05:46, 23 July 2017