Team:NYMU-Taipei/Frontpage/Slider
From 2013.igem.org
(Difference between revisions)
Mastershot (Talk | contribs) |
Mastershot (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html class="no-js" lang="en"> | <html class="no-js" lang="en"> | ||
<head> | <head> | ||
+ | <style type="text/css"> | ||
+ | body, html, #globalWrapper, #content { | ||
+ | background: transparent; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0 none transparent; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 1em; | ||
+ | width: auto; | ||
+ | border-top: 1px solid transparent; | ||
+ | margin-top: -1px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | width: auto; | ||
+ | margin: 0 auto; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | border: 0 none transparent; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: auto; | ||
+ | height: 1.5em; | ||
+ | margin-bottom: -1.5em; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | display: table-cell; | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar.left-menu { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #menubar * { | ||
+ | color: transparent !important; | ||
+ | background: transparent !important; | ||
+ | } | ||
+ | |||
+ | #top-section:hover #menubar * { | ||
+ | color: blue !important; | ||
+ | } | ||
+ | |||
+ | #top-section:hover #menubar.left-menu { | ||
+ | background: rgba(255, 255, 255, 0.75) !important; | ||
+ | } | ||
+ | #search-controls{ | ||
+ | height: 0px; | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | #content>p:first-child { | ||
+ | margin: 0; | ||
+ | height: 0; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .editsection { | ||
+ | display: none; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<meta content="charset=utf-8"> | <meta content="charset=utf-8"> | ||
<title>FlexSlider 2</title> | <title>FlexSlider 2</title> |
Revision as of 23:57, 28 October 2013