Advertisement
NaotoShirgone

Ayaya Mio

Apr 27th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.18 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:#0413FF;}
  12. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  13.  
  14. body {
  15. background-image: url('https://s-media-cache-ak0.pinimg.com/736x/b0/25/98/b025982a05292f34a80f7f8a75436648.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: 2%;
  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: 2%;
  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:#0413FF;
  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: 2.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:#0413FF;
  100. top: 15%;
  101. right: 25%;
  102. transition-duration: 1.5s;
  103. font-family: 'Amatic SC';
  104. opacity: 0;
  105. font-size: 2.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: 15%;
  118. top: -6%;
  119. right: 52%;
  120. transition-duration: 1.5s;
  121. background: transparent;
  122. }
  123.  
  124. #center:hover #img {
  125. right: 92%;
  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:#0413FF;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:rgba(255, 255, 255, 0.5);
  158. border: 3px solid;
  159. border-color:#0413FF;
  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:rgba(255, 255, 255, 0.5);
  170. border: 3px solid;
  171. border-color: #0413FF;
  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:rgba(255, 255, 255, 0.5);
  182. border: 3px solid;
  183. border-color:#0413FF;
  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:#0B63FF;
  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>Ayaya tries to be a sweet kitty</font><br></center></div>
  215. <div id="quote2"><center><br><br><br><br><font color=White>But, sometimes the naughty comes out.</font><br></center></div>
  216. <div id="img"><img src="http://i.imgur.com/zf3KH8J.png" style="height: 100%;"></div>
  217. <div id="box1">
  218. <center><h1>Siblings</h1></center>
  219. <a href="URL HERE">.quad1</a>.None.<br>
  220. <a href="URL HERE">.quad2</a>.None.<br>
  221. <a href="URL HERE">.quad3</a>.None.<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:3vh;">
  238. <b>Name</b><div class="r">Ayaya Mio</div><br>
  239. <b>Moniker</b><div class="r">Aya </div><br>
  240. <b>Gender</b><div class="r">Female</div><br>
  241. <b>Age</b><div class="r">20 y.o.</div><br>
  242. <b>Species</b><div class="r">Nekomata </div><br>
  243. <b>Persona</b><div class="r">very playful, easy going, simple minded, and enjoys teasing people. She is also vulgar, using her beauty and sensuousness as a weapon in her arsenal of teasing</div><br>
  244. <b>Height</b><div class="r">161 cm. (5 feet 3 inches)</div><br>
  245. <b>Body Measurements</b><div class="r">[B98-W57-H86 cm]</div><br>
  246. <b>Marital Status</b><div class="r">Single</div><br>
  247. <b>Orientation</b><div class="r">Straight</div><br>
  248. </font>
  249. </div>
  250. <div id="bio">
  251. <center><h1>Biography</h1></center>
  252. .Work.In.Progress.<br>
  253. <center> <h2><u> Gallery</u></h2> </center>
  254. <center></a><img src="https://s-media-cache-ak0.pinimg.com/736x/06/08/49/0608499c57522e98a37e7eeab5f286c2.jpg" title="..." style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  255. <img src="http://adn.i.ntere.st/p/17232424/image" title="..." style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  256. <img src="https://s-media-cache-ak0.pinimg.com/236x/a4/2e/16/a42e1618667a49051adccf940711b5cb.jpg" title="..." style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  257. <img src="http://p2.i.ntere.st/c2ef48c9bfd20515dc4ccc3231be9176_480.jpg" title="" style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  258. <br>
  259. <img src="http://c3.nuttit.com/Cache/GetImage?id=MfRnz3t.jpg" title="" style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  260. <img src="https://68.media.tumblr.com/ca404d4c24c6de9909f94b13921acaaa/tumblr_o04r1tOLOC1v1y5s8o6_1280.png" title="..." style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a>
  261. <img src="https://68.media.tumblr.com/4e57646389b1be942e818ccaff9b8863/tumblr_o5e3tvrC9j1vr5bwuo1_1280.jpg" title="...." style="width:100px;height:140px;border:1px solid #FF115E;border-radius:10px;float: center;"></a></center>
  262. </div>
  263. <div id="ooc">
  264. <center><h1>Out Of Character</h1></center>
  265. <b>ღ</b> In-room approach is your best bet.<br>
  266. <b>ღ</b> Smut is earned.<br>
  267. <b>ღ</b> I reserve the right to make you disappear [or ignore you, whichever is convenient].<br>
  268. <b>ღ</b> I'm actually friendlier than my character.<br>
  269. <b>ღ</b> PM Picky.<br>
  270. <b>ღ</b> No profile = immediate no.<br>
  271. <b>ღ</b> Better be ready to dish what you serve.<br>
  272. <b>ღ</b> LT is preferred.<br>
  273. <b>ღ</b> Planned or impromptu. Doesn't matter.<br>
  274. </div>
  275. </div>
  276. </div>
  277. <div id="navigation">
  278. <a href="#stats"><div id="nav1"></div></a>
  279. <a href="#bio"><div id="nav2"></div></a>
  280. <a href="#ooc"><div id="nav3"></div></a>
  281. </div>
  282. </div>
  283.  
  284. <div id="credit">
  285. © <a href="https://roleplay.chat/profile.php?user=Elsie">Elle.</a> Get the code <a href="http://pastebin.com/92vbJB4m">here.</a><br>
  286. <a href="https://roleplay.chat/profile.php?user=CodeTester">Designed by Adrain(Code made by Elle) </a>
  287. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement