Advertisement
Ted6794

Untitled

Feb 15th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. div.logo {background-image:url('http://i.imgur.com/5M06iM2.png');
  2. background-repeat: no-repeat;
  3. text-indent: -999px;
  4. position: relative;
  5. left: 218px;
  6. top: -15px;
  7. }
  8.  
  9.  
  10. .container {
  11. margin-right: auto;
  12. margin-left: auto;
  13. background-color: transparent;
  14. border-color: transparent;
  15. *zoom: 1;
  16. }
  17. .logo {
  18. color: transparent;
  19. text-size: 1px;
  20. }
  21. body {
  22. background-color: transparent;
  23. background-image: url('http://i.imgur.com/Rdk2Pib.png');
  24. }
  25. .navbar-inner {
  26. background: url(http://i.imgur.com/Rdk2Pib.png);
  27. background-position: top;
  28. }
  29. .box-container .header {
  30. background-image: url(http://i.imgur.com/Rdk2Pib.png);
  31. color: #fff;
  32. }
  33.  
  34. .navbar .nav > li > a {
  35. float: none;
  36. padding: 10px 15px 10px;
  37. color: white;
  38. text-decoration: none;
  39. font-weight: bold;
  40. text-shadow: 0 1px 0 #000;
  41. }
  42.  
  43. .navbar .nav > li > a:focus,
  44. .navbar .nav > li > a:hover {
  45. color: orange;
  46. text-decoration: none;
  47. background-color: transparent;
  48. }
  49.  
  50. .navbar .nav > .active > a,
  51. .navbar .nav > .active > a:focus {
  52. color: #3f3f3f;
  53. text-decoration: none;
  54. background-color: orange;
  55. text-shadow: 0px 0px #ffffff;
  56. -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
  57. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  58. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  59. }
  60.  
  61. .navbar .nav > .active > a,
  62. .navbar .nav > .active > a:hover {
  63. color: #3f3f3f;
  64. text-decoration: none;
  65. background-color: orange;
  66. text-shadow: 0px 0px #ffffff;
  67. -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
  68. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  69. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  70. }
  71.  
  72. .box {
  73. width: 860px;
  74. margin-top: 50px;
  75. background-color: rgba(224, 224, 224, 0.5);
  76. -moz-box-shadow: 0 0 10px #1a1a18;
  77. -webkit-box-shadow: 0 0 10px #1a1a18;
  78. box-shadow: 0 0 5px #736F6E;
  79. border: 0px solid #000000;
  80. }
  81.  
  82. .table-striped tbody > tr:nth-child(odd) > td,
  83. .table-striped tbody > tr:nth-child(odd) > th {
  84. background-color: #e5e5e5;
  85. }
  86.  
  87. table {
  88. background-color: #f9f9f9;
  89. }
  90.  
  91. .btn-info {
  92. color: #ffffff;
  93. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  94. background-color: #faa732;
  95. *background-color: #f89406;
  96. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  97. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  98. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  99. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  100. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  101. background-repeat: repeat-x;
  102. border-color: #f89406 #f89406 #ad6704;
  103. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  104. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  105. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  106. }
  107.  
  108. .btn-info:hover,
  109. .btn-info:focus,
  110. .btn-info:active,
  111. .btn-info.active,
  112. .btn-info.disabled,
  113. .btn-info[disabled] {
  114. color: #ffffff;
  115. background-color: #f89406;
  116. *background-color: #df8505;
  117. }
  118.  
  119. .table th,
  120. .table td {
  121. border-top: 1px solid #dddddd;
  122. }
  123.  
  124. .checkout {
  125.  
  126. position: relative;
  127. left: -8px;
  128. top: 66px;
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement