Line 12: | Line 12: | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:BIT-China/src/css/style1?action=raw&ctype=text/css" /> | <link rel="stylesheet" href="https://2017.igem.org/Team:BIT-China/src/css/style1?action=raw&ctype=text/css" /> | ||
</head> | </head> | ||
+ | <style> | ||
+ | |||
+ | |||
+ | /*以下CSS用于解决iGEM官网坑爹样式问题*/ | ||
+ | body { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif; | ||
+ | background-color: rgba(242,215,188,0.4); | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | margin: -12px 0 0; | ||
+ | } | ||
+ | #top_title{ | ||
+ | display: none; | ||
+ | } | ||
+ | #sideMenu{ | ||
+ | display: none; | ||
+ | } | ||
+ | /*以上CSS用于解决iGEM官网坑爹样式问题*/ | ||
+ | </style> | ||
<body> | <body> | ||
<div class="screen-hidden"> | <div class="screen-hidden"> |
Revision as of 08:33, 5 October 2017