Advertisement
NaotoShirgone

Char

May 1st, 2017
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. Text type: CSS/HTML
  7. */
  8. @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Great+Vibes|Pacifico|Satisfy|Dancing+Script');
  9.  
  10. ::-webkit-scrollbar{width:0.3vh;height:0.3vh;}
  11. ::-webkit-scrollbar-thumb{border-radius:0;background:#FFFFFF;}
  12. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  13.  
  14. body {
  15. background-image: url('http://cdn.wallpapersafari.com/11/76/DdQn9c.jpg');
  16. }
  17.  
  18. #sheet {
  19. position: fixed;
  20. height: 100%;
  21. width: 100%;
  22. top: 0%;
  23. bottom: 0%;
  24. left: 0%;
  25. right: 0%;
  26. background: rgba(0,0,0,0.15);
  27. }
  28.  
  29. /* Amatic SC = information ; Great Vibes = quotes ; Pacifico = h1? ; Satisy = links probs */
  30.  
  31. #center {
  32. position: fixed;
  33. height: 90%;
  34. width: 100%;
  35. left: 0%;
  36. top: 5%;
  37. background: transparent;
  38. }
  39.  
  40. #quote1 {
  41. position: absolute;
  42. height: 70%;
  43. width: 30%;
  44. left: 1%;
  45. text-align: center;
  46. font-family: 'Great Vibes';
  47. font-size: 7vh;
  48. transition-duration: 1s;
  49. }
  50.  
  51. #quote2 {
  52. position: absolute;
  53. height: 70%;
  54. width: 30%;
  55. right: 5%;
  56. text-align: center;
  57. font-family: 'Great Vibes';
  58. font-size: 7vh;
  59. transition-duration: 1s;
  60. }
  61.  
  62. #center:hover #quote1, #center:hover #quote2 {
  63. opacity: 0;
  64. transition-duration: 1s;
  65. }
  66.  
  67. #box1 {
  68. position: absolute;
  69. background: rgba(0,0,0,0.6);
  70. height: 70%;
  71. width: 20%;
  72. border-radius: 5%;
  73. border: 2px solid;
  74. border-color:#690000;
  75. top: 15%;
  76. right: 40%;
  77. transition-duration: 1.5s;
  78. opacity: 0;
  79. font-family: 'Amatic SC';
  80. color:#ffffff;
  81. padding: 5px;
  82. font-size: 3.5vh;
  83. overflow: auto;
  84. }
  85.  
  86. #center:hover #box1 {
  87. opacity: 1;
  88. right: 1%;
  89. transition-duration: 1.5s;
  90. }
  91.  
  92. #box2 {
  93. position: absolute;
  94. background: rgba(0,0,0,0.6);
  95. height: 70%;
  96. width: 50%;
  97. border-radius: 5%;
  98. border: 2px solid;
  99. border-color:#690000;
  100. top: 15%;
  101. right: 25%;
  102. transition-duration: 1.5s;
  103. font-family: 'Amatic SC';
  104. opacity: 0;
  105. font-size: 4.7vh;
  106. padding: 5px;
  107. }
  108.  
  109. #center:hover #box2 {
  110. opacity: 1;
  111. transition-duration: 1.5s;
  112. }
  113.  
  114. #img {
  115. position: absolute;
  116. height: 120%;
  117. width: 10%;
  118. top: -6%;
  119. right: 60%;
  120. transition-duration: 1.5s;
  121. background: transparent;
  122. }
  123.  
  124. #center:hover #img {
  125. right: 90%;
  126. transition-duration: 1.5s;
  127. }
  128.  
  129. #host{height:100%;width:100%;overflow:hidden;}
  130.  
  131. #stats, #bio, #ooc {height:100%;width:100%;overflow:auto;color:#fff;}
  132.  
  133. h1{font-family:'Dancing Script';font-size:4vh;text-decoration:underline;}
  134.  
  135. a{font-family:'Satisfy';text-decoration:none;color:#690000;transition-duration:1s;}
  136.  
  137. a:hover{font-size:110%;transition-duration:1s;}
  138.  
  139. .r{float:right;}
  140.  
  141. b{color:#ffffff;}
  142.  
  143. #navigation {
  144. position: absolute;
  145. height: 40%;
  146. width: 2.5%;
  147. background: transparent;
  148. right: 22%;
  149. top: 30%;
  150. }
  151.  
  152. #nav1 {
  153. position: absolute;
  154. height: 10%;
  155. width: 80%;
  156. top: 20%;
  157. background:#000000;
  158. border: 2px solid;
  159. border-color:#690000;
  160. opacity: 0;
  161. transition-duration: 1s;
  162. }
  163.  
  164. #nav2 {
  165. position: absolute;
  166. height: 10%;
  167. width: 80%;
  168. top: 50%;
  169. background:#000000;
  170. border: 2px solid;
  171. border-color:#690000;
  172. opacity: 0;
  173. transition-duration: 1s;
  174. }
  175.  
  176. #nav3 {
  177. position: absolute;
  178. height: 10%;
  179. width: 80%;
  180. top: 80%;
  181. background:#000000;
  182. border: 2px solid;
  183. border-color:#690000;
  184. opacity: 0;
  185. transition-duration: 1s;
  186. }
  187.  
  188. #center:hover #nav1, #center:hover #nav2, #center:hover #nav3{opacity:1;transition-duration: 0.5s;}
  189.  
  190. #nav1:hover, #nav2:hover, #nav3:hover{
  191. border-radius: 100%;
  192. transition-duration: 0.5s;
  193. transform: rotate(360deg);
  194. border-color:#690000;
  195. background:#000000;
  196. }
  197.  
  198. /* Credit. please don't remove! */
  199.  
  200. #credit {
  201. position: absolute;
  202. background: rgba(0,0,0,0.4);
  203. border-left: rgBAD255,255,255);
  204. font-family: 'Amatic SC';
  205. font-size: 2.3vh;
  206. padding: 3px;
  207. bottom: 5%;
  208. left: 3%;
  209. }
  210.  
  211. </style>
  212. <div id="sheet"></div>
  213. <div id="center">
  214. <div id="quote1"><center><br><br><br><br><font color=White>Who do you think you are?</font><br></center></div>
  215. <div id="quote2"><center><br><br><br><br><font color=White>Trying to get my Attention!</font><br></center></div>
  216. <div id="img"><img src="http://i.imgur.com/hScZm3a.png" style="height: 100%;"></div>
  217. <div id="box1">
  218. <center><h1>Masters</h1></center>
  219. <a href="URL HERE">.name</a>.info.quote<br>
  220. <a href="URL HERE">.name</a>.info.quote<br>
  221. <a href="URL HERE">.name</a>.info.quote<br>
  222. <center><h1>Friends</h1></center>
  223. <a href="URL HERE">.name</a>.info.quote<br>
  224. <a href="URL HERE">.name</a>.info.quote<br>
  225. <a href="URL HERE">.name</a>.info.quote<br>
  226. <a href="URL HERE">.name</a>.info.quote<br>
  227. <a href="URL HERE">.name</a>.info.quote<br>
  228. <a href="URL HERE">.name</a>.info.quote<br>
  229. <a href="URL HERE">.name</a>.info.quote<br>
  230. <a href="URL HERE">.name</a>.info.quote<br>
  231. <a href="URL HERE">.name</a>.info.quote<br>
  232. </div>
  233. <div id="box2">
  234. <div id="host">
  235. <div id="stats">
  236. <center><h1>Stats</h1></center>
  237. <font style="font-size:4vh;">
  238. <b><Font color=#DE0000>Name:</font></b><div class="r">Chariot</div><br>
  239. <b><Font color=#DE0000>Moniker:</font></b><div class="r">Char</div><br>
  240. <b><Font color=#DE0000>Gender:</font></b><div class="r">Female</div><br>
  241. <b><Font color=#DE0000>Age:</font></b><div class="r">19 y.o.</div><br>
  242. <b><Font color=#DE0000>Species:</font></b><div class="r">Demon</div><br>
  243. <b><Font color=#DE0000>Height:</font></b><div class="r">5'6</div><br>
  244. <b><Font color=#DE0000>Marital Status:</font></b><div class="r">Single</div><br>
  245. <b><Font color=#DE0000>Orientation:</font></b><div class="r">Straight</div><br>
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. </font>
  253. </div>
  254. <div id="bio">
  255. <center><h1>Biography</h1></center>
  256. Work.In.Progress<br>
  257. <center> <h1><u> Gallery</u></h1> </center>
  258. <center></a><img src="https://i.imgur.com/nLYgiNd.jpg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  259. <img src="https://s-media-cache-ak0.pinimg.com/736x/a7/65/5a/a7655a351b686ecd3c340989c3546cf1.jpg" title="...." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  260. <img src="https://s-media-cache-ak0.pinimg.com/736x/82/96/9a/82969a577f78208459099135e09be144.jpg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  261. <img src="https://s-media-cache-ak0.pinimg.com/736x/19/68/9f/19689f4a6ab5f5c0ff2390e184a236a7.jpg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  262. <br>
  263. <img src="http://img1.thatpervert.com/pics/post/full/m-da-s-tarou-chariot-%28brs%29-Black-Rock-Shooter-vocaloid-2340981.jpeg" title="" style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  264. <img src="https://cdnio.luscious.net/550/lusciousnet_ecc37b48c9b6f970358f2bc_973619778.315x0.jpg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  265. <img src="http://img1.thatpervert.com/pics/post/full/Chariot-%28Black-Rock-Shooter%29-Black-Rock-Shooter-vocaloid-Anime-2925735.jpeg" title="...." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  266. <br>
  267. </a><img src="http://img0.thatpervert.com/pics/post/full/Black-Rock-Shooter-vocaloid-Anime-Chariot-%28Black-Rock-Shooter%29-3384398.jpeg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  268. <img src="http://otakixus.net/blog/wp-content/uploads/2014/06/yande.re-289502-black_rock_shooter-chariot-fishnets-rogia-thighhighs-vocaloid.jpg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  269. <img src="http://img1.thatpervert.com/pics/post/full/hentai---Oral-hentai-2371653.jpeg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  270. <img src="http://img0.pornreactor.cc/pics/post/full/%D0%A5%D0%B5%D0%BD%D1%82%D0%B0%D0%B9-%D1%81%D0%B5%D0%BA%D1%80%D0%B5%D1%82%D0%BD%D1%8B%D0%B5-%D1%80%D0%B0%D0%B7%D0%B4%D0%B5%D0%BB%D1%8B-Fellatio-%D0%A5%D0%B5%D0%BD%D1%82%D0%B0%D0%B9-Oral-%D0%A5%D0%B5%D0%BD%D1%82%D0%B0%D0%B9-2371650.jpeg" title="..." style="width:100px;height:140px;border:1px solid #690000;border-radius:10px;float: center;"></a>
  271. <br>
  272. </center>
  273. </div>
  274. <div id="ooc">
  275. <font style="font-size:3vh;">
  276. <center><h1>Out Of Character</h1></center>
  277. <b>♔</b> In-room approach is your best bet.<br>
  278. <b>♔</b> Smut is earned.<br>
  279. <b>♔</b> I reserve the right to make you disappear [or ignore you, whichever is convenient].<br>
  280. <b>♔</b> I'm actually friendlier than my character.<br>
  281. <b>♔</b> PM Picky.<br>
  282. <b>♔</b> No profile = immediate no.<br>
  283. <b>♔</b> Better be ready to dish what you serve.<br>
  284. <b>♔</b> LT is preferred.<br>
  285. <b>♔</b> Planned or impromptu. Doesn't matter.<br>
  286. <b>♔</b> No Drama, I will not tolerate Drama.<br>
  287. <b>♔</b> If you approach me be polite, Rude responses will get you blocked.<br>
  288.  
  289.  
  290.  
  291.  
  292. </div>
  293. </div>
  294. </div>
  295. <div id="navigation">
  296. <a href="#stats"><div id="nav1"></div></a>
  297. <a href="#bio"><div id="nav2"></div></a>
  298. <a href="#ooc"><div id="nav3"></div></a>
  299.  
  300. </div>
  301. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement