bythestars

Rini - Code

Aug 17th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. @font-face { font-family: Pacifico; src: url(https://dl.dropboxusercontent.com/s/odbr5p8xk1ylhdw/Pacifico.ttf); }
  8. @font-face { font-family: Caviar Dreams; src: url(https://dl.dropboxusercontent.com/s/q50589lvhm47jq8/CaviarDreams.ttf); }
  9. @font-face { font-family: Red Velvet; src: url(https://dl.dropboxusercontent.com/s/bz8dlq1dbxu7gol/Red%20Velvet%20-%20Demo.ttf); }
  10.  
  11. body {
  12. font-family: verdana;
  13. font-size: 10px;
  14. background-color: #683860;
  15. background-image: url('');
  16. background-attachment: fixed;
  17. background-position: bottom right;
  18. background-repeat: no-repeat;
  19. text-align: justify;
  20. color: #888888;
  21. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  22. }
  23.  
  24. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:15px; color: #685431; font-weight:normal; letter-spacing: -1px;}
  25. i {color: #ad7777; font-family: 'calibri'; font-variant: small-caps; font-size:11pt; letter-spacing:0px}
  26. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  27. s {color: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  28. big {color: #b30086; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family: caviar dreams; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #666 0px 0px 1px;}
  29.  
  30. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  37. -moz-border-radius: 0px 0px 0px 0px;
  38. border-radius:0px 0px 0px 0px;}
  39. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  40.  
  41. ::selection{
  42. background: #6f607a;
  43. color: black;
  44. }
  45.  
  46. ::-moz-selection{
  47. background: #6f607a;
  48. color: black;
  49. }
  50.  
  51. h1 {
  52. font-family: caviar dreams;
  53. color: #b30086;
  54. font-size: 20px;
  55. line-height: 5px;
  56. text-transform: uppercase;
  57. text-align: right;
  58. letter-spacing: 1px;
  59. border-top: 1px solid #b30086;
  60. }
  61.  
  62. #name {
  63. position: fixed;
  64. left: 1080px;
  65. top: 575px;
  66. font-family: 'Red Velvet';
  67. font-size: 90px;
  68. color: #fefefe;
  69. opacity: 0.6;
  70. z-index: 730;
  71. }
  72.  
  73. #container {
  74. position: fixed;
  75. top: 100px;
  76. left: 610px;
  77. width: 620px;
  78. height: 590px;
  79. border: 10px Solid #8e4177;
  80. background-color: #f8e5fe;
  81. color: #444;
  82. z-index: 5;
  83. font-variant: small-caps;
  84. overflow: auto;
  85. }
  86.  
  87. #ooc {
  88. position: fixed;
  89. top: 374px;
  90. left: 910px;
  91. width: 295px;
  92. height: 200px;
  93. background-color: #fefefe;
  94. border: 10px Solid #8e4177;
  95. color: #999;
  96. z-index: 1400;
  97. font-variant: small-caps;
  98. overflow: auto;
  99. }
  100.  
  101. #dossier {
  102. position: fixed;
  103. top: 138px;
  104. left: 910px;
  105. width: 295px;
  106. height: 215px;
  107. background-color: #fefefe;
  108. border: 10px Solid #8e4177;
  109. color: #999;
  110. z-index: 1400;
  111. font-variant: small-caps;
  112. overflow: auto;
  113. }
  114.  
  115. #sl {
  116. position: fixed;
  117. left: 950px;
  118. top: 400px;
  119. z-index: 200;
  120. }
  121.  
  122. #l1 {
  123. position: fixed;
  124. top: 630px;
  125. left: 900px;
  126. width: 340px;
  127. height: 50px;
  128. border: #8e4177 1px solid;
  129. background-color: #8e4177;
  130. overflow: auto;
  131. z-index: 105;
  132. }
  133.  
  134. #img1 {
  135. position: fixed;
  136. top: 138px;
  137. left: 630px;
  138. width: 250px;
  139. height: 524px;
  140. background: url('https://i.imgur.com/3n4Ssjc.jpg');
  141. background-repeat: no-repeat;
  142. background-color: #423748;
  143. background-size: 400px;
  144. background-position: -50px -40px;
  145. border: 10px Solid #8e4177;
  146. color: #666;
  147. z-index: 50;
  148. font-variant: small-caps;
  149. overflow: auto;
  150. }
  151.  
  152. #navi {
  153. position: fixed;
  154. top: 645px;
  155. left: 960px;
  156. width: 900px;
  157. height: 30px;
  158. background-color: transparent;
  159. z-index: 6000;
  160. }
  161.  
  162. .box {
  163. position: fixed;
  164. left: 910px;
  165. top: 138px;
  166. width: 285px;
  167. height: 430px;
  168. padding: 5px;
  169. font-family: verdana;
  170. text-align: justify;
  171. font-size: 10px;
  172. line-height: 13px;
  173. overflow: auto;
  174. border: 10px Solid #8e4177;
  175. background-color: #fefefe;
  176. opacity: 0;
  177. color: #ededee;
  178. font-variant: small-caps;
  179. transition: all 1s ease-in-out;
  180. z-index: 1300;
  181. }
  182.  
  183. .box:target {
  184. top: 138px;
  185. left: 910px;
  186. opacity: 1;
  187. z-index: 1600;
  188. }
  189.  
  190. a.nav:link, a.nav:active, a.nav:visited{
  191. letter-spacing: 1px;
  192. text-transform: lowercase;
  193. display: inline-block;
  194. width: 40px;
  195. height: 20px;
  196. color: #99;
  197. font-family: 'Abel', sans-serif;
  198. margin: 5px;
  199. background-color: transparent;
  200. text-align: center;
  201. line-height: 13px;
  202. font-size: 10px;
  203. word-spacing: 1px;
  204. font-variant: small-caps;
  205. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  206. -webkit-transition: all 0.4s ease-out;
  207. -moz-transition: all 0.4s ease-out;
  208. }
  209.  
  210. a.nav:hover{
  211. background-color: transparent;
  212. text-decoration: none;
  213. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  214. }
  215.  
  216. a {
  217. color: #402E42;
  218. text-decoration: none;
  219. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  220. }
  221.  
  222. a:hover {
  223. color: #61505b;
  224. text-decoration: none;
  225. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  226. }
  227.  
  228. p {
  229. margin: 10px;
  230. padding: 5px;
  231. font-family: verdana;
  232. font-variant: small-caps;
  233. color: #ededee;
  234. text-align: justify;
  235. font-size: 10px;
  236. background-color: transparent;
  237. }
  238. </style>
  239.  
  240. <div id="container"></div> <div id="mainimg"></div>
  241. <div id="img1"></div>
  242. <div id="name">rini</div>
  243. <div id="l1"></div>
  244.  
  245. <div id="ooc">
  246. <h1>Out of Charisma</h1>
  247. <big>Note</big>: Code was made for Rini only. Leave <a href="/profile.php?user=Bee">Bee</a> a PM/RPCmail for inquires for a profile.<br>
  248.  
  249. <br><big>O1</big>. Rabbit girl pride. 🐇
  250. <br><big>O2</big>. Original spin on the myth.
  251. <br><big>O3</big>. Smut + Story = 💗, Smut = ⚡, Story = 💋
  252. <br><big>O4</big>. No vore, scat, etc.
  253. <br><big>O5</big>. Open to Medieval, Modern, Futuristic.
  254. <br><big>O6</big>. Be respectful, no drama llamas.
  255. <br><big>O7</big>. Discord available.
  256. </div>
  257.  
  258. <div id="dossier">
  259. <h1>Nice Header here</h1>
  260. <big>Name(s):</big> <font style=float:right>---</font>
  261. <br><big>Sex:</big> <font style=float:right>---</font>
  262. <br><big>Age:</big> <font style=float:right>---</font>
  263. <br><big>Height:</big> <font style=float:right>---</font>
  264. <br><big>Orientation:</big> <font style=float:right>---</font>
  265. <br><big>Marital Status:</big> <font style=float:right>---</font>
  266. <br><big>Hometown:</big> <font style=float:right>---</font>
  267. <br><big>Hair Colour:</big> <font style=float:right>---</font>
  268. <br><big>Eye Hue:</big> <font style=float:right>---</font>
  269. <br><big>Primary Role:</big> <font style=float:right>---</font>
  270. <br><big>Secondary Role:</big> <font style=float:right>---</font><br>
  271. </div>
  272.  
  273. <div id="navi">
  274. <a class="nav" href="#one">i</a>
  275. <a class="nav" href="#two">ii</a>
  276. <a class="nav" href="#three">iii</a>
  277. <a class="nav" href="#four">iv</a>
  278. </div>
  279.  
  280. <div id="one" class="box">
  281.  
  282. </div>
  283.  
  284. <div id="two" class="box">
  285.  
  286. </div>
  287.  
  288. <div id="three" class="box">
  289.  
  290. </div>
  291.  
  292. <div id="four" class="box">
  293.  
  294. </div>
Add Comment
Please, Sign In to add comment