Advertisement
Guest User

Untitled

a guest
Apr 30th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. *
  2. {
  3.     background-color: #001F28 !important;
  4.     color: #EEEEEE !important;
  5.     border-color: #8CCEE8 !important;
  6. }
  7.  
  8. body
  9. {
  10.     background: #001F28 !important;
  11. }
  12.  
  13. div,
  14. i
  15. {
  16.     /*Prohibit unimportant background*/
  17.     /*background-image: none;*/
  18.     /*background-color: #001F2822 !important;*/
  19. }
  20.  
  21. button,
  22. svg
  23. {
  24.     /*background-color: #8CCEE822 !important;
  25.     border-style: solid !important;
  26.     border-width: thin !important;
  27.     color: #BBB0EC!important;*
  28. }
  29.  
  30. button *
  31. {
  32.     background-color: #8CCEE800 !important;
  33. }
  34.  
  35. input
  36. {
  37.     border-color: #8CCEE888 !important;
  38.     border-style: solid !important;
  39.     border-width: thin !important;
  40.     background-image: none !important;
  41. }
  42. svg {
  43.     fill: #8CCEE8 !important;
  44. }
  45. a,
  46. a *
  47. {
  48.     border-bottom-color: #8CCEE8;
  49.     border-bottom-style: solid !important;
  50.     border-width: thin !important;*/
  51.    
  52.     background-color: #001F2800 !important;
  53.     color: #8CCEE8 !important;
  54. }
  55.  
  56. a:link
  57. {
  58.     color: #8CCEE8 !important;
  59.     text-decoration: none;
  60. }
  61. /*Regular style*/
  62.  
  63. a:visited
  64. {
  65.     color: #479EC9!important;
  66.     text-decoration: none;
  67. }
  68. /*Mouse pointing style*/
  69.  
  70. a:hover
  71. {
  72.     color: #8CCEE8!important;
  73.     text-decoration: underline;
  74. }
  75. /*After visiting the style*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement