Template:Style

From 2013.igem.org

(Difference between revisions)
Line 696: Line 696:
.navbar-inverse .navbar-inner {
.navbar-inverse .navbar-inner {
-
background-color: #6e6e6e;
+
background-color: #bde8b0;
-
background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b);
+
background-image: -moz-linear-gradient(top, #bde8b0, #7ca56d);
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b));
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bde8b0), to(#7ca56d));
-
background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b);
+
background-image: -webkit-linear-gradient(top, #bde8b0, #7ca56d);
-
background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b);
+
background-image: -o-linear-gradient(top, #bde8b0, #7ca56d);
-
background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b);
+
background-image: linear-gradient(to bottom, #bde8b0, #7ca56d);
background-repeat: repeat-x;
background-repeat: repeat-x;
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0);
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbde8b0', endColorstr='#ff7ca56d', GradientType=0);
-
border-color: #6e6e6e;
+
border-color: #bde8b0;
}
}
</style>
</style>
</html>
</html>

Revision as of 04:56, 24 June 2013