Template:Tsinghua-A css
From 2013.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 17: | Line 17: | ||
Contact: http://free-responsive-templates.com/contact/ | Contact: http://free-responsive-templates.com/contact/ | ||
*/ | */ | ||
+ | |||
+ | div#contentSub{ | ||
+ | display: none; | ||
+ | position:absolute; | ||
+ | |||
+ | } | ||
+ | div#top-section{ | ||
+ | background: url() no repeat; | ||
+ | background-color:#E6E6E6; | ||
+ | color: #D1E9E9; | ||
+ | height: 0px; | ||
+ | width: 100%; | ||
+ | border: 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | div#p-logo{ | ||
+ | display: none; | ||
+ | } | ||
+ | div#menubar{ | ||
+ | height:0px; | ||
+ | position: relative; | ||
+ | top: 0; | ||
+ | font-color: #D1E9E9; | ||
+ | } | ||
+ | div#menubar .selected a{ | ||
+ | color: #CDCD9A; | ||
+ | } | ||
+ | .left-menu{ | ||
+ | float: left; | ||
+ | top: 0; | ||
+ | } | ||
+ | .right-menu{ | ||
+ | float: right; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | div#search-controls{ | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | float: right; | ||
+ | top: 0px; | ||
+ | right: 20px; | ||
+ | background: url("") no-repeat; | ||
+ | width: 120px; | ||
+ | height: 25px; | ||
+ | } | ||
+ | #mw-searchButton{ | ||
+ | display: none; | ||
+ | border: none; | ||
+ | background: none; | ||
+ | width: 30px; | ||
+ | height: 25px; | ||
+ | left: 87px; | ||
+ | line-height: 0; | ||
+ | font-size: 1px; | ||
+ | text-indent: 100pc; | ||
+ | cursor: pointer; | ||
+ | top: 0; | ||
+ | position: absolute; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | #content h1.firstHeading {display: none;} | ||
+ | #content | ||
+ | { | ||
+ | border:none; | ||
+ | height: 100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | width:100%; | ||
+ | position: absolute; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
{ | { | ||
margin:0; | margin:0; | ||
Line 24: | Line 100: | ||
font-family: 'Oranienbaum', serif; | font-family: 'Oranienbaum', serif; | ||
font-size:100%; | font-size:100%; | ||
- | background: | + | background:rgba(244, 133, 43, 0.6) url('https://static.igem.org/mediawiki/2013/8/87/87d1ae65f14b175f85ab2406a342e425.jpg') no-repeat fixed center top; |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
color: #ffffff; | color: #ffffff; | ||
- | position:relative; | + | position:relative;left:70px; |
+ | top:5px; | ||
text-shadow:0 0px, 1px 1px #2c2c2c; | text-shadow:0 0px, 1px 1px #2c2c2c; | ||
} | } | ||
Line 71: | Line 148: | ||
} | } | ||
header { | header { | ||
- | background: | + | background:rgb(77,226, 250); |
} | } | ||
.wrapper { | .wrapper { | ||
Line 78: | Line 155: | ||
} | } | ||
.contentBody { | .contentBody { | ||
- | width: | + | width:80%; |
float:left; | float:left; | ||
- | background:none repeat scroll 0 0 rgba( | + | background:none repeat scroll 0 0 rgba(50, 138, 174, 0.4); |
} | } | ||
.post { | .post { | ||
Line 101: | Line 178: | ||
padding:4%; | padding:4%; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.sBlock { | .sBlock { | ||
padding:12%; | padding:12%; |
Latest revision as of 10:58, 25 September 2013