Advertisement
thisisnotras

Lock

Jul 3rd, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  3. @import url(http://fonts.googleapis.com/css?family=Audiowide);
  4.  
  5. .pfor {display: none;}
  6. #profile{background:transparent;
  7. border: none;}
  8.  
  9. body {background: transparent;
  10. text-align: center;
  11. font-size: 10pt;
  12. color: black;
  13. font-family: 'Audiowide', cursive;
  14. font-weight: 400;}
  15.  
  16. a {color: black; text-decoration: none;}
  17.  
  18. #whole{ position: fixed;
  19. top: 0px;
  20. left: 0px;
  21. right: 0px;
  22. bottom: 0px;
  23. }
  24.  
  25.  
  26. #imageblock{
  27. position: absolute;
  28. left: 0px;
  29. bottom: 0px;
  30. height: 872px;
  31. width: 600px;
  32. background-image:
  33. url(http://i58.tinypic.com/oanqqa.jpg);
  34. background-repeat: no-repeat;
  35. border: 0px solid red;}
  36.  
  37. #container{
  38. position: absolute;
  39. bottom: 450px;
  40. left: 400px;
  41. height: 220px;
  42. width: 500px;
  43. border: 0px solid blue;
  44. overflow: hidden;}
  45.  
  46. #categoryselect {
  47. position: absolute;
  48. height: 23px;
  49. width: 220px;
  50. border: 0px solid red;
  51. border-left: 1px solid #004A93;
  52. border-right: 1px solid #004A93;
  53. top: 20px;
  54. right: 230px;
  55. text-align: center;
  56. transition: all 1s;
  57. -webkit-transition: all 1s;
  58. }
  59.  
  60.  
  61. #filler{
  62. position: absolute;
  63. top: 0px;
  64. left: 0px;
  65. height: 1000px;
  66. width: 1000px;
  67. transition: all 1s;
  68. -webkit-transition: all 1s;}
  69.  
  70. #filler:hover{
  71. background: #004A93;
  72. opacity: .2;}
  73.  
  74. #character{
  75. position: absolute;
  76. height: 23px;
  77. width: 110px;
  78. transition: all 1s;
  79. -webkit-transition: all 1s;
  80. color: #004A93;
  81. overflow: hidden;
  82. border-right: 1px solid #004A93;
  83. }
  84.  
  85. #character:hover, #OOC:hover{
  86. color: grey;}
  87.  
  88.  
  89. #OOC{
  90. position: absolute;
  91. height: 23px;
  92. width: 110px;
  93. left: 110px;
  94. color:#004A93;
  95. overflow: hidden;
  96. }
  97.  
  98.  
  99. #selectedcategory{
  100. position: absolute;
  101. height: 150px;
  102. width: 110px;
  103. border: 0px solid red;
  104. top: 50px;
  105. right: 342px;
  106. }
  107.  
  108. #selectedcategory2{
  109. position: absolute;
  110. top: 0px;
  111. height: 0px;
  112. width: 110px;
  113. border: 0px solid #004A93;
  114. transition: all 1s;
  115. -webkit-transition: all 1s;
  116. opacity: 0;
  117. overflow: hidden;
  118. text-align: center;
  119. }
  120.  
  121. #selectedcategory3{
  122. position: absolute;
  123. top: 0px;
  124. height: 0px;
  125. width: 110px;
  126. border: 0px solid #004A93;
  127. transition: all 1s;
  128. -webkit-transition: all 1s;
  129. opacity: 0;
  130. overflow: hidden;
  131. z-index: 1;
  132. text-align: center;
  133. }
  134.  
  135. #selectedcategory2:target, #selectedcategory3:target{
  136. opacity: 1;
  137. height: 150px;
  138. z-index: 2;
  139. border-left: 1px solid #004A93;
  140. border-right: 1px solid #004A93;}
  141.  
  142.  
  143. #selectthis{
  144. position: absolute;
  145. top: 20px;
  146. width: 110px;
  147. height: 20px;
  148. transition: all 1s;
  149. -webkit-transition: all 1s;
  150. overflow: hidden;
  151. }
  152.  
  153. #selectthis:hover{
  154. color: grey;}
  155.  
  156.  
  157.  
  158. #informationarea{
  159. position: absolute;
  160. height: 150px;
  161. width: 400px;
  162. border: 0px solid red;
  163. top: 50px;
  164. right: 52px;
  165. }
  166.  
  167. .infoexpand{
  168. position: absolute;
  169. top: 0px;
  170. left: 0px;
  171. height: 150px;
  172. width: 150px;
  173. border: 0px solid #004A93;
  174. transition: all 1s;
  175. -webkit-transition: all 1s;
  176. transition-delay: .2s;
  177. -webkit-transition-delay: .2s;
  178. overflow: hidden;
  179. z-index: 1;
  180. opacity: 0;
  181. font-family: 'Yanone Kaffeesatz', sans-serif;
  182. font-size: 13pt;
  183. overflow: auto;
  184. text-align: left;
  185. }
  186.  
  187. .infoexpand:target{
  188. width: 400px;
  189. z-index: 3;
  190. opacity: 1;
  191. border-top: 1px solid #003A93;
  192. border-bottom: 1px solid #004A93;
  193. }
  194. #sublink{
  195. position: absolute;
  196. height: 22px;
  197. width: 124px;
  198. border-right: 1px solid #004A93;
  199. top: 61px;
  200. text-align: center;
  201. overflow: hidden;
  202. font-family: 'Audiowide', cursive;
  203. font-size: 9pt;
  204. }
  205.  
  206. #subcontainer{
  207. position: absolute;
  208. height: 65px;
  209. width: 397px;
  210. border: 0px solid blue;
  211. overflow: auto;
  212. top: 10px;
  213. text-align: left;
  214. }
  215.  
  216. span.dropt {border-bottom: none;}
  217. span.dropt:hover {text-decoration: none; background: black; z-index: 6; }
  218. span.dropt span {position: absolute; left: -9999px;
  219. margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  220. border-style:solid; border-color:black; border-width:1px; z-index: 6;
  221. transition: opacity 1s;
  222. -webkit-transition: opacity 1s;
  223. opacity: 0;}
  224. span.dropt:hover span {left:0px ;
  225. background: transparent;
  226. height: 200px;
  227. width: 400px;
  228. border: 1px solid blue;
  229. top: 53px;
  230. overflow: hidden;
  231. border: 0px solid blue;
  232. opacity: 1;}
  233.  
  234.  
  235. </style>
  236.  
  237.  
  238.  
  239.  
  240.  
  241. <div id="whole">
  242. <div id="imageblock">
  243. </div>
  244. <div id="container">
  245. <div id="categoryselect">
  246. <a href="#selectedcategory2">
  247. <div id="character">
  248. character
  249. <div id="filler">
  250. </div>
  251. </div></a>
  252. <a href="#selectedcategory3">
  253. <div id="OOC">
  254. ooc
  255. <div id="filler">
  256. </div>
  257. </div></a>
  258. </div>
  259.  
  260. <div id="selectedcategory">
  261. <div id="selectedcategory2">
  262. <a href="#Descrip">
  263. <div id="selectthis">
  264. description
  265. <div id="filler">
  266. </div></div>
  267. </a>
  268. <a href="#Powers">
  269. <div id="selectthis" style="top:50px;">
  270. powers
  271. <div id="filler">
  272. </div></div>
  273. </a>
  274. <a href="#History">
  275. <div id="selectthis" style="top:80px;">
  276. history
  277. <div id="filler">
  278. </div></div>
  279. </a>
  280. <a href="#Baundo">
  281. <div id="selectthis"style="top:110px;">
  282. baundo
  283. <div id="filler">
  284. </div></div>
  285. </a>
  286.  
  287. </div>
  288. <div id="selectedcategory3">
  289. <a href="#Info">
  290. <div id="selectthis">info
  291. <div id="filler">
  292. </div></div>
  293. </a>
  294. <a href="#Music">
  295. <div id="selectthis" style="top:50px;">
  296. music
  297. <div id="filler">
  298. </div></div>
  299. </a>
  300. </div>
  301. </div>
  302.  
  303. <div id="informationarea">
  304. <div id="Descrip" class="infoexpand">
  305. <br>Logan Lake<br>
  306. Age 17<br>
  307. Male<br>
  308. Average/Slender build<br>
  309. 5'7"<br>
  310. Pansexual
  311. </div>
  312. <div id="Powers" class="infoexpand" style="overflow:hidden;">
  313. <br><i>Infinite Potential</i><br>
  314. - the ability to unlock the 'true potential' of any object
  315.  
  316. <span class="dropt"><a><div id="sublink">Binding Chain
  317. <div id="filler"></div>
  318. </div></a><span>
  319. <div id="subcontainer">
  320. Thick chain made of iron and covered with a layer of steel. Allows Logan to use unsealed objects and negates the otherwise averse effects of activating the various items. Worn around Logan's waist or hooked into his back pocket as a wallet chain. Allows the use of one unsealed object at a time apart from itself.
  321. </div></span></span>
  322.  
  323. <span class="dropt"><a><div id="sublink" style="left: 125px;">Pumpkin Spree
  324. <div id="filler"></div>
  325. </div></a><span>
  326. <div id="subcontainer">
  327. Small orange skull-faced pumpkin made of wood. Burns through objects by generating bursts of flame, can be modulated to provide light or mild heat.
  328. </div></span></span>
  329.  
  330. <span class="dropt"><a><div id="sublink" style="left: 250px; border:0px;">Skull Cost
  331. <div id="filler"></div>
  332. </div></a><span>
  333. <div id="subcontainer">
  334. A small blue skull made of wood roughly the size of a whistle. Operates as an invisible shield that reduces the effectiveness of contact (physical, energy, magical, curse) by diverting the force applied. Logan has this activated at most times.
  335. </div></span></span>
  336.  
  337.  
  338. </div>
  339. <div id="History" class="infoexpand">
  340. <br>Exchange student from <i>Somewhere Else</i>
  341. </div>
  342. <div id="Baundo" class="infoexpand">
  343. <br><a href="http://roleplaychat.org/profile.php?user=Baundo+Academy" target="_blank">Baundo Academy</a><br>
  344. <a href="http://roleplaychat.org/profile.php?user=Chiaki" target="_blank">Chiaki</a><br>
  345. <a href="http://roleplaychat.org/profile.php?user=Mikhail" target="_blank">Mikhail</a><br>
  346. <a href="http://roleplaychat.org/profile.php?user=Amari" target="_blank">Amari</a>
  347. </div>
  348. <div id="Info" class="infoexpand">
  349. <br>
  350. Logan's a nice guy, but every other word he says is very likely to be a lie. The guy's got secrets to keep, and while he's at school he's unlikely to just go spilling them. If you suspect the truth to him OOC, and would like to discuss some kind of discovery, feel free -- but don't just throw it out in character.<br><br>Other than that, I'm up for PMs anytime.<br>
  351. Check out the <a href="http://roleplaychat.org/profile.php?user=Baundo+Academy" target="_blank">Baundo Storyline</a>!
  352. </div>
  353. <div id="Music" class="infoexpand">
  354. <br>
  355. <a href="http://youtu.be/lw4mHbJPXKg" title="Peter Bjorn and John" target="_blank">
  356. Young Folks</a><br>
  357. <a href="http://youtu.be/aZnMb93C0Og" title="Zomboy" target="_blank">
  358. Game Time</a><br>
  359. </div>
  360. </div>
  361.  
  362. </div>
  363.  
  364. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement