Advertisement
PickNChew

Untitled

Jul 15th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Hammersmith+One);
  2. @import url(http://fonts.googleapis.com/css?family=PT+Sans);
  3. @import url(http://fonts.googleapis.com/css?family=Oxygen);
  4. @import url(http://fonts.googleapis.com/css?family=Raleway);
  5.  
  6. .navbar-inner {
  7. border: 0.75px solid #000000;
  8. border-top-left-radius: 0;
  9. border-top-right-radius: 0;
  10. border-bottom-left-radius: 0;
  11. border-bottom-right-radius: 0;
  12. height: 50px;
  13. font-weight: bold;
  14. margin: 21px -21px 41px;
  15. font-family: 'Hammersmith One', sans-serif;
  16. font-size: 15px;
  17. box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  18. background: #3498db;
  19. }
  20.  
  21. .header .logo span {
  22. font-family: 'Raleway', sans-serif;
  23. }
  24.  
  25. div.poweredby a {
  26. text-align: left;
  27. display: block;
  28. width: 109px;
  29. height: 25px;
  30. background: url('http://hivemc.com/media/images/buycraft_logo.png');
  31. text-indent: -10000px;
  32. }
  33.  
  34. .footer {
  35. font-family: 'Oxygen', sans-serif;
  36. color: white;
  37. }
  38.  
  39. .footer a {
  40. color: white;
  41. }
  42.  
  43. .nav > li {
  44. line-height: 28px;
  45. }
  46.  
  47. p {
  48. font-family: 'Oxygen', sans-serif;
  49. }
  50.  
  51. .box-container .header {
  52. background: #3498db;
  53. font-family: 'PT Sans', sans-serif;
  54. color: white;
  55. }
  56.  
  57. .header {
  58. box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  59.  
  60. }
  61.  
  62. .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  63. line-height: 30px;
  64. box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2) !important;
  65. }
  66.  
  67. a {
  68. -moz-transition: color 0.5s ease-in !important;
  69. -o-transition: color 0.5s ease-in !important;
  70. -webkit-transition: color 0.5s ease-in !important;
  71. text-decoration: none !important;
  72. transition: color 0.5s ease-in !important;
  73. }
  74.  
  75. a:hover {
  76. color: #F5AB35 !important;
  77. text-decoration: none !important;
  78. }
  79.  
  80. .btn-group>.btn:last-child, .btn-group>.btn:first-child {
  81. border-bottom-right-radius: 0px;
  82. border-top-right-radius: 0px;
  83. border-bottom-left-radius: 0px;
  84. border-top-left-radius: 0px;
  85. }
  86.  
  87. .container > .header .checkout {
  88. margin: 60px 20px 0 0;
  89. }
  90.  
  91. .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  92. box-shadow: none;
  93. }
  94.  
  95. .btn, .btn-small {
  96. border: none;
  97. border-radius: 0px;
  98. text-shadow: none;
  99. box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
  100. background-image: none;
  101. }
  102.  
  103. .navbar .navbar-inner li a {
  104. text-shadow: none;
  105. color: black;
  106. }
  107.  
  108. .header .logo span {
  109. text-indent: 3%;
  110. color: white;
  111. }
  112.  
  113. .container > .header {
  114. margin: -21px;
  115. height: 120px;
  116. display: block;
  117. border: none;
  118. border-radius: 0px;
  119. background: url(http://trinayani.org/wp-content/uploads/revslider/slider2/slider_bg4.jpg);
  120. }
  121.  
  122. .box-container .header {
  123. border-top-left-radius: 0;
  124. border-top-right-radius: 0;
  125. border-bottom-left-radius: 0;
  126. border-bottom-right-radius: 0;
  127. height: 30px;
  128. }
  129.  
  130. body {
  131. background: url(http://i.imgur.com/ynsQ0IS.png);
  132. }
  133.  
  134. .navbar .navbar-inner li a {
  135. color: white;
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement