Advertisement
Guest User

Idk

a guest
Jul 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.01 KB | None | 0 0
  1. div.box1 {
  2. background:rgba(223, 21, 33, 0.21);
  3. text-align:center;
  4. color:black;
  5. width:700px;
  6. height:60px;
  7. border:1px solid black;
  8. transition:all ease 2s;
  9. border-radius:5px;
  10. overflow:hidden;
  11. }
  12.  
  13. .box1:hover {
  14. background:rgba(223, 21, 33, 0.21);
  15. text-align:center;
  16. color:black;
  17. width:700;
  18. height:255px;
  19. border:1px solid black;
  20. transition:all ease 2s;
  21. border-radius:5px;
  22. overflow:auto;
  23. }
  24.  
  25. div.box2 {
  26. background:rgba(223, 21, 33, 0.21);
  27. text-align:center;
  28. color:black;
  29. width:700px;
  30. height:60px;
  31. border:1px solid black;
  32. transition:all ease 2s;
  33. border-radius:5px;
  34. overflow:hidden;
  35. }
  36.  
  37. .box2:hover {
  38. background:rgba(223, 21, 33, 0.21);
  39. text-align:center;
  40. color:black;
  41. width:700px;
  42. height:255px;
  43. border:1px solid black;
  44. transition:all ease 2s;
  45. border-radius:5px;
  46. overflow:auto;
  47. }
  48.  
  49. div.box3 {
  50. background:rgba(223, 21, 33, 0.21);
  51. text-align:center;
  52. color:black;
  53. width:700px;
  54. height:60px;
  55. border:1px solid black;
  56. transition:all ease 2s;
  57. border-radius:5px;
  58. overflow:hidden;
  59. }
  60.  
  61. .box3:hover {
  62. background:rgba(223, 21, 33, 0.21);
  63. text-align:center;
  64. color:black;
  65. width:700px;
  66. height:255px;
  67. border:1px solid black;
  68. transition:all ease 2s;
  69. border-radius:5px;
  70. overflow:auto;
  71. }
  72.  
  73. div.boxfloat {
  74. background:rgba(223, 21, 33,.7);
  75. color:black;
  76. border:1px solid black;
  77. position:fixed;
  78. text-align:center;
  79. border-radius:5px;
  80. left:0px;
  81. bottom:0px;
  82. width:165px;
  83. height:200px;
  84. overflow:auto;
  85. }
  86.  
  87. body {background: url("http://wallpapercave.com/wp/Si3nMUM.jpg") fixed;background-repeat: no-repeat;background-size: cover;color: #000;}
  88.  
  89. .welcomeback, .white, .bottomlinks li a:hover, .bottomlinks li a {
  90. color: #000;
  91. }
  92.  
  93. h1, h3 , .sidebar h3 {
  94. font-family: Arial !important;
  95. text-align: left;
  96. color: #000;
  97. border-bottom: 1px solid #000;
  98. }
  99.  
  100. /* Buttons */
  101. input[type="button"], input[type="submit"], input[type="submit"]:hover {
  102. background: rgba(223, 21, 33, 0.21);
  103. color: #000;
  104. border: 1px solid #000;
  105. text-shadow: none;
  106. font-weight: bold;
  107. font-size: 14px;
  108. border-radius: 5px;
  109. }
  110.  
  111.  
  112. /* Links */
  113.  
  114. .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 {
  115. color: #000000;
  116. }
  117.  
  118. .table .top a:link, .table .top a:active, .table .top a:visited, .table th a:link, .table th a:active, .table th a:visited {
  119. border-bottom: 1px solid #000000;
  120. color: #000000;
  121. }
  122.  
  123. /* Topbar */
  124.  
  125. .topbar {
  126. background: rgba(223, 21, 33, 0.80);
  127. border: 1px solid #000;
  128. border-bottom-left-radius: 10px;
  129. border-bottom-right-radius: 10px;
  130. }
  131.  
  132. .badge {
  133. background: rgba(223, 21, 33, 0.21);
  134. border: 1px solid #000;
  135. }
  136.  
  137. /* Navigational Bar */
  138.  
  139. .main {
  140. background: rgba(223, 21, 33, 0.21);
  141. border: 1px solid #000;
  142. box-shadow: none;
  143. }
  144.  
  145. .navbar {
  146. background: rgba(223, 21, 33, 0.21);
  147. border-bottom: 1px solid #000;
  148. color: #000;
  149. }
  150.  
  151. .navbar-default .navbar-nav > li > a {
  152. color: #000;
  153. }
  154.  
  155. .navbar-default .navbar-nav li a:hover {
  156. color: #000;
  157. background: #eae9ee;
  158. border-left: 1px solid #000;
  159. border-right: 1px solid #000;
  160. }
  161.  
  162.  
  163.  
  164. /* Sidebar */
  165.  
  166. .sidebar {
  167. background: rgba(223, 21, 33, 0.21);
  168. border: 0px solid #000;
  169. border-bottom: 1px solid #000;
  170. border-left: 1px solid #000;
  171. color: #000;
  172. }
  173.  
  174. .col-md-3 .panel {
  175. background: rgba(223, 21, 33, 0.21);
  176. border: 1px solid #000;
  177. box-shadow: none;    
  178. }
  179.  
  180. .progress-bar {
  181. background: #DF1521;
  182. }
  183.  
  184. .progress {
  185. background: #f7f7f7;
  186. border: 1px solid #000;
  187. }
  188.  
  189.  
  190. /* Chat */
  191.  
  192. .chat_light, .chat_dark {
  193. background: rgba(223, 21, 33, 0.21);
  194. font-size: 11px;
  195. color: #000;
  196. }
  197.  
  198. .chatContainer {
  199. border: 1px solid #000;
  200. }
  201.  
  202. .userstolen {
  203. background: none;
  204. }
  205.  
  206. .alert-danger {
  207. color: #000000;
  208. background: rgba(223, 21, 33, 0.21);
  209. border: 1px solid #000;
  210. }
  211.  
  212. .alert-success {
  213. color: #000;
  214. background: rgba(223, 21, 33, 0.21);
  215. border: 1px solid #000;
  216. }
  217.  
  218. .breadcrumb {
  219. background:  rgba(223, 21, 33, 0.21);
  220. font-size: 13px;
  221. border: 1px solid #000;
  222. }
  223.  
  224. .breadcrumb>.active {
  225. color: #000;
  226. }
  227.  
  228. h1 small, h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  229. font-family: "Carter One";
  230. color: #000;
  231. }
  232.  
  233. .col-md-9 {
  234. background: none;
  235. border: 0px solid #000;
  236. }
  237.  
  238. /* Tables */
  239.  
  240. #lion_image {
  241. border-radius: 25px;
  242. overflow: hidden;
  243. border: 1px solid #000;
  244. }
  245.  
  246. .table, .item {
  247. border: 1px solid #000;
  248. background: rgba(223, 21, 33, 0.21);
  249. border-collapse: separate;
  250. }
  251.  
  252. .table .right, .table .right_odd {
  253. background: none;
  254. border: 0px solid #000;
  255. }
  256.  
  257. div .feature, .cave-grid, div .left, .mound-grid,  .table .bottom,  .table .top, .table th, .item-header, .item-footer {
  258. border: 0px solid #000;
  259. background: rgba(223, 21, 33, 0.21);
  260. color: #000;
  261. }
  262.  
  263. .cave-grid, div .left, .mound-grid {
  264. border: 1px solid #000;
  265. background: #d8d8d8;
  266. color: #000;
  267. }
  268.  
  269. .table .left {
  270. border: 1px solid #000;
  271. background: rgba(223, 21, 33, 0.21);
  272. color: #000;
  273. }
  274.  
  275. .inner-table .right {
  276. background: rgba(223, 21, 33, 0.21);
  277. border: 1px solid #000;
  278. border-left: none;
  279. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement