Advertisement
NaotoShirgone

eight

May 1st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 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://files.all-free-download.com//downloadfiles/wallpapers/1920_1200/blue_light_blaze_wallpaper_abstract_3d_34.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:#FFECDD;
  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:#FFECDD;
  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: 15%;
  118. top: -6%;
  119. right: 55%;
  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:#00E4FF;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:#00E4FF;
  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:#00E4FF;
  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:#00E4FF;
  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:#00E4FF;
  195. background:rgba(255, 255, 255, 0.5);
  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>Bite my Lips and </font><br></center></div>
  215. <div id="quote2"><center><br><br><br><br><font color=White>Press your body against mine.</font><br></center></div>
  216. <div id="img"><img src="http://i.imgur.com/pRBLvh6.png" style="height: 100%;"></div>
  217. <div id="box1">
  218. <center><h1>Pets</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:3vh;">
  238. <b>Name</b><div class="r">Axel 'Apex' Reinhart</div><br>
  239. <b>Moniker</b><div class="r">Axe </div><br>
  240. <b>Gender</b><div class="r">Male</div><br>
  241. <b>Age</b><div class="r">27 y.o.</div><br>
  242. <b>Species</b><div class="r">Canine</div><br>
  243. <b>Height</b><div class="r">8'3</div><br>
  244. <b>Weight</b><div class="r">326 lbs</div><br>
  245. <b>Marital Status</b><div class="r">Single</div><br>
  246. <b>Orientation</b><div class="r">Straight</div><br>
  247.  
  248. <center>My Pets</center>
  249.  
  250.  
  251.  
  252.  
  253.  
  254. </font>
  255. </div>
  256. <div id="bio">
  257. <center><h1>Biography</h1></center>
  258. Work.In.Progress<br>
  259. <center> <h1><u> Gallery</u></h1> </center>
  260. <center></a><img src="http://i.imgur.com/o5PXBgr.png" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  261. <img src="http://i.imgur.com/12SXnae.jpg" title="...." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  262. <img src="http://i.imgur.com/eF6Vg4L.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  263. <img src="http://i.imgur.com/ZGSNSQQ.png" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  264. <br>
  265. <img src="http://i.imgur.com/bdZzOB5.jpg" title="" style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  266. <img src="http://i.imgur.com/RYyTfb1.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  267. <img src="http://i.imgur.com/sbBJ9wk.jpg" title="...." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  268. <br>
  269. </a><img src="http://i.imgur.com/W6KhUzY.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  270. <img src="http://i.imgur.com/Sf6R4DB.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  271. <img src="http://i.imgur.com/LnX9cLG.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  272. <img src="http://i.imgur.com/EwbWovE.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  273. <br>
  274. <img src="http://i.imgur.com/oC1wehy.jpg" title="" style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  275. <img src="http://i.imgur.com/q0x3XRw.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  276. <img src="http://i.imgur.com/jH7KmpP.jpg" title="...." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  277. <br>
  278. </a><img src="http://i.imgur.com/ATcV8U4.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  279. <img src="http://i.imgur.com/hyFmIm2.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  280. <img src="http://i.imgur.com/W3YukBQ.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  281. <img src="http://i.imgur.com/z5Y6rmS.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  282. <br>
  283. <img src="http://i.imgur.com/WutxsvC.png" title="..." style="width:350px;height:200px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  284. <img src="http://i.imgur.com/wwj1TFJ.jpg" title="..." style="width:350px;height:200px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  285. <img src="http://i.imgur.com/W6KhUzY.jpg" title="..." style="width:350px;height:200px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  286.  
  287. <br>
  288. </center>
  289. </div>
  290. <div id="ooc">
  291. <font style="font-size:3vh;">
  292. <center><h1>Out Of Character</h1></center>
  293. <b>🐾</b> No profile = NO Rp<br>
  294. <b>🐾</b> No drama<br>
  295. <b>🐾</b>Primarily smut character, but will do clean RP..<br>
  296. <b>🐾</b> No assholes<br>
  297. <b>🐾</b> No IRL pictures..<br>
  298.  
  299.  
  300.  
  301. </div>
  302. </div>
  303. </div>
  304. <div id="navigation">
  305. <a href="#stats"><div id="nav1"></div></a>
  306. <a href="#bio"><div id="nav2"></div></a>
  307. <a href="#ooc"><div id="nav3"></div></a>
  308.  
  309. </div>
  310. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement