Template:Style
From 2013.igem.org
(Difference between revisions)
Line 696: | Line 696: | ||
.navbar-inverse .navbar-inner { | .navbar-inverse .navbar-inner { | ||
- | background-color: # | + | background-color: #bde8b0; |
- | background-image: -moz-linear-gradient(top, # | + | background-image: -moz-linear-gradient(top, #bde8b0, #7ca56d); |
- | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(# | + | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bde8b0), to(#7ca56d)); |
- | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #bde8b0, #7ca56d); |
- | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #bde8b0, #7ca56d); |
- | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #bde8b0, #7ca56d); |
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
- | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbde8b0', endColorstr='#ff7ca56d', GradientType=0); |
- | border-color: # | + | border-color: #bde8b0; |
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 04:56, 24 June 2013