Gliczide

vista 5112 wip

Jul 11th, 2020 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.70 KB | None | 0 0
  1. .boxHead, .box.blurbs, .blurbs, .player.box, .box.fwiends {
  2.     border-top-left-radius: 5px;
  3.     border-top-right-radius: 5px;
  4.     background: url(https://i.imgur.com/hrndmHX.png);
  5.     background-repeat: repeat-x;
  6. }
  7.  
  8. #name.uName {
  9.     border-top-left-radius: 5px;
  10.     border-top-right-radius: 5px;
  11.     border-top: 1px solid;
  12.     border-left: 1px solid;
  13.     border-right: 1px solid;
  14.     background: url(https://i.imgur.com/hrndmHX.png);
  15.     width: 100%;
  16.     position: relative;
  17.     top: 7px;
  18.     height: 30px;
  19. }
  20. .topLeft, .topRight {
  21.     color: #000;
  22. }
  23. .short {
  24. width: 100%
  25. }
  26. .boxHead::after, #name.uName::after, .blurbs>.blogs>div:first-child::after, .box.fwiends::before {
  27.     content: url(https://i.imgur.com/uamDeCJ.png);
  28.     background-repeat-y: no-repeat;
  29.     float: right;
  30.     top: 370px;
  31.     width: 105px;
  32. }
  33.  
  34. .boxHead {
  35. color: #000;
  36. }
  37.  
  38. html::after {
  39.     background-image: url(https://i.imgur.com/6QJRfiw.png);
  40.     width: 1009px;
  41.     height: 31px;
  42.     display: block;
  43.     content: "";
  44.     position: fixed;
  45.     bottom: 0;
  46.     background-size: 1009px;
  47.     z-index: 100;
  48. }
  49. body:before {
  50.     background-image: url(https://i.imgur.com/8spvakQ.png);
  51.     width: 1009px;
  52.     height: 31px;
  53.     display: block;
  54.     content: "";
  55.     z-index: 1000;
  56.     position: fixed;
  57.     bottom: 0;
  58.     right: 0;
  59.     background-size: 1009px;
  60. }
  61. body {
  62.     color: #000;
  63.     padding-top: 75px;
  64.     font-size: 15px;
  65.     font-family: "Segoe UI";
  66.     background: url(https://i.imgur.com/sPEKlUo.jpg);
  67.     background-attachment: fixed;
  68.     background-size: cover;
  69. }
  70.  
  71. .rightHead {
  72.     color: #000;
  73.     background: #fff0;    
  74.     padding-left: 0px;
  75. }
  76.  
  77.  
  78.  
  79. .extended {
  80.     margin-top: 20px;
  81. }
  82. .url {  
  83.     height: 90px;
  84.     width: 90px;
  85.     position: fixed;
  86.     visibility: hidden;
  87.     right: 0;
  88.     top: 0;
  89. }
  90. .url::before {
  91.     visibility: visible;
  92.     content: url(https://i.imgur.com/weVCCAZ.png);
  93.     height: 90px;
  94.     width: 90px;
  95.     position: fixed;
  96.     right: 0px;
  97.     bottom: 30px;
  98. }
  99. .url::after {
  100.     visibility: visible;
  101.     content: url(https://i.imgur.com/iH0yuLG.png);
  102.     height: 90px;
  103.     width: 90px;
  104.     position: fixed;
  105.     left: 0px;
  106.     top: 50px;
  107. }
  108. .box, table.short, .short, .box.blurbs, .box.fwiends, .player.box {
  109. background-color: white;
  110. }
  111.  
  112. .box, table.short {
  113. border: 1px solid;
  114. }
  115.  
  116. .blogs{
  117. display: flex;
  118. flex-flow: row wrap;
  119. padding-top: 16px;
  120. padding-bottom: 16px;
  121. }
  122.  
  123. #report, #block {
  124.     visibility: hidden;
  125. }
  126.  
  127. #add {
  128. position: absolute;
  129. }
  130. #block, #report {
  131.     background-repeat: no-repeat;
  132.     display: none;
  133. }
  134.  
  135. .blurbs>.blogs>div:first-child{
  136. position: relative;
  137. width: calc(100% + 2px);
  138. top: -14px;
  139. }
  140.  
  141. .blurbs>.blogs>div:nth-child(2){
  142. box-shadow:0px 0px 0 1px white;
  143. }
  144.  
  145. .blurbs>.blogs>div:not(:first-child){
  146. width: 96px;
  147. text-align: center;
  148. margin: 0 20px;
  149. }
  150.  
  151. .blurbs>.blogs>div:not(:first-child):before{
  152. content: "";
  153. display: block;
  154. width: 96px;
  155. height: 64px;
  156. background: url(https://i.imgur.com/muzvd4h.png);
  157. background-repeat: no-repeat;
  158. background-position: center;
  159. }
  160. img {
  161. image-rendering: auto;
  162. }
  163.  
  164. audio {
  165.     padding-top: 5px;
  166.     filter: sepia(0%) saturate(0%) grayscale(0) contrast(100%) invert(100%);
  167. }
  168.  
  169. .fwiendFace img, .tableLeft img {
  170.     height: 110px;
  171.     width: 110px;
  172.     object-fit: cover;
  173.     max-width: none;
  174. }
  175. .url {  
  176.     height: 0px;
  177.     width: 0px;
  178.     visibility: hidden;
  179. }
  180. .songName {
  181.     margin-top: 0px;
  182.     font-size: small;
  183.  
  184. }
  185. .box {
  186.     border-top-left-radius: 5px;
  187.     border-top-right-radius: 5px;
  188.     margin-bottom: 20px;
  189. }
  190. .fwiendFace b, {
  191. padding-right: 100px;
  192. }
  193.  
  194. #container {
  195.     margin-top: 33px;
  196. }
  197. .fwiendCounter {
  198.     margin-left: 0px;
  199. }
Add Comment
Please, Sign In to add comment