Advertisement
Chibi-Elle

TSARITA [ DONE ]

Sep 23rd, 2020 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Rock+Salt|Lilita+One|Spicy+Rice|Arvo|Overlock|Srisakdi|Sonsie+One|Neucha);
  3.  
  4. body {
  5. background-color: #fff;
  6. background-image: linear-gradient(to bottom, #eee, #dee2f1, #acb8d8, #8484aa, #6171a0);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #whole {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. background: url('https://i.pinimg.com/originals/17/aa/40/17aa40cc5530dfb653e172cbe086f6ee.gif');
  22. z-index: -1;
  23. position: fixed;
  24. background-size: 16%;
  25. left: 0px; top: 0px; right: 0px; bottom: 0px;
  26. }
  27.  
  28. ::-webkit-scrollbar-track {background-color:;}
  29. ::-webkit-scrollbar-thumb {background-color:;}
  30. ::-webkit-scrollbar {width:0px;height:0px;}
  31.  
  32. #render {
  33. position: absolute;
  34. height: 135vh;
  35. width: 59vw;
  36. background-color: transparent;
  37. border-radius: 0%;
  38. left: 0vw;
  39. bottom: -50vh;
  40. background-repeat: no-repeat;
  41. background-image: url('http://i.picpar.com/ZMOe.png');
  42. z-index: 7;
  43. }
  44.  
  45. #container {
  46. position: absolute;
  47. z-index: 5;
  48. border-radius: 0%;
  49. border-right: 4px solid #6171a0;
  50. border-top: 4px solid #6171a0;
  51. border-bottom: 4px solid #6171a0;
  52. background-color: #8484aa;
  53. background-image: url('https://www.transparenttextures.com/patterns/checkered-light-emboss.png');
  54. background-position: left, centerbottom;
  55. left: 26vw;
  56. bottom: 0vh;
  57. height: 58.88vh;
  58. width: 66vw;
  59. opacity: 0.95;
  60. }
  61.  
  62. #circle {
  63. z-index: 4;
  64. position: absolute;
  65. border: 4px solid #6171a0;
  66. background-color: #92dff3;
  67. border-radius: 15%;
  68. background-image: url('https://thumbs.gfycat.com/ContentPinkBlueandgoldmackaw-size_restricted.gif');
  69. height: 58.88vh;
  70. width: 17vw;
  71. bottom: 0vh;
  72. left: 10.63vw;
  73. opacity: 0.95;
  74. }
  75.  
  76. #titlebot {
  77. position: absolute;
  78. z-index: 5;
  79. font-family: 'Rock Salt';
  80. font-size: 99px;
  81. bottom: 59vh;
  82. left: 28.9vw;
  83. color: #4f4365;
  84. }
  85.  
  86. #titletop {
  87. position: absolute;
  88. z-index: 6;
  89. font-family: 'Rock Salt';
  90. font-size: 99px;
  91. bottom: 58.5vh;
  92. left: 28.5vw;
  93. color: #acb8d8;
  94. }
  95.  
  96. #ooc {
  97. position: fixed;
  98. z-index: 7;
  99. left: 37vw;
  100. bottom: 1.7vh;
  101. height: 55vh;
  102. width: 22vw;
  103. border: 2px solid #6171a0;
  104. background-color: #4C5879;
  105. color: #dee2f1;
  106. font-family: 'Neucha';
  107. font-size: 14px;
  108. overflow-y: auto;
  109. padding: 3px;
  110. }
  111.  
  112. #content {
  113. position: absolute;
  114. z-index: 6;
  115. left: 65vw;
  116. bottom: 1.7vh;
  117. height: 55vh;
  118. width: 22vw;
  119. border: 2px solid #6171a0;
  120. background-color: #4C5879;
  121. color: #dee2f1;
  122. font-family: 'Neucha';
  123. font-size: 14px;
  124. overflow-y: auto;
  125. padding: 3px;
  126. }
  127.  
  128. #tab1 {
  129. position: absolute;
  130. z-index: 6;
  131. background-color: ;
  132. border-radius: 0%;
  133. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  134. background-size: 100%;
  135. background-repeat: no-repeat;
  136. left: 60.2vw;
  137. bottom: 48vh;
  138. height: 65px;
  139. width: 65px;
  140. border: 0px solid #000;
  141. }
  142.  
  143. #tab2 {
  144. position: absolute;
  145. z-index: 6;
  146. background-color: ;
  147. border-radius: 0%;
  148. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  149. background-size: 100%;
  150. background-repeat: no-repeat;
  151. left: 60.2vw;
  152. bottom: 39vh;
  153. height: 65px;
  154. width: 65px;
  155. border: 0px solid #000;
  156. }
  157.  
  158. #tab3 {
  159. position: absolute;
  160. z-index: 6;
  161. background-color: ;
  162. border-radius: 0%;
  163. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  164. background-size: 100%;
  165. background-repeat: no-repeat;
  166. left: 60.2vw;
  167. bottom: 30vh;
  168. height: 65px;
  169. width: 65px;
  170. border: 0px solid #000;
  171. }
  172.  
  173. #tab4 {
  174. position: absolute;
  175. z-index: 6;
  176. background-color: ;
  177. border-radius: 0%;
  178. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  179. background-size: 100%;
  180. background-repeat: no-repeat;
  181. left: 60.2vw;
  182. bottom: 21vh;
  183. height: 65px;
  184. width: 65px;
  185. border: 0px solid #000;
  186. }
  187.  
  188. #tab5 {
  189. position: absolute;
  190. z-index: 6;
  191. background-color: ;
  192. border-radius: 0%;
  193. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  194. background-size: 100%;
  195. background-repeat: no-repeat;
  196. left: 60.2vw;
  197. bottom: 12vh;
  198. height: 65px;
  199. width: 65px;
  200. border: 0px solid #000;
  201. }
  202.  
  203. #tab6 {
  204. position: absolute;
  205. z-index: 6;
  206. background-color: ;
  207. border-radius: 0%;
  208. background-image: url('https://www.netanimations.net/Falling-snowflake.gif');
  209. background-size: 100%;
  210. background-repeat: no-repeat;
  211. left: 60.2vw;
  212. bottom: 3vh;
  213. height: 65px;
  214. width: 65px;
  215. border: 0px solid #000;
  216. }
  217.  
  218. h1 {
  219. font-family: 'Sonsie One';
  220. font-size: 16px;
  221. color: #4f4365;
  222. text-transform: ;
  223. letter-spacing: 2px;
  224. border-bottom: 0px solid #;
  225. background-image: url('https://www.transparenttextures.com/patterns/fresh-snow.png');
  226. background-color: #acb8d8;
  227. background-repeat: repeat;
  228. background-position: center, top;
  229. background-size: ;
  230. text-align: center;
  231. margin-right: 1px;
  232. margin-left: 1px;
  233. line-height: 14px;
  234. margin-top: 3px;
  235. margin-bottom: 8px;
  236. }
  237.  
  238. b {
  239. font-family: 'Srisakdi';
  240. color: #8AA6F2;
  241. text-align: justify;
  242. font-size: 14px;
  243. }
  244.  
  245. a {
  246. font-family: 'Spicy Rice';
  247. color: #887DB8;
  248. text-decoration: none;
  249. }
  250.  
  251. a:hover {
  252. color: #F9FFA7;
  253. text-decoration: underline;
  254. }
  255.  
  256. i {
  257. color: #CF9AFF;
  258. }
  259.  
  260. </style>
  261.  
  262. <div id="whole" oncontextmenu="return false;">
  263. <div id="overlay"></div>
  264. <div id="render"></div>
  265. <div id="container"></div>
  266. <div id="circle"></div>
  267. <div id="titlebot">Tsaritsa the Cold</div>
  268. <div id="titletop">Tsaritsa the Cold</div>
  269. <a href="#2"><div id="tab1"></div></a>
  270. <a href="#3"><div id="tab2"></div></a>
  271. <a href="#4"><div id="tab3"></div></a>
  272. <a href="#5"><div id="tab4"></div></a>
  273. <a href="#6"><div id="tab5"></div></a>
  274. <a href="#1"><div id="tab6"></div></a>
  275. <div id="ooc">
  276. <h1>Out of Valhalla</h1>
  277. <B>Note:</B> This code was made for 80% zoom on a screen that is 1366 x 768. I code for the zoom I keep my screen at. My apologies in advance. It should look something like <a target="_blank" href="http://i.picpar.com/4QPe.png" target="_blank">this</a>!<br><br>
  278. <B>00</B>. This code was made <a target="_blank" href="https://roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> For @Reginleif on RPC. I did the render myself, but the artwork belongs to <a target="_blank" href="https://www.artstation.com/zeronis-pk" target="_blank">Zeronis</a>. The image is an adaptation of Elsa from the Disney franchise, Frozen.<br><br>
  279. <B>02.</B> OC for the Paradox Room on RPC. Also the admin's alt. Same rules generally apply, and if you have any questions, feel free to DM me! <br><br>
  280. <B>03.</B> PM-friendly, but no smut messages please. However, I am open to conversation, just have a purpose in mind when approaching me because idle chit-chat isn't my thing.<br><br>
  281. <B>04.</B> Getting ready to start classes again as of <I>08/25/2020</i> so my availability will plummet. I'm sorry for the inconvenience. You're welcome to leave mail if you are looking to find me.
  282.  
  283. </div>
  284. <div id="content">
  285. <div style="height: 54.95vh;overflow:hidden;">
  286. <a name="1"></a>
  287. <div style="height: 54.95vh; overflow: auto;">
  288. <div style="margin: 0 auto; width: 26.65em;">
  289. <h1>Statistics</h1>
  290. <h1>Appearance</h1>
  291. <B>Hair Color:</B> <font style=float:right>Platinum Blonde.</font><br>
  292. <B>Hair Length:</b> <font style=float:right>Hip-Length.</font><br>
  293. <B>Eye Color:</b> <font style=float:right>Ocean Blue.</font><br>
  294. <B>Skin Tone:</b> <font style=float:right>Alabaster.</font><br>
  295. <B>Complexion:</B> <font style=float:right>Smooth.</font><br>
  296. <B>Build:</B> <font style=float:right>Mesomorph.</font><br>
  297. <B>Physique:</b> <font style=float:right>Toned.</font><br>
  298. <B>Height:</b> <font style=float:right>5'8".</font><br>
  299. <B>Scent:</b> <font style=float:right>Spring Rain.</font><br>
  300. <B>Blood Type:</B> <font style=float:right>A.</font>
  301. </div></div>
  302.  
  303. <a name="2"></a>
  304. <div style="height: 55vh; overflow: auto;">
  305. <div style="margin: 0 auto; width: 26.65em;">
  306. <h1>Skills</h1>
  307.  
  308. </div></div>
  309.  
  310. <a name="3"></a>
  311. <div style="height: 55vh; overflow: auto;">
  312. <div style="margin: 0 auto; width: 26.65em;">
  313. <h1>Inventory</h1>
  314. </div></div>
  315.  
  316. <a name="4"></a>
  317. <div style="height: 55vh; overflow: auto;">
  318. <div style="margin: 0 auto; width: 26.65em;">
  319. <h1>Headcanons</h1>
  320.  
  321. </div></div>
  322.  
  323. <a name="5"></a>
  324. <div style="height: 55vh; overflow: auto;">
  325. <div style="margin: 0 auto; width: 26.65em;">
  326. <h1>Personality</h1>
  327. </div></div>
  328.  
  329. <a name="6"></a>
  330. <div style="height: 55vh; overflow: auto;">
  331. <div style="margin: 0 auto; width: 26.65em;">
  332. <h1>Connections</h1>
  333.  
  334. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement