grillbert

CSS for Virgs

Feb 21st, 2021 (edited)
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. body{
  2. background-image: url(https://store.matadorrecords.com/pub/media/catalog/product/cache/efacd7ae70ea5536df7d34da21510682/o/l/ole-1092_csh_twinfantasy.jpg);
  3. background-size: 20%;
  4. background-attachment: fixed;
  5. -webkit-animation: fadeIn ease 5s;
  6. }
  7. h2{
  8. background: transparent;
  9. color: brown;
  10. font-size:20px;
  11. font-weight:700;
  12. text-shadow:black;
  13. }
  14. h4{
  15. color: brown;
  16. font-size: 20px;
  17. }
  18. .short, .boxInfo.box, .extended.box, .box.fwiends, .box.comments, .box.blurbs{
  19. border: dotted;
  20. border-width: 2px;
  21. border-radius: 8px;
  22. box-shadow: 0px 1px 10px black;
  23. text-align: right;
  24. }
  25. .rightHead {
  26. background: transparent;
  27. color: brown;
  28. text-align: right;
  29. border: 1px white;
  30. border-radius: 4px;
  31. padding-left: 4px;
  32. }
  33. .tableLeft {
  34. background: #520aff00;
  35. width: 25%;
  36. padding: 20px;
  37. vertical-align: top;
  38. overflow: hidden;
  39. }
  40. .tableRight {
  41. width: 75%;
  42. background: #520aff00;
  43. padding: 5px;
  44. vertical-align: top;
  45. overflow-wrap: anywhere;
  46. text-align: center;
  47. }
  48. .short{
  49. background: url(https://i.imgur.com/k1EoqNj.jpg);
  50. color: brown;
  51. font-size:15px;
  52. font-weight:700;
  53. text-shadow:black;
  54. text-align: center;
  55. }
  56. .box.fwiends{
  57. display: none;
  58. }
  59. .box.blurbs{
  60. background: url(https://78.media.tumblr.com/245ad8b02c31d9127d112be5fd46ccc2/tumblr_pd3xviivBx1uvazuno1_1280.png);
  61. background-size: 100% 100%;
  62. color: brown;
  63. font-size:15px;
  64. font-weight:700;
  65. text-shadow:black;
  66. border: dotted;
  67. border-width: 2px;
  68. border-radius: 8px;
  69. box-shadow: 0px 1px 10px black;
  70. }
  71. .box.comments{
  72. background: url(https://wallpapercave.com/wp/wp8453059.jpg);
  73. background-size: 600px;
  74. color: #25A77E;
  75. font-size:15px;
  76. font-weight:700;
  77. text-shadow: white;
  78. border: dotted;
  79. border-width: 2px;
  80. border-radius: 8px;
  81. box-shadow: 0px 1px 10px black;
  82. }
  83. .player.box {
  84. width: 100%;
  85. display: inline-table;
  86. margin-bottom: 20px;
  87. padding-right: 1px;
  88. padding-left: 2px;
  89. padding-top: 2px;
  90. padding-bottom: 2px;
  91. box-shadow: 1px 0 #404040, 0 1px #404040, 1px 1px #404040, inset 1px 1px #fff;
  92. background-color: #d4d0c8;
  93. border-right: 1px solid #808080;
  94. border-left: 1px solid #d4d0c8;
  95. border-top: 1px solid #d4d0c8;
  96. border-bottom: 1px solid #808080;
  97. }
  98. .songName::before {
  99. content: "";
  100. display: block;
  101. position: relative;
  102. margin-left: auto;
  103. margin-right: auto;
  104. margin-top: 0px;
  105. padding-left: 0px;
  106. padding-right: 0px;
  107. padding-top: 0px;
  108. padding-bottom: 0px;
  109. width: 99%;
  110. height: 164px;
  111. background-repeat: no-repeat;
  112. background-position: center;
  113. background-color: black;
  114. background-image: url(https://dch81km8r5tow.cloudfront.net/wp-content/uploads/2020/05/CarSeatHeadrest-3-copy-2-scaled.jpg);
  115. background-size: cover;
  116. border-left: 1px solid #ffffff;
  117. border-top: 1px solid #d4d0c8;
  118. border-bottom: 1px solid #ffffff;
  119. border-right: 1px solid #ffffff;
  120. }
  121. audio::-webkit-media-controls-mute-button,video::-webkit-media-controls-mute-button {
  122. background-image: url(https://web.archive.org/web/20200926092940im_/https://i.imgur.com/dRi7c7l.png);
  123. background-size: 20px;
  124. }
  125. audio::-webkit-media-controls-enclosure,video::-webkit-media-controls-enclosure {
  126. border-radius: 0%;
  127. box-shadow: 1px 0 #404040, 0 1px #404040, 1px 1px #404040, inset 1px 1px #fff;
  128. background-color: #d4d0c8;
  129. border-right: 1px solid #808080;
  130. border-left: 1px solid #d4d0c8;
  131. border-top: 1px solid #d4d0c8;
  132. border-bottom: 1px solid #808080;
  133. color: #000;
  134. }
  135. audio {
  136. margin-bottom: 5px;
  137. }
  138. div.boxHead{
  139. background: transparent;
  140. color: brown;
  141. }
  142. div.topLeft>div{
  143. background: translate;
  144. color: brown;
  145. font-size:15px;
  146. font-weight:700;
  147. text-shadow:black;
  148. }
  149. div.box.comments {
  150. background-color: transparent;
  151. padding: 3px 3px;
  152. margin-bottom: 25px;
  153. }
  154. #commentInput {
  155. background-color: transparent;
  156. }
  157. #block{
  158. display: none;
  159. }
  160. #report{
  161. display: none;
  162. }
  163. #sMsg, #block, #report, #add, #remove {
  164. color: brown;
  165. background-image: url(https://i.pinimg.com/originals/13/5d/e8/135de83e9c53e7a37efe0758b6a88f87.png);
  166. background-size: 20%;
  167. }
  168. div#hSub{
  169. font-family: "Courier New", monospace;
  170. color: black;
  171. font-size:15px;
  172. font-weight:700;
  173. }
  174. body, div#header{
  175. font-family: "Courier New", monospace;
  176. }
  177. .blurbs>.blogs>div:first-child {
  178. margin-top: -3px;
  179. margin-left: -3px;
  180. margin-right: -3px;
  181. border-top: none;
  182. position: relative;
  183. width: 100%;
  184. top: -16px;
  185. display: none;
  186. }
  187.  
  188. .blurbs>.blogs>div:not(:first-child):before {
  189. content: "";
  190. display: block;
  191. width: 96px;
  192. height: 64px;
  193. background: url(https://giffiles.alphacoders.com/171/171318.gif);
  194. background-repeat: no-repeat;
  195. background-position: center;
  196. background-size: contain;
  197. }
  198.  
  199. .blurbs>.blogs>div:not(:first-child):hover:before{
  200. content: "";
  201. display: block;
  202. width: 96px;
  203. height: 64px;
  204. background: url(https://media1.tenor.com/images/8d49ece185789d6adfb92a5ab45a4800/tenor.gif?itemid=18673806);
  205. background-repeat: no-repeat;
  206. background-position: center;
  207. background-size: contain;
  208. }
  209.  
  210. .blurbs>.blogs>div:not(:first-child){
  211. width: 96px;
  212. text-align: center;
  213. margin: 0 20px;
  214. }
  215.  
  216. .blogs {
  217. display: flex;
  218. flex-flow: row wrap;
  219. padding-top: 16px;
  220. padding-bottom: 16px;
  221. }
  222. .logo{
  223. font-size:0;
  224. }
  225. div#header{
  226. background: rgba(40, 10, 24, 0.5);
  227. font-family:monospace;
  228. }
  229. div#hSub{
  230. background: rgba(40, 10, 24, 0.5);
  231. font-family:monospace;
  232. }
  233. @keyframes fadeIn {
  234. 0% {opacity:0;}
  235. 100% {opacity:1;}
  236. }
Add Comment
Please, Sign In to add comment