Team:BNU-China
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
/*clean the default css*/ | /*clean the default css*/ | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear, .center {display: none;} /*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear, .center {display: none;} /*-- hides default wiki settings --*/ | ||
+ | #top-section { | ||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #globalWrapper, #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | html, body, .wrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar ul{ | ||
+ | visibility: hidden;} | ||
+ | #menubar:hover ul{ | ||
+ | visibility: visible; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*low_version*/ | ||
+ | .low_version{ | ||
+ | z-index:-1; | ||
+ | animation:show 30s; | ||
+ | -moz-animation:show 30s; /* Firefox */ | ||
+ | -webkit-animation:show 30s; /* Safari and Chrome */ | ||
+ | -o-animation:show 30s; /* Opera */ | ||
+ | } | ||
+ | @keyframes show | ||
+ | { | ||
+ | from {color:black;} | ||
+ | to {color:#F00;} | ||
+ | } | ||
+ | .low_version p{ | ||
+ | font-size:15px; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> |
Revision as of 03:16, 28 September 2014
Debugging