YuhangYang (Talk | contribs) |
|||
(36 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
<body> | <body> | ||
− | <style> | + | <style type="text/css"> |
− | + | ||
− | + | html{ font-size: 62.5%; font-family: "Arial","Helvetica","sans-serif"; margin: auto; background: white;} | |
− | + | body,span,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; | ||
+ | padding:0; | ||
+ | line-height: 1.2; | ||
+ | } | ||
− | #home_logo, #sideMenu,#bars_item { display:none; } | + | /* before after*/ |
+ | *, ::before, ::after { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | /*phone*/ | ||
+ | -webkit-tap-highlight-color: transparent; | ||
+ | box-sizing: border-box; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | /*mouse*/ | ||
+ | .noselect { | ||
+ | -webkit-touch-callout: none; | ||
+ | -webkit-user-select: none; | ||
+ | -khtml-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | user-select: none; | ||
+ | } | ||
+ | |||
+ | /*bower style*/ | ||
+ | fieldset, img, input, button { | ||
+ | border: none; | ||
+ | outline-style: none; | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | list-style: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover{ text-decoration: none;} | ||
+ | |||
+ | input, textarea { | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | resize: none; | ||
+ | -webkit-appearance: none; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | vertical-align: middle; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | |||
+ | /*cls float*/ | ||
+ | .clearfix:before, .clearfix:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | } | ||
+ | .clearfix:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | .clearfix { | ||
+ | *zoom: 1; /*IE/7/6*/ | ||
+ | } | ||
+ | |||
+ | /*use*/ | ||
+ | s, i, em { | ||
+ | font-style: normal; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /*igem*/ | ||
+ | body{ min-width: 1024px; position: relative;} | ||
+ | #home_logo, #sideMenu,#bars_item,#top_title { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | #content { width:100%; padding:0px; margin-top:- | + | #content { width:100%; padding:0px; margin-top:-10px; margin-left:0px;} |
− | + | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | - | + | #top_menu_inside ul li{ line-height: 1.5em;} |
+ | |||
+ | |||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $("#HQ_page").removeAttr("id"); | ||
+ | $("#globalWrapper").removeAttr("id"); | ||
+ | $("#content").removeAttr("id"); | ||
+ | $(".mw-content-ltr").removeAttr("class"); | ||
+ | |||
+ | </script> | ||
<body> | <body> | ||
</html> | </html> |
Latest revision as of 01:45, 27 October 2017