Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. .navigation{
  2. background: rgb(173,26,28); /* Old browsers */
  3. 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+ */
  4. 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+ */
  5. 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+ */
  6. 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+ */
  7. background: -ms-linear-gradient(top, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* IE10+ */
  8. background: linear-gradient(to bottom, rgba(173,26,28,1) 0%,rgba(170,32,57,1) 44%,rgba(170,44,46,1) 100%); /* W3C */
  9. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1a1c', endColorstr='#aa2c2e',GradientType=0 ); /* IE6-9 */
  10.  
  11.  
  12. border-bottom:#fff 1px dashed;
  13.  
  14. padding-bottom: -15px;
  15. width: 100%;
  16. }
  17.  
  18. .navbar .btn-navbar{
  19. background-image: none;
  20. filter: none;
  21.  
  22. background: #2d3538;
  23. margin-top: 15px;
  24. }
  25.  
  26. .navbar-inner{
  27. border-radius: 0px;
  28.  
  29. background-image: none;
  30. filter: none;
  31.  
  32. background: #2d3538;
  33. border: none;
  34. box-shadow: none;
  35. }
  36.  
  37.  
  38.  
  39. .navbar .nav > li > a{
  40. color: #fff;
  41. text-shadow: none;
  42. margin-top: 12px;
  43. font-size: 17px;
  44. font-weight: normal;
  45. padding-top: 29px;
  46. padding-bottom: 23px;
  47. margin-top: 0px;
  48.  
  49.  
  50. }
  51.  
  52. .row {text-align: center}
  53.  
  54. .navbar .nav > li > a:hover{
  55. color: #b72525;
  56. background: rgb(255,255,255); /* Old browsers */
  57. background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
  58. 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+ */
  59. background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
  60. background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
  61. background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
  62. background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
  63. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  64.  
  65. padding-top: -15px;
  66. padding-right: 15px;
  67. width: inherit;
  68.  
  69. }
  70.  
  71.  
  72. /* changes color of active links*/
  73. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  74. background-color: #2d3538;
  75. color: #d9d9d9;
  76. box-shadow: none;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement