Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. ----------------------- CSS TAGGED -------------------------
  2. body.nc{
  3. background url(fileCUsersDrWhiteDesktopDiscordiaGameImagesnc.jpg) no-repeat center center fixed;
  4. -webkit-background-size cover;
  5. -moz-background-size cover;
  6. -o-background-size cover;
  7. background-size cover;
  8. }
  9.  
  10. .passage.comu {
  11. padding 10px;
  12. border 5px solid black;
  13. margin 0;
  14. backgroundurl(fileCUsersDrWhiteDesktopDiscordiaGameImagescomun.jpg) no-repeat center center fixed;
  15. -webkit-background-size cover;
  16. -moz-background-size cover;
  17. -o-background-size cover;
  18. background-size cover;
  19. }
  20.  
  21.  
  22. --------------------- CSS CORE DE BASE ---------------------
  23. .passage {
  24. text-align center;
  25. padding 10px;
  26. border 5px solid black;
  27. margin 0;
  28. align center;
  29. backgroundurl(fileCUsersDrWhiteDesktopDiscordiaGameImagesboxbg.jpg) no-repeat center center fixed;
  30. -webkit-background-size cover;
  31. -moz-background-size cover;
  32. -o-background-size cover;
  33. background-size cover;
  34. }
  35. --------------------- VOLUME BAR ---------------------
  36. input[type=range] {
  37. -webkit-appearance none;
  38. width 100%;
  39. margin 4px 0;
  40. }
  41. input[type=range]focus {
  42. outline none;
  43. }
  44. input[type=range]-webkit-slider-runnable-track {
  45. width 100%;
  46. height 20px;
  47. cursor pointer;
  48. box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  49. background rgba(0, 0, 0, 0.85);
  50. border-radius 0px;
  51. border 0px solid #000101;
  52. }
  53. input[type=range]-webkit-slider-thumb {
  54. box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
  55. border 0px solid #ff1e00;
  56. height 28px;
  57. width 20px;
  58. border-radius 0px;
  59. background #ffffff;
  60. cursor pointer;
  61. -webkit-appearance none;
  62. margin-top -4px;
  63. }
  64. input[type=range]focus-webkit-slider-runnable-track {
  65. background rgba(5, 5, 5, 0.85);
  66. }
  67. input[type=range]-moz-range-track {
  68. width 100%;
  69. height 20px;
  70. cursor pointer;
  71. box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  72. background rgba(0, 0, 0, 0.85);
  73. border-radius 0px;
  74. border 0px solid #000101;
  75. }
  76. input[type=range]-moz-range-thumb {
  77. box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
  78. border 0px solid #ff1e00;
  79. height 28px;
  80. width 20px;
  81. border-radius 0px;
  82. background #ffffff;
  83. cursor pointer;
  84. }
  85. input[type=range]-ms-track {
  86. width 100%;
  87. height 20px;
  88. cursor pointer;
  89. background transparent;
  90. border-color transparent;
  91. color transparent;
  92. }
  93. input[type=range]-ms-fill-lower {
  94. background rgba(0, 0, 0, 0.85);
  95. border 0px solid #000101;
  96. border-radius 0px;
  97. box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  98. }
  99. input[type=range]-ms-fill-upper {
  100. background rgba(0, 0, 0, 0.85);
  101. border 0px solid #000101;
  102. border-radius 0px;
  103. box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  104. }
  105. input[type=range]-ms-thumb {
  106. box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
  107. border 0px solid #ff1e00;
  108. height 28px;
  109. width 20px;
  110. border-radius 0px;
  111. background #ffffff;
  112. cursor pointer;
  113. height 20px;
  114. }
  115. input[type=range]focus-ms-fill-lower {
  116. background rgba(0, 0, 0, 0.85);
  117. }
  118. input[type=range]focus-ms-fill-upper {
  119. background rgba(5, 5, 5, 0.85);
  120. }
  121.  
  122. --------------------- VOLUME BAR END ---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement