t3ch13-c0l0rs

i fucking hate css just take it

Dec 7th, 2022 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 KB | None | 0 0
  1. body {
  2. font-family:'courier new'
  3. }
  4.  
  5. .content-main {
  6. background-color:#000;color:#fff
  7. }
  8.  
  9. a {
  10. color:#FF0000;transition-duration:0.5s
  11.  
  12. }
  13. a:hover {
  14. color:#c00;text-decoration:none;transition-duration:0.5s
  15.  
  16. }
  17.  
  18. .navbar {
  19. background-image:linear-gradient(to right,#000000,#FF0000)!important
  20.  
  21. }
  22.  
  23. .navbar:hover {
  24. background-image:linear-gradient(to right,#000000,#FF0000)!important
  25.  
  26. }
  27.  
  28. .navbar-brand {
  29. color:#FF0000!important
  30.  
  31. }
  32.  
  33. #header a.nav-link {
  34. color:#FF0000
  35.  
  36. }
  37.  
  38. a.nav-link.dropdown-toggle.nav-user-link {
  39. color:#000!important
  40.  
  41. }
  42.  
  43. .navbar .dropdown-menu a {
  44. background-color:#000;
  45. color:#FF0000;
  46. transition-duration:0.3s
  47.  
  48. }
  49.  
  50. .navbar .dropdown-menu a:hover {
  51. background-color:#FF0000;
  52. color:#000;
  53. transition-duration:0.3s
  54.  
  55. }
  56.  
  57. .navbar .dropdown-menu {
  58. border:5px #FF0000;
  59. border-style:none solid solid;
  60. background-color:#000
  61.  
  62. }
  63.  
  64. .navbar .dropdown-menu .dropdown-header {
  65. color:#fff
  66.  
  67. }
  68.  
  69. .navbar .dropdown-menu .dropdown-divider {
  70. border-color:#FF0000
  71.  
  72. }
  73.  
  74. .sidebar {
  75. background-color:#000;
  76. border-style:none solid solid none;
  77. border-color:#FF0000
  78.  
  79. }
  80.  
  81. .side-nav li > a {
  82. color:#FF0000;
  83. background-color:#000;
  84. transition-duration:0.3s
  85.  
  86. }
  87.  
  88. .side-nav li > a:hover {
  89. background-color:#FF0000;
  90. color:#000;
  91. transition-duration:0.3s
  92. }
  93.  
  94. .side-nav .display-group a {
  95. color:#FF0000;
  96. background-color:#000;
  97. transition-duration:0.3s
  98. }
  99.  
  100. .side-nav .display-group > a:hover {
  101. background-color:#FF0000!important;
  102. color:#000!important;
  103. transition-duration:0.3s
  104.  
  105. }
  106.  
  107. .world-functions-subheader {
  108. background-color:#FF0000!important;
  109. color:#fff
  110.  
  111. }
  112.  
  113. .world-functions-subheader > a {
  114. background-color:transparent!important
  115.  
  116. }
  117.  
  118. .side-nav li.active > a, .side-nav li.active > a:focus, .side-nav li.active > a:hover, .side-nav li.active > a:link {
  119. color:#FF0000!important
  120.  
  121. }
  122.  
  123. .side-nav li.header {
  124. background-color:#FF0000;color:#fff
  125.  
  126. }
  127.  
  128. .footer {
  129. background-color:#000;
  130. color:#fff!important
  131. }
  132.  
  133. .footer a {
  134. color:#FF0000!important
  135. }
  136.  
  137. .footer:after {
  138. content:"css by hopeiess"
  139. }
  140.  
  141. .badge.badge-default {
  142. background-color:#FF0000
  143. }
  144.  
  145. .members-table {
  146. border:1px ridge #FF0000
  147. }
  148.  
  149. .breadcrumb {
  150. background-color:#000;
  151. border-color:#FF0000
  152. }
  153.  
  154. .user-name-badge {
  155. color:#000!important;
  156. background-color:#FF0000!important;
  157. border-color:#fff!important
  158. }
  159.  
  160. .user-name-badge:hover {
  161. color:#000!important;
  162. background-color:#c00!important;
  163. border-color:#fff!important
  164. }
  165.  
  166. .btn-secondary {
  167. background-color:#000!important;
  168. color:#FF0000!important;
  169. border-color:#fff!important
  170. }
  171.  
  172. .btn-secondary:hover {
  173. background-color:#1c1c1c!important;
  174. color:#FF0000!important;
  175. border-color:#fff!important
  176. }
  177.  
  178. .btn-danger {
  179. background-color:#FF0000!important;
  180. color:#fff!important;
  181. border-color:#FF0000!important
  182. }
  183.  
  184. .btn-danger:hover {
  185. background-color:#c00!important;
  186. color:#fff!important;
  187. border-color:#c00!important
  188. }
  189.  
  190. .bulletin-content {
  191. background-color:#000!important;
  192. border-color:#FF0000;
  193. border-style:outset
  194. }
  195.  
  196. .bulletin-comment-count {
  197. background-color:#000!important;
  198. color:#FF0000!important;
  199. border-color:transparent!important
  200. }
  201.  
  202. .btn-default {
  203. background-color:#000!important;
  204. color:#fff!important;
  205. border-color:#fff!important
  206. }
  207.  
  208. .btn-default:hover {
  209. background-color:#000!important;
  210. color:#b8b8b8!important;
  211. border-color:#b8b8b8!important
  212. }
  213.  
  214. .btn-primary {
  215. background-color:#FF0000!important;
  216. border-color:#FF0000!important;
  217. color:#fff!important
  218. }
  219.  
  220. .btn-primary:hover {
  221. background-color:#c00!important;
  222. border-color:#c00!important;
  223. color:#fff!important
  224. }
  225.  
  226. .dropdown-item {
  227. background-color:#000;
  228. color:#fff
  229. }
  230.  
  231. .dropdown-item:hover {
  232. background-color:#1c1c1c;
  233. color:#FF0000
  234. }
  235.  
  236. .dropdown-menu {
  237. background-color:#000;
  238. color:#fff
  239. }
  240.  
  241. .img-thumbnail {
  242. background-color:#000;
  243. border-color:#FF0000;
  244. filter:saturate(1);
  245. transition-duration:0.5s
  246. }
  247.  
  248. .img-thumbnail:hover {
  249. filter:saturate(2);
  250. transition-duration:0.5s
  251.  
  252. }
  253.  
  254. .btn-primary, .bg-primary {
  255. background-color:#FF0000!important;
  256. color:#fff
  257. }
  258.  
  259. .btn-primary:hover, .bg-primary:hover {
  260. background-color:#c00!important
  261. }
  262.  
  263. .bg-success {
  264. background-color:#77fc03!important;
  265. color:#000!important
  266. }
  267.  
  268. .progress-bar {
  269. background-color:#fff!important
  270. }
  271.  
  272. .progress {
  273. background-color:#fff!important
  274. }
  275.  
  276. .text-muted {
  277. color:#fff!important
  278. }
  279.  
  280. .outline-secondary {
  281. background-color:#77fc03!important;
  282. border-color:#77fc03!important
  283. }
  284.  
  285. .bg-danger {
  286. background-color:#fc034e!important;
  287. color:#fff!important
  288. }
  289.  
  290. .bg-faded {
  291. background-color: #242424!important;
  292. }
  293.  
  294. .card {
  295. background-color: #121212!important
  296. }
  297.  
  298. .text-primary {
  299. color: #FF0000!important;
  300. }
  301.  
  302. .btn-outline-primary {
  303. color: #FF0000!important;
  304. transition: .5s;
  305. }
  306.  
  307. .btn-outline-primary:hover {
  308. color: #fff!important;
  309. background-color: #FF0000;
  310. transition: .5s;
  311. }
  312.  
  313.  
Add Comment
Please, Sign In to add comment