Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .navigation{
- background: rgb(173,26,28); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(173,26,28,1) 0%, rgba(170,32,57,1) 44%, rgba(170,44,46,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,26,28,1)), color-stop(44%,rgba(170,32,57,1)), color-stop(100%,rgba(170,44,46,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1a1c', endColorstr='#aa2c2e',GradientType=0 ); /* IE6-9 */
- border-bottom:#fff 1px dashed;
- padding-bottom: -15px;
- width: 100%;
- }
- .navbar .btn-navbar{
- background-image: none;
- filter: none;
- background: #2d3538;
- margin-top: 15px;
- }
- .navbar-inner{
- border-radius: 0px;
- background-image: none;
- filter: none;
- background: #2d3538;
- border: none;
- box-shadow: none;
- }
- .navbar .nav > li > a{
- color: #fff;
- text-shadow: none;
- margin-top: 12px;
- font-size: 17px;
- font-weight: normal;
- padding-top: 29px;
- padding-bottom: 23px;
- margin-top: 0px;
- }
- .row {text-align: center}
- .navbar .nav > li > a:hover{
- color: #b72525;
- background: rgb(255,255,255); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
- padding-top: -15px;
- padding-right: 15px;
- width: inherit;
- }
- /* changes color of active links*/
- .navbar .nav .active > a, .navbar .nav .active > a:hover {
- background-color: #2d3538;
- color: #d9d9d9;
- box-shadow: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement