Template:Style
From 2013.igem.org
(Difference between revisions)
(36 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | + | @import"http://webhost1.ust.hk/~igemasia/resources/bootstrap/css/bootstrap.min.css"; | |
@import"http://webhost1.ust.hk/~igemasia/css/reset.css"; | @import"http://webhost1.ust.hk/~igemasia/css/reset.css"; | ||
@import"http://webhost1.ust.hk/~igemasia/css/grid.css"; | @import"http://webhost1.ust.hk/~igemasia/css/grid.css"; | ||
Line 18: | Line 16: | ||
a{color:#0f2ab8;outline:none;cursor:pointer;text-decoration:none;} | a{color:#0f2ab8;outline:none;cursor:pointer;text-decoration:none;} | ||
a:hover{ | a:hover{ | ||
- | text-decoration: | + | text-decoration: none; |
color: #30b0d0; | color: #30b0d0; | ||
} | } | ||
Line 37: | Line 35: | ||
.main{margin:0 auto;width:960px;position:relative;} | .main{margin:0 auto;width:960px;position:relative;} | ||
.container_12 {position:relative;} | .container_12 {position:relative;} | ||
+ | |||
.wrapper{width:100%;overflow:hidden; position:relative;} | .wrapper{width:100%;overflow:hidden; position:relative;} | ||
/*----- txt,links,lines,titles -----*/ | /*----- txt,links,lines,titles -----*/ | ||
Line 79: | Line 78: | ||
text-indent:-999em; | text-indent:-999em; | ||
} | } | ||
+ | |||
.nav-container { | .nav-container { | ||
background: url(http://webhost1.ust.hk/~igemasia/images/nav-top-tail.gif) repeat-x 0 0; | background: url(http://webhost1.ust.hk/~igemasia/images/nav-top-tail.gif) repeat-x 0 0; | ||
Line 269: | Line 269: | ||
padding:30px 0 0; | padding:30px 0 0; | ||
position:relative; | position:relative; | ||
- | left: | + | left:40%; |
margin-left:-42px; | margin-left:-42px; | ||
} | } | ||
Line 694: | Line 694: | ||
} | } | ||
+ | .navbar-inverse .brand, .navbar-inverse .nav>li>a { | ||
+ | color:#23301e; | ||
+ | text-shadow:none; | ||
+ | } | ||
+ | .navbar-inverse .navbar-inner { | ||
+ | background-color: #9ddc88; | ||
+ | background-image: -moz-linear-gradient(top, #9ddc88, #7ca56d); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ddc88), to(#7ca56d)); | ||
+ | background-image: -webkit-linear-gradient(top, #9ddc88, #7ca56d); | ||
+ | background-image: -o-linear-gradient(top, #9ddc88, #7ca56d); | ||
+ | background-image: linear-gradient(to bottom, #9ddc88, #7ca56d); | ||
+ | background-repeat: repeat-x; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ddc88', endColorstr='#ff7ca56d', GradientType=0); | ||
+ | border-color: #9ddc88; | ||
+ | } | ||
+ | .navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle { | ||
+ | background-color:#9ddc88; | ||
+ | } | ||
+ | |||
+ | .firstHeading{display:none;} | ||
+ | .container{ | ||
+ | background-image:url('http://webhost1.ust.hk/~igemasia/resources/images/bg.png'); | ||
+ | background-repeat:no-repeat; | ||
+ | background-attachment:fixed; | ||
+ | background-position:center; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 13:17, 16 August 2013