Team:ZJU-China/template/page css
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <style type="text/css"> <!-- body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #42413C; margin: 0; padding: 0; color: #000; } ul, ol, dl { pa...") |
|||
(6 intermediate revisions not shown) | |||
Line 42: | Line 42: | ||
padding-left: 100px; | padding-left: 100px; | ||
background-color: #28AA28; | background-color: #28AA28; | ||
- | background-image: url( | + | background-image: url(https://static.igem.org/mediawiki/2013/e/e3/Footer-image.JPG); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom; | background-position: bottom; | ||
Line 50: | Line 50: | ||
float: right; | float: right; | ||
width: 260px; | width: 260px; | ||
- | |||
- | |||
} | } | ||
.content { | .content { | ||
- | padding: 10px | + | padding: 10px 5px 5px 5px;; |
- | width: | + | width: 680px; |
float: right; | float: right; | ||
- | background-color: | + | background-color: rgba(255, 255, 255, 0.5); |
+ | margin: 5px 5px 25px 5px; | ||
+ | border-radius: 5px; | ||
+ | font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; | ||
+ | font-size: 80%; | ||
} | } | ||
Line 84: | Line 86: | ||
} | } | ||
- | |||
.footer { | .footer { | ||
padding: 10px 0; | padding: 10px 0; | ||
Line 144: | Line 145: | ||
width: 60px; | width: 60px; | ||
height: 60px; | height: 60px; | ||
- | background-image:url( | + | background-image:url(https://static.igem.org/mediawiki/2013/d/d2/History_icon.png); |
cursor: pointer; | cursor: pointer; | ||
position: absolute; | position: absolute; | ||
Line 158: | Line 159: | ||
width: 60px; | width: 60px; | ||
height: 60px; | height: 60px; | ||
- | background-image:url( | + | background-image:url(https://static.igem.org/mediawiki/2013/b/b9/Edit_icon.png); |
cursor: pointer; | cursor: pointer; | ||
position: absolute; | position: absolute; | ||
Line 180: | Line 181: | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
background-color: #CCC; | background-color: #CCC; | ||
- | background-image: url( | + | background-image: url(https://static.igem.org/mediawiki/2013/e/ea/Main-image-page.JPG); |
} | } | ||
#header-nav-wrapper { | #header-nav-wrapper { | ||
Line 208: | Line 209: | ||
position: relative; | position: relative; | ||
top: -360px; | top: -360px; | ||
+ | overflow: hidden; | ||
+ | border-radius: 5px; | ||
+ | box-shadow: 0 0 5px 2px rgba(0,0,0,.35); | ||
+ | } | ||
+ | |||
+ | /* Content Style */ | ||
+ | |||
+ | div.tright { | ||
+ | border-width: 0; | ||
} | } | ||
--> | --> | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 17:04, 25 September 2013