Line 5: | Line 5: | ||
<title>天空中白云飘动CSS3特效 - 站长素材</title> | <title>天空中白云飘动CSS3特效 - 站长素材</title> | ||
− | <style> | + | <style type="text/css"> |
+ | /*以下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; | ||
+ | } | ||
+ | #content, | ||
+ | .vs-content, | ||
+ | .vs-wrapper section { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | .my-backTop:visited { | ||
+ | color: #F8A886 !important; | ||
+ | } | ||
@keyframes tail { | @keyframes tail { | ||
6.6666666667% { | 6.6666666667% { |
Revision as of 06:57, 6 September 2018