Advertisement
bythestars

Darcy Evans - Placeholder

Aug 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face { font-family: rockness; src: url(https://dl.dropboxusercontent.com/s/q5dogftbikrabzc/Rockness.ttf);}
  3.  
  4.  
  5. .pfor { display: none; }
  6. #profile { background-color: transparent; border: none; overflow: auto;}
  7. /*body*/
  8.  
  9. body {
  10. background-color:#D7BDE2; }
  11.  
  12. b, strong { font-family: Josefin Sans; font-size: 10px;line-height: 15px; font-weight: bold;
  13. color: #7b7c46;}
  14.  
  15. i, em {color:#a5a191; font-family: ariel; font-size:10px;}
  16.  
  17.  
  18. /*links*/
  19. a:link,a:active,a:visited {
  20. color: #e7d3ab;
  21. font-family: josefin sans, cursive;
  22. font-size: 10px;
  23. line-height: 10px;
  24. letter-spacing: 0px;
  25. display: ;
  26. font-weight: bold;
  27. margin-bottom: px;
  28. word-spacing: 0px;
  29. text-transform: none;
  30. text-align: center;
  31. text-decoration: none;
  32. transition: all .3s ease-in-out;
  33. -webkit-transition: all .3s ease-in-out;
  34. -moz-transition: all .3s ease-in-out;
  35. -o-transition: all .3s ease-in-out;
  36. -ms-transition: all .3s ease-in-out;
  37. z-index: 7;
  38. }
  39.  
  40. a:hover {
  41. color: #ab9451;
  42. font-family: josefin sans, cursive;
  43. font-size: 10px;
  44. line-height: 10px;
  45. letter-spacing: 0px;
  46. display: ;
  47. font-weight: bold;
  48. margin-bottom: px;
  49. word-spacing: 0px;
  50. text-align: center;
  51. text-decoration: none;
  52. transition: all .3s ease-in-out;
  53. -webkit-transition: all .3s ease-in-out;
  54. -moz-transition: all .3s ease-in-out;
  55. -o-transition: all .3s ease-in-out;
  56. -ms-transition: all .3s ease-in-out;
  57. z-index: 7;}
  58.  
  59. /*scrolly*/
  60. ::-webkit-scrollbar {
  61. width: 5px;
  62. height: 0px;
  63. background:;
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. background-color: #ab9451;
  68. -webkit-border-radius: 10px;
  69. border-radius: 10px;
  70. }
  71.  
  72.  
  73.  
  74.  
  75.  
  76. /*aesthetics*/
  77. #tag{
  78. position:fixed;
  79. width: 400px;
  80. height:10px;
  81. top: 350px;
  82. left: 800px;
  83. font-family: rockness;
  84. font-size: 55px;
  85. color: #666;
  86.  
  87. opacity: 1;
  88. z-index: 4;
  89. }
  90.  
  91. #rox img{
  92. position: fixed;
  93. width: auto;
  94. height:300px;
  95. border: 1.5px #666 solid;
  96. top:100px;
  97. left: 500px;
  98. opacity: 0.6;
  99. z-index: 3;
  100. }
  101.  
  102.  
  103.  
  104.  
  105.  
  106. /*disable*/
  107. #no{position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;}
  108. </style>
  109. <div id="no" oncontextmenu="return false;">
  110.  
  111. <div id="tag">Darcy Evans</div><div id="rox"><img src="
  112. https://media.giphy.com/media/Iakm5j3htc15S/giphy.gif"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement