Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. /*
  2. CSS template originally created and presented by Kraft (#738/#1105)
  3. You may edit and use this code for personal or commercial use.
  4. This comment must remain at the top in all cases - it will not be visible on final upload.
  5. */
  6.  
  7.  
  8. body {
  9. background: url("https://s-media-cache-ak0.pinimg.com/originals/16/7e/79/167e791030e847616ebc4852c3056ede.jpg") fixed;
  10. background-repeat: no-repeat;
  11. background-size: cover;
  12. color: #000;
  13. }
  14.  
  15. .welcomeback, .white, .bottomlinks li a:hover, .bottomlinks li a {
  16. color: #000;
  17. }
  18.  
  19. h1, h3 , .sidebar h3 {
  20. font-family: Arial !important;
  21. text-align: left;
  22. color: #000;
  23. border-bottom: 1px solid #000;
  24. }
  25.  
  26. /* Buttons */
  27. input[type="button"], input[type="submit"], input[type="submit"]:hover {
  28. background: #C4F0CD;
  29. color: #000;
  30. border: 1px solid #000;
  31. text-shadow: none;
  32. font-weight: bold;
  33. font-size: 14px;
  34. border-radius: 5px;
  35. }
  36.  
  37.  
  38. /* Links */
  39.  
  40. .table a:link, .table a:active, .table a:visited, .right a:link, .right a:active, .right a:visited, .bottom a:link, .bottom a:active, .bottom a:visited, .topbar a:link, .topbar a:visited, .topbar a:active, a:link, a:visited, a:active {
  41. color: #000000;
  42. }
  43.  
  44. .table .top a:link, .table .top a:active, .table .top a:visited, .table th a:link, .table th a:active, .table th a:visited {
  45. border-bottom: 1px solid #000000;
  46. color: #000000;
  47. }
  48.  
  49. /* Topbar */
  50.  
  51. .topbar {
  52. background: rgb(200, 245, 212);
  53. border: 1px solid #000;
  54. border-bottom-left-radius: 10px;
  55. border-bottom-right-radius: 10px;
  56. }
  57.  
  58. .badge {
  59. background: rgb(200, 245, 212);
  60. border: 1px solid #000;
  61. }
  62.  
  63. /* Navigational Bar */
  64.  
  65. .main {
  66. background: rgba(200, 245, 212, 0.46);
  67. border: 1px solid #000;
  68. box-shadow: none;
  69. }
  70.  
  71. .navbar {
  72. background: #C4F0CD;
  73. border-bottom: 1px solid #000;
  74. color: #000;
  75. }
  76.  
  77. .navbar-default .navbar-nav > li > a {
  78. color: #000;
  79. }
  80.  
  81. .navbar-default .navbar-nav li a:hover {
  82. color: #000;
  83. background: #C4F0CD;
  84. border-left: 1px solid #000;
  85. border-right: 1px solid #000;
  86. }
  87.  
  88.  
  89.  
  90. /* Sidebar */
  91.  
  92. .sidebar {
  93. background: rgba(200, 245, 212, 0.36);
  94. border: 0px solid #000;
  95. border-bottom: 1px solid #000;
  96. border-left: 1px solid #000;
  97. color: #000;
  98. }
  99.  
  100. .col-md-3 .panel {
  101. background: rgb(200, 245, 212);
  102. border: 1px solid #000;
  103. box-shadow: none;
  104. }
  105.  
  106. .progress-bar {
  107. background: #FFB3AC;
  108. }
  109.  
  110. .progress {
  111. background: #EEF8E3;
  112. border: 1px solid #000;
  113. }
  114.  
  115.  
  116. /* Chat */
  117.  
  118. .chat_light, .chat_dark {
  119. background: rgb(200, 245, 212);
  120. font-size: 11px;
  121. color: #000;
  122. }
  123.  
  124. .chatContainer {
  125. border: 1px solid #000;
  126. }
  127.  
  128. .userstolen {
  129. background: none;
  130. }
  131.  
  132. .alert-danger {
  133. color: #000;
  134. background: rgb(200, 245, 212);
  135. border: 1px solid #000;
  136. }
  137.  
  138. .alert-success {
  139. color: #000;
  140. background: rgb(200, 245, 212);
  141. border: 1px solid #000;
  142. }
  143.  
  144. .breadcrumb {
  145. background: #C4F0CD;
  146. font-size: 13px;
  147. border: 1px solid #000;
  148. }
  149.  
  150. .breadcrumb>.active {
  151. color: #000;
  152. }
  153.  
  154. h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  155. font-family: "Carter One";
  156. color: #000;
  157. }
  158.  
  159. .col-md-9 {
  160. background: none;
  161. border: 0px solid #000;
  162. }
  163.  
  164. /* Tables */
  165.  
  166. #lion_image {
  167. border-radius: 25px;
  168. overflow: hidden;
  169. border: 1px solid #000;
  170. }
  171.  
  172. .table, .item {
  173. border: 1px solid #000;
  174. background: #C4F0CD;
  175. border-collapse: separate;
  176. }
  177.  
  178. .table .right, .table .right_odd {
  179. background: none;
  180. border: 0px solid #000;
  181. }
  182.  
  183. div .feature, .cave-grid, div .left, .mound-grid, .table .bottom, .table .top, .table th, .item-header, .item-footer {
  184. border: 0px solid #000;
  185. background: #FFB3AC;
  186. color: #000;
  187. }
  188.  
  189. .cave-grid, div .left, .mound-grid {
  190. border: 1px solid #000;
  191. background: #FFB3AC;
  192. color: #000;
  193. }
  194.  
  195. .table .left {
  196. border: 1px solid #000;
  197. background: #FFB3AC;
  198. color: #000;
  199. }
  200.  
  201. .inner-table .right {
  202. background: #EEF8E3;
  203. border: 1px solid #000;
  204. border-left: none;
  205. }
  206.  
  207.  
  208.  
  209.  
  210. /*
  211. CSS template originally created and presented by Kraft (#738/#1105)
  212. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement