Template:Style
From 2013.igem.org
(Difference between revisions)
Line 694: | Line 694: | ||
color:#d5d5d5; | color:#d5d5d5; | ||
} | } | ||
+ | |||
+ | .navbar-inverse .navbar-inner { | ||
+ | background-color: #6e6e6e; | ||
+ | background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b)); | ||
+ | background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b); | ||
+ | background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b); | ||
+ | background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b); | ||
+ | background-repeat: repeat-x; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0); | ||
+ | border-color: #6e6e6e; | ||
+ | } | ||
+ | |||
+ | .navbar-inner { | ||
+ | min-height: 40px; | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
+ | background-color: #fafafa; | ||
+ | background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); | ||
+ | background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); | ||
+ | background-repeat: repeat-x; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); | ||
+ | border: 1px solid #d4d4d4; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 04:47, 24 June 2013