Advertisement
SkullzofSkyrim

Upgrade

Aug 13th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. <style onload="try {document.title = 'ᴇᴀᴛ ᴍʏ ғɪsᴛ.' ;} catch (e) { }" type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Oswald);
  3. @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
  4.  
  5. .pfor {display: none; visibility: hidden;}
  6. #profile {background-color:;}
  7. #profile {border:;}
  8.  
  9. body {
  10. background-image: url("https://pbs.twimg.com/media/CnDYFKNXEAADnwO.jpg");
  11. background-repeat: no-repeat;
  12. background-color: #000;
  13. background-size: 100% 100%;
  14. background-position: center;
  15. margin: 0;
  16. }
  17. ::-webkit-scrollbar {
  18. width: 5px;
  19. height: 0px;
  20. background:;
  21. }
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. background-color:black;
  25. -webkit-border-radius: 10px;
  26. border-radius: 10px;
  27. }
  28.  
  29. ::selection {
  30. color: #fff;
  31. background: #eee;
  32. }
  33.  
  34. a {color:;
  35. text-decoration: none;
  36. -webkit-transition: all 0.5s ease-in-out;
  37. -moz-transition: all 0.5s ease-in-out;
  38. -o-transition: all 0.5s ease-in-out;
  39. -ms-transition: all 0.5s ease-in-out;
  40. transition: all 0.5s ease-in-out;
  41. }
  42.  
  43. a:hover {color: black;
  44. text-decoration: none;
  45. -webkit-transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. -o-transition: all 0.5s ease-in-out;
  48. -ms-transition: all 0.5s ease-in-out;
  49. transition: all 0.5s ease-in-out;
  50. }
  51.  
  52. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  53. }
  54.  
  55. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04B_03_.TTF?dl=1'); format("truetype");}
  56.  
  57. #whole{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  58.  
  59. #box {
  60. vertical-align: center;
  61. position: fixed;
  62. width:1000;
  63. left: 550px;
  64. top: 250px;
  65. margin: 1px;
  66. }
  67.  
  68. #title-bg {
  69. background-color:#808000;
  70. width:500;
  71. height:55;
  72. left:0;
  73. top:0;
  74. }
  75.  
  76. #title {
  77. position:absolute;
  78. color:182539;
  79. font-size:35px;
  80. font-family: 'Oswald', sans-serif;
  81. width:500;
  82. text-align:center;
  83. left:0;
  84. top:-5;
  85. text-transform:uppercase;
  86. }
  87.  
  88. #title2 {
  89. position:absolute;
  90. color:182539;
  91. font-size:15px;
  92. font-family: 'Open Sans Condensed', sans-serif;
  93. width:500;
  94. text-align:center;
  95. left:0;
  96. top:35;
  97. text-transform:uppercase;
  98. letter-spacing:5px;
  99. }
  100.  
  101. #image {
  102. position:absolute;
  103. left:90;
  104. top:60;
  105. border:10px solid #808000;
  106. }
  107.  
  108. #navi {
  109. vertical-align: center;
  110. text-align: center;
  111. position: absolute;
  112. left:0;
  113. top:59;
  114. letter-spacing:0px;
  115. line-height: 10px;
  116. margin: 1px;
  117. }
  118.  
  119. #navi a {
  120. padding: 10px;
  121. width: 40px;
  122. font-family: courier new;
  123. font-size: 15px;
  124. text-transform:uppercase;
  125. letter-spacing: 1px;
  126. display: inline-block;
  127. text-align: center;
  128. color:182539;
  129. background-color: #808000;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. -ms-transition: all 0.5s ease-in-out;
  134. transition: all 0.5s ease-in-out;
  135. border:11px solid #999900;
  136. }
  137.  
  138. #navi a:hover {
  139. background-color:#808000;
  140. color:#294061;
  141. -webkit-transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -o-transition: all 0.5s ease-in-out;
  144. -ms-transition: all 0.5s ease-in-out;
  145. transition: all 0.5s ease-in-out;
  146. border:11px solid #cccc00;
  147. }
  148.  
  149. a[data-title]:hover:after {
  150. content: attr(data-title);
  151. padding: 10px;
  152. color:182539;
  153. background-color: #294061;
  154. font-size:14px;
  155. font-family: 'Oswald', sans-serif;
  156. position: absolute;
  157. left: 0;
  158. top: 265;
  159. white-space: nowrap;
  160. }
  161.  
  162. .content {
  163. position: absolute;
  164. color:182539;
  165. font-size:15px;
  166. font-family: 'Open Sans Condensed', sans-serif;
  167. text-align: justify;
  168. overflow: auto;
  169. left:1000;
  170. top:60;
  171. height:218;
  172. width:370;
  173. background-color: #808000;
  174. opacity: 0;
  175. transition: all 1s ease-in-out;
  176. -webkit-transition: all 1s ease-in-out;
  177. -moz-transition: all 1s ease-in-out;
  178. -o-transition: all 1s ease-in-out;
  179. -ms-transition: all 1s ease-in-out;
  180. z-index: 1;
  181. padding: 10px;
  182. margin: 1px;
  183. border:10px solid #294061;
  184. }
  185.  
  186. .content:target {
  187. left:90;
  188. top:60;
  189. opacity: .9;
  190. transition: all 0.7s ease-in-out;
  191. -webkit-transition: all 0.7s ease-in-out;
  192. -moz-transition: all 0.7s ease-in-out;
  193. -o-transition: all 0.7s ease-in-out;
  194. -ms-transition: all 0.7s ease-in-out;
  195. }
  196.  
  197. h1{
  198. border-bottom:1px solid #182539;
  199. color:#182539;
  200. font-size:27px;
  201. line-height: 27px;
  202. font-family: 'Open Sans Condensed', sans-serif;
  203. text-align: right;
  204. text-transform:uppercase;
  205. margin: 0px 5px 5px;
  206. }
  207.  
  208. #credit{
  209. position:fixed;
  210. bottom:20;
  211. right:20;
  212. }
  213.  
  214. </style>
  215. <div id="whole" oncontextmenu="return false;">
  216. <div id="credit">
  217. <a title="Don't remove my credit."><img src="http://i.imgur.com/bP47mYE.png" width="100"></a>
  218. </div>
  219.  
  220. <div id="box">
  221.  
  222. <div id="title-bg">
  223. <div id="title">
  224. Trainer Sakura
  225. </div>
  226.  
  227. <div id="title2">
  228. Team Instinct trainer
  229. </div>
  230. </div>
  231.  
  232. <div id="image">
  233. <img src="https://i.imgur.com/YlaT6H0.png" height="550" width="550">
  234. </div>
  235.  
  236. <div id="navi">
  237.  
  238. <a href="#one" data-title="tab one">Bio</a>
  239. <br>
  240. <a href="#two" data-title="tab two">Info</a>
  241. <br>
  242. <a href="#three" data-title="tab three">Team</a>
  243. <br>
  244. <a href="#four" data-title="tab four">Ooc</a>
  245. <br>
  246. <a href="#reset" data-title="reset">Redo</a>
  247. </div>
  248.  
  249. <div id="one" class="content">
  250. <h1>Sakura Sojiro</h1>
  251. Sakura is an 18 year old trainer from the Kanto region. She has been traveling since her ealry teen years throught out the various regions. She has recently joined Team instinct, enjoying the comraderie of other trainers on the team.(as well as harboring a crush on the team leader spark)<br>
  252. <center><a href="https://i.imgur.com/snWBvur.jpg"><img src="https://i.imgur.com/snWBvur.jpg" height="150" width="150"></a></center>
  253. <br>
  254.  
  255. </div>
  256.  
  257. <div id="two" class="content">
  258. Name: Sakura Sojiro<br>
  259. Age:18<br>
  260. Gender:Female<br>
  261. Hair: Brown<br>
  262. Eyes:Teal<br>
  263. Height:5 foot 6 inches<br>
  264. Bust: 32 B<br>
  265. Orientation:Bi sexual(human)Pokephile<br>
  266. Roleplay Style: Semi para-para (tend to stay with semi para)<br><br>
  267. Now first and foremost, personal info,(i.e Name, facebook, Skype etc) is not going to be handed out sorry. <br>
  268. All RPs are to be held here on rpc <br>
  269. I have the right to refuse rps, so if you are rude or bossy or any other reason for me not to play <br>
  270. i will let you know and find something else.<br>
  271. I also have to the right to change my mind when it comes to my rules <br>
  272.  
  273. </div>
  274.  
  275. <div id="three" class="content">
  276.  
  277. <center>Burq(Vaporeon)<br>
  278. <img src="https://i.imgur.com/w9HCDFa.gif"><br>
  279. Gender: Male<br>
  280. Ability: Water Absorb.<br>
  281. Moves: Hydro Pump, Ice Beam, Double Team, Scald.<br>
  282. Trivia: Sakura's first eevee Evolution, First pokemon to win her a gym Badge.<a href="https://i.imgur.com/CmcyqVJ.jpg">NSFW</a><BR>
  283. <BR>
  284.  
  285. </div>
  286.  
  287. <div id="four" class="content">
  288. This is a massive wip, brand new to this kind of page, so please bear with me.<br>
  289. Story>Smut, but smut is welcome. Do me the favor of messaging me before jumping into an rp.
  290.  
  291. </div>
  292.  
  293.  
  294.  
  295. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement