Advertisement
Guest User

Temper

a guest
Dec 16th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Advent+Pro|Karla');
  3. body {
  4. background-color: #520000;
  5. background-image: url("https://www.transparenttextures.com/patterns/always-grey.png");
  6. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur822.cur), auto !important;
  7. }
  8. ::-webkit-scrollbar-thumb:vertical {background-color:#480a0e; height:3px; }
  9. ::-webkit-scrollbar { height:3px; width:3px; background-color:transparent; }
  10. #sinny{
  11. z-index:0;
  12. position:absolute;
  13. height:450;
  14. width:300;
  15. bottom:70;
  16. background-image:url(https://i.imgur.com/F5y9x6d.jpg);
  17. background-size:cover;
  18. left:550;
  19. border:10px solid #290100;
  20. }
  21. #sinny img{
  22. height:100%;
  23. }
  24. #sheet{
  25. opacity: 0;
  26. position: fixed;
  27. top: 0px;
  28. right: 0px;
  29. bottom: 0px;
  30. left: 0px;
  31. -moz-transition: all 1.0s ease-out;
  32. -ms-transition: all 1.0s ease-out;
  33. -o-transition: all 1.0s ease-out;
  34. transition: all 1.0s ease-out;
  35. z-index: 99;
  36. }
  37.  
  38. #sheet:hover {
  39. opacity: 1.0;
  40. -moz-transition: all 1.0s ease-out;
  41. -ms-transition: all 1.0s ease-out;
  42. -o-transition: all 1.0s ease-out;
  43. transition: all 1.0s ease-out;
  44. }
  45. #connection{
  46. position:fixed;
  47. height:200;
  48. width:150;
  49. background-color: #480a0e;
  50. border: 5px solid #290100;
  51. bottom: 280;
  52. left: 350;
  53. text-align:center;
  54. font-size:12px;
  55. font-family:;
  56. overflow:auto;
  57. }
  58. #dossier{
  59. position:fixed;
  60. height:100;
  61. width:250;
  62. background-color: #480a0e;
  63. border: 5px solid #290100;
  64. bottom: 100;
  65. left: 580;
  66. font-size:12px;
  67. font-family:'Karla';
  68. color:#FFF;
  69. overflow:auto;
  70. padding:5px;
  71. }
  72. #ooc{
  73. position:fixed;
  74. height:150;
  75. width:150;
  76. background-color: #480a0e;
  77. border: 5px solid #290100;
  78. bottom: 70;
  79. left: 350;
  80. text-align:center;
  81. font-size:12px;
  82. font-family:'karla';
  83. overflow:auto;
  84. color:#FFF;
  85. }
  86. a{
  87. text-decoration:none;
  88. color:#b10;
  89. font-size:12px;
  90. font-family:'Karla';
  91. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur822.cur), auto !important;
  92. }
  93. h1{
  94. font-size:12px;
  95. font-family:'Advent Pro';
  96. color:#111;
  97. text-align:center;
  98. border-left: 5px double #111;
  99. border-right: 5px double #111;
  100. margin:5px;
  101. }
  102. #sin{
  103. z-index:15;
  104. position:fixed;
  105. font-size:80px;
  106. left:620;
  107. bottom:230;
  108. font-family: 'Advent Pro';
  109. color: #520000;
  110. text-shadow: 0px 0px 10px #200000;
  111. }
  112. </style>
  113. <div id="sinny"></div>
  114. <div id="sheet">
  115. <div id="sin">Temper</div>
  116. <div id="connection">
  117. <a target="_blank" href="https://roleplay.chat/profile.php?user=precious" title="..."><img src="https://i.imgur.com/luvqawp.jpg"style="border: 2px solid #200000; height:50px; width:100px; margin-bottom: 10px; margin-top:10px;"></a>
  118. </div>
  119. <div id="dossier"><center>Temper β€’ Bodyguard β€’ 6'3" β€’ <a target="_blank" href="https://roleplay.chat/profile.php?user=precious" title="">Adored</a> β€’ <a target="_blank" href="https://imgur.com/a/KUpjQs2" title="Slight NSFW">🌹</a><br><br>
  120. <i>[Insert a saying,quote,introduction]</i></div>
  121. <div id="ooc"><h1>OOC</h1>
  122. β€’ IC not OOC<br>
  123. <a title="
  124. don't pm to smut.">β€’ reserved.</a><br>
  125. β€’ pm friendly<br>
  126. β€’ dark themed<br>
  127. <a target="_blank" href="https://roleplay.chat/profile.php?user=precious">β€’ credit</a>
  128. </div>
  129. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement