Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. <style>
  2. .cornerimage {position: fixed; right: 110px; bottom: 10px; height: 100%;}
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Fredoka+One);
  5. @import url(https://fonts.googleapis.com/css?family=Share);
  6. body {background-color: 4B1675;}
  7.  
  8. #box{
  9. position: fixed;
  10. top: 100px;
  11. left: 100px;
  12. width: 600px;
  13. height: 350px;
  14. }
  15.  
  16. #pic{
  17. position: absolute;
  18. top: 40px;
  19. border: 5px groove #333333;
  20. border-left: 10px double #C438FF;
  21. overflow: hidden;
  22. width: 240px;
  23. height: 300px;
  24. }
  25.  
  26. #top {
  27. position: absolute;
  28. top: 0px;
  29. left: 0px;
  30. right: 0px;
  31. background-color: #595959;
  32. border: 3px groove #222222;
  33. height: 27px;
  34. padding: 4px;
  35. font-size: 14px;
  36. font-family: 'Montserrat', sans-serif;
  37. text-shadow:
  38. -1px -1px midnightblue;
  39. color: white;
  40. text-align: center;
  41. font-family: 'Fredoka One', cursive;
  42. overflow: hidden;
  43. }
  44.  
  45. #text {
  46. position: absolute;
  47. top: 40px;
  48. left: 286px;
  49. right: 0px;
  50. background-color: #42424A;
  51. border: 3px groove #222222;
  52. bottom: 0px;
  53. padding: 10px;
  54. font-size: 14px;
  55. font-family: 'Montserrat', sans-serif;
  56. text-shadow:
  57. -1px -1px midnightblue;
  58. color: white;
  59. }
  60.  
  61. #textinside {
  62. position: absolute;
  63. top: 10px;
  64. left: 10px;
  65. right: 10px;
  66. bottom: 10px;
  67. border: 3px double darkblue;
  68. border-radius: 10px;
  69. padding: 10px;
  70. font-size: 15px;
  71. font-family: tahoma;
  72. text-shadow:
  73. -1px 0px black,
  74. 1px 0px black,
  75. 0px -1px black,
  76. 0px 1px black;
  77. color: white;
  78. background-image:url("http://i.picpar.com/BoSb.jpg");
  79. background-size: 100% 100%;
  80. overflow: hidden;
  81. line-height: 15px;
  82. letter-spacing: 1px;
  83. }
  84.  
  85. #textinside2 {
  86. position: absolute;
  87. top: 10px;
  88. left: 10px;
  89. right: 10px;
  90. bottom: 10px;
  91. border: 3px double darkblue;
  92. border-radius: 10px;
  93. padding: 10px;
  94. font-size: 15px;
  95. font-family: tahoma;
  96. color: #42424A;
  97. background-image:url("http://i.picpar.com/BoSb.jpg");
  98. background-size: 100% 100%;
  99. overflow: auto;
  100. line-height: 15px;
  101. letter-spacing: 1px;
  102. z-index: 1;
  103. }
  104.  
  105. .Mainbox {
  106. position: absolute;
  107. right: 0px;
  108. top: 42px;
  109. height: 283px;
  110. left: 286px;
  111. padding: 10px;
  112. border: 3px groove #222222;
  113. background-color: #42424A;
  114. font-family: Ariel;
  115. font-size: 12px;
  116. text-align: center;
  117. overflow: auto;
  118. opacity: 0;
  119. -webkit-transition: all 0s ease-in-out;
  120. -moz-transition: all 0s ease-in-out;
  121. -o-transition: all 0s ease-in-out;
  122. -ms-transition: all 0s ease-in-out;
  123. transition: all 0s ease-in-out;}
  124.  
  125.  
  126. .MainBox:target {
  127. top: 40px;
  128. right: 0px;
  129. opacity: 1;
  130. -webkit-transition: all 0s ease-in-out;
  131. -moz-transition: all 0s ease-in-out;
  132. -o-transition: all 0s ease-in-out;
  133. -ms-transition: all 0s ease-in-out;
  134. transition: all 0s ease-in-out;
  135. }
  136.  
  137.  
  138. #buttons{
  139. position: absolute;
  140. }
  141.  
  142. #buttons a {display: block;
  143. margin-bottom: 5px;
  144. float: left;
  145. width: 26px;
  146. height: 52px;
  147. margin-left: -13px;
  148. background-color: white;
  149. border: 3px groove #333333;
  150. border-radius: 0px 0px 0px 0px;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. #buttons a:hover {
  158. background-color: black;
  159. -webkit-transition: all 0.5s ease-in-out;
  160. -moz-transition: all 0.5s ease-in-out;
  161. -o-transition: all 0.5s ease-in-out;
  162. transition: all 0.5s ease-in-out;
  163.  
  164. }
  165.  
  166.  
  167. #NavigationBar {
  168. position: absolute;
  169. left: 267px;
  170. top:41px;
  171. border-radius: 10px;
  172. }
  173.  
  174. .friendies {
  175. height: 65;
  176. width: 65;
  177. border: 5px groove #222222;
  178. margin-left: 0px;
  179. margin-top: 0px;
  180. -webkit-transition: all 0.5s ease-in-out;
  181. -moz-transition: all 0.5s ease-in-out;
  182. -o-transition: all 0.5s ease-in-out;
  183. transition: all 0.5s ease-in-out;}
  184.  
  185. #header {
  186. font-family: 'Share', cursive;
  187. color: green;
  188. }
  189.  
  190. </style>
  191. <img src="http://i.imgur.com/67Wl9tw.gif" class=cornerimage>
  192.  
  193. <div id=box>
  194.  
  195. <div id="navigationbar">
  196. <div id="buttons">
  197. <a href="#One"></a>
  198. <a href="#Two"></a>
  199. <a href="#Three"></a>
  200. <a href="#Four"></a>
  201. <a href="#Close"></a>
  202. </div>
  203. </div>
  204.  
  205.  
  206. <div id=top>
  207. <font color="#fff11f"><Center>
  208.  
  209. Shush, no talking, just take off your pants</div>
  210.  
  211.  
  212. <div id=pic>
  213. <img src=http://vignette4.wikia.nocookie.net/monstergirlencyclopedia/images/0/07/Hellhound_8cost.jpg/revision/latest?cb=20141203144505" height=300px width=240px>
  214. </div>
  215.  
  216. <div id=text>
  217.  
  218. <div id=textinside>
  219. <font color="#0D0A0A"><Center>
  220. <font size=3> <u>OOC</u> </font>
  221. <font size=1> </font>
  222. <br>
  223. <br>
  224. Hey loves, rather than listing a bunch of rules and whatnot, just like... No, that's dumb, try to have some sort of a profile and don't be an idiot, other than that I'm very PM friendly, basically I'm just here to have fun.
  225.  
  226. </div>
  227.  
  228. </div>
  229. <div id="One" class="MainBox">
  230.  
  231. <div id=textinside2>
  232. <div id=header>Info and Pictures</div>
  233. <hr>
  234. <br>
  235. <u>NAME</u>
  236. <br>
  237. Yakuro
  238. <br><br>
  239. <u>AGE</u>
  240. <br>
  241. How dare you!
  242. <br><br>
  243. <u>F-List</u>
  244. <br>
  245. <a href="https://www.f-list.net/c/hellhound%20yakuro/">You Lewd <b>ANIMAL</b></a>
  246. <br><br>
  247. <u>GENDER</u>
  248. <br>
  249. Female
  250. <br><br>
  251. <u>ORIENTATION</u>
  252. <br>
  253. Bisexual, Futa lean<br><br>
  254. <u>RESIDENCE</u>
  255. <br>
  256. A Tree, a cave, your bed, wherever works.<br> <br>
  257. <u>DOM/SUB</u>
  258. <br>
  259. 70/30, either is honestly fine, I just default to dom.
  260. <br><br>
  261. <u>LIKES</u>
  262. <br>
  263. A nice juicy steak, bones, cuties<br><br>
  264. <u>DISLIKES</u>
  265. <br>
  266. Overconfident losers, being punished<br><br>
  267. <u>Status</u>
  268. <br>
  269. Single
  270. <br>
  271. <br>
  272. <br>
  273. <br>
  274.  
  275. <b><u> PICTURES </b></u>
  276. <br>
  277. <br>
  278.  
  279. <br><img src="http://danbooru.donmai.us/data/__hellhound_monster_girl_encyclopedia_drawn_by_osiimi_artist__4b5c32711ee4cada2864240a11c5f9fb.png" width="250"> <br>
  280. <br><img src="http://67.media.tumblr.com/573973782b9f71df5c05daae47288cdf/tumblr_nhjzchxG5L1ryzyv0o4_1280.jpg" width="250"> <br>
  281. <br><img src="http://vignette3.wikia.nocookie.net/monstergirlencyclopedia/images/d/df/1449054754974.png/revision/latest?cb=20151202161835" width="250"> <br>
  282. <br><img src="http://img08.deviantart.net/abb5/i/2014/343/7/1/___commission_ultidrgn____by_re_sublimity_kun-d895ldb.png" width="250"> <br>
  283. <br><img src="https://s-media-cache-ak0.pinimg.com/736x/92/87/9d/92879de37a313a8a333dbdb28efb562e.jpg" width="250"> <br>
  284. <br><img src="https://66.media.tumblr.com/f6d894bbfca4d892f6b7c4dedce2f1f8/tumblr_o1ae58yjQG1usvftyo1_1280.jpg" width="250"> <br>
  285.  
  286.  
  287.  
  288. </div>
  289.  
  290. </div>
  291.  
  292. <div id="Two" class="MainBox">
  293.  
  294. <div id=textinside2>
  295. <div id=header>FRIENDS</div>
  296. <hr>
  297.  
  298.  
  299.  
  300. <a href="http://roleplay.chat/profile.php?user=" target="_blank" ><img src="" class="friendies"></a>
  301. <br>
  302. Want to be added? Just ask! =D
  303. <br>
  304.  
  305. <br>
  306. </div>
  307.  
  308. </div>
  309.  
  310. <div id="Three" class="MainBox">
  311.  
  312. <div id=textinside2>
  313. <div id=header>Abilities</div>
  314. <hr>
  315. When in combat, Yakuro is a very fast and vicious attacker, relying on instinct over any actual trainer, thankfully she has razor sharp claws and fangs to help assist her, while she isn't much of a thinker she rarely only needs one or two good hits to immobilize her target, that said she is very straightforward so she can be taken advantage of easily.
  316.  
  317. </div>
  318.  
  319. </div>
  320.  
  321. <div id="Four" class="MainBox">
  322.  
  323. <div id=textinside2>
  324. <div id=header>Bio</div>
  325. <hr>
  326.  
  327.  
  328.  
  329. </div>
  330.  
  331. </div>
  332.  
  333.  
  334. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement