Advertisement
thisisnotras

Crown

Aug 9th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 KB | None | 0 0
  1. <Style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Kaushan+Script);
  4. @import url(//fonts.googleapis.com/css?family=Indie+Flower);
  5.  
  6. .pfor {Display: none;}
  7. #profile {background-color: transparent; border: none;}
  8.  
  9. body {background: white;}
  10.  
  11. a, a:visited {color: #F3D59C; text-decoration: none;}
  12. a:hover {transition: all 1s;
  13. -webkit-transition: all 1s;
  14. color: #D7B759;}
  15.  
  16. #whole{ position: fixed;
  17. top: 0px;
  18. left: 0px;
  19. right: 0px;
  20. bottom: 0px;
  21. background: #F3D59C;
  22. background-image: url(http://i694.photobucket.com/albums/vv306/unprag/48053593_p0_zpsd8815637.jpg);
  23. background-repeat: no-repeat;
  24. background-size: auto 100%;
  25. background-color: #F3D59C;
  26. background-position: 50px;
  27. overflow: hidden;}
  28.  
  29. #imageonleft {position: fixed;
  30. left: 0px;
  31. top: -50px;
  32. width: 100%;
  33. height: 700px;
  34. bottom: 0px;
  35. margin: auto;
  36. }
  37.  
  38. #Letters {position: absolute;
  39. left: 615px;
  40. text-align: center;
  41. top: 10px;
  42. height: 00px;
  43. width: 88px;
  44. border: 1px solid black;
  45. overflow: hidden;
  46. background: black;
  47. border-radius: 30px 30px 00px 00px;
  48. -webkit-transition: all 1s;
  49. transition: all 1s;}
  50.  
  51. #LetterCrown {
  52. background-image: url(http://i18.photobucket.com/albums/b149/abysmal_rage/AristocratCrown_Transparent_brightgold.png);
  53. background-repeat: no-repeat;
  54. background-size: auto 100%;
  55. position: absolute;
  56. left: 10px;
  57. top: 22px;
  58. color: #F3D59C;
  59. font-family: 'Kaushan Script', cursive;
  60. font-size: 50pt;
  61. height: 50px;
  62. width: 65px;
  63. border: 1px solid black;
  64. opacity: 0;}
  65.  
  66.  
  67. #LetterC {position: absolute;
  68. left: -10px;
  69. top: 70px;
  70. color: #F3D59C;
  71. font-family: 'Kaushan Script', cursive;
  72. font-size: 50pt;
  73. height: 90px;
  74. width: 90px;
  75. border: 1px solid black;}
  76.  
  77. #LetterR {position: absolute;
  78. left: -10px;
  79. top: 180px;
  80. color: #F3D59C;
  81. font-family: 'Kaushan Script', cursive;
  82. font-size: 50pt;
  83. height: 90px;
  84. width: 90px;
  85. border: 1px solid black;}
  86.  
  87. #LetterO {position: absolute;
  88. left: -10px;
  89. top: 290px;
  90. color: #F3D59C;
  91. font-family: 'Kaushan Script', cursive;
  92. font-size: 50pt;
  93. height: 90px;
  94. width: 90px;
  95. border: 1px solid black;}
  96.  
  97. #LetterW {position: absolute;
  98. left: -10px;
  99. top: 400px;
  100. color: #F3D59C;
  101. font-family: 'Kaushan Script', cursive;
  102. font-size: 50pt;
  103. height: 90px;
  104. width: 90px;
  105. border: 1px solid black;}
  106.  
  107. #LetterN {position: absolute;
  108. left: -10px;
  109. top: 510px;
  110. color: #F3D59C;
  111. font-family: 'Kaushan Script', cursive;
  112. font-size: 50pt;
  113. height: 90px;
  114. width: 90px;
  115. border: 1px solid black;}
  116.  
  117. #roller {position: absolute;
  118. left: 610px;
  119. top: 10px;
  120. width: 100px;
  121. height: 20px;
  122. background: black;
  123. -webkit-transition: all 1s;
  124. transition: all 1s;
  125. }
  126.  
  127. #endcaps {position: absolute;
  128. left: -5px;
  129. top: -5px;
  130. height: 30px;
  131. width: 10px;
  132. background: black;
  133. border-radius: 90px 90px 90px 90px;}
  134.  
  135. #imageonleft:hover > #roller,#roller:hover{
  136. transition: all 3s;
  137. -webkit-transition: all 3s;
  138. top: 700px; }
  139.  
  140. #imageonleft:hover > #letters,#letters:hover{
  141. transition: all 3s;
  142. -webkit-transition: all 3s;
  143. height: 700px;}
  144.  
  145. #imageonleft:hover #LetterCrown,#LetterCrown:hover{
  146. transition: 1s 2s opacity;
  147. -webkit-transition: 1s 2s opacity;
  148. opacity: 1;}
  149.  
  150. #summonC{position: absolute;
  151. top: 85px;
  152. left: 3000px;
  153. -webkit-transition: all 1s;
  154. transition: all 1s;}
  155.  
  156. #summonR{position: absolute;
  157. top: 195px;
  158. left: 3000px;
  159. -webkit-transition: all 1s;
  160. transition: all 1s;}
  161.  
  162. #summonO{position: absolute;
  163. top: 310px;
  164. left: 3000px;
  165. -webkit-transition: all 1s;
  166. transition: all 1s;}
  167.  
  168. #summonW{position: absolute;
  169. top: 420px;
  170. left: 3000px;
  171. -webkit-transition: all 1s;
  172. transition: all 1s;}
  173.  
  174. #summonN{position: absolute;
  175. top: 530px;
  176. left: 3000px;
  177. -webkit-transition: all 1s;
  178. transition: all 1s;}
  179.  
  180. #summonC,
  181. #summonR,
  182. #summonO,
  183. #summonW,
  184. #summonN {
  185. height: 90px;
  186. width: 300px;
  187. border: 0px solid black;
  188. background: #F2E7D4;
  189. border-radius: 20px 20px 20px 20px;
  190. box-sizing: border-box;
  191. padding: 5px;
  192. font-family: Arial;
  193. font-size: 8pt; }
  194.  
  195. #summonC:target , #summonR:target, #summonO:target,
  196. #summonW:target, #summonN:target{
  197. transition: 1s all;
  198. -webkit-transition: 1s all;
  199. left: 800px;}
  200.  
  201. #summontitle{position: absolute;
  202. left: 0px;
  203. top: 0px;
  204. border-bottom: 5px solid #F3D59C;
  205. border-right: 5px solid #F3D59C;
  206. border-radius: 0px 20px 50px 0px;
  207. background: #F2E7D4;
  208. font-family: 'Kaushan Script', cursive;;
  209. font-size: 11pt;
  210. text-align: center;
  211. color: black;
  212. font-weight: 600;
  213. padding: 2px;
  214. }
  215.  
  216. #texttop {position: absolute;
  217. right: 2px;
  218. top: 0px;
  219. height: 36px;
  220. width: 255px;
  221. font-family: 'Indie Flower', cursive;
  222. font-size: 9pt;
  223. overflow: hidden;
  224. border: 0px solid black;
  225. color: black;
  226. text-align: left;
  227. overflow: hidden;
  228. }
  229.  
  230. #textbottom {
  231. position: absolute;
  232. left: 6px;
  233. bottom: 4px;
  234. height: 50px;
  235. width: 300px;
  236. font-family: 'Indie Flower', cursive;
  237. font-size: 9pt;
  238. overflow: hidden;
  239. color: Black;
  240. border: 0px solid black;
  241. text-align: left;
  242. }
  243.  
  244. #datprinnytho{
  245. position: absolute; right: -45px; top: 10px;
  246. background-image: url(http://i18.photobucket.com/albums/b149/abysmal_rage/Spinning_Prinny.gif);
  247. background-repeat: no-repeat;
  248. height: 50px; width: 50px; }
  249.  
  250. </style>
  251. <div id="whole">
  252. <div id="imageonleft">
  253.  
  254. <div id="letters">
  255. <div id="LetterCrown">
  256. </div>
  257. <div id="letterC">
  258. <a href=#summonC>C</a></div>
  259. <div id="letterR">
  260. <a href=#summonR>R</a></div>
  261. <div id="letterO">
  262. <a href=#summonO>O</a></div>
  263. <div id="letterW">
  264. <a href=#summonW>W</a></div>
  265. <div id="letterN">
  266. <a href=#summonN>N</a></div>
  267. <div id="LetterCrown" style="top: 610px;">
  268. </div>
  269. </div>
  270.  
  271. <div id="roller">
  272. <div id="endcaps">
  273. </div>
  274. <div id="Endcaps" style="left: 95px;">
  275. </div>
  276. </div>
  277.  
  278. <div id="summonC">
  279. <div id="summontitle">
  280. info </div>
  281. <div id="texttop" style="width: 263px;">
  282. Goes by the name <b>Crown</b>. Is a <b>sheep of royal blood</b>. Stands at <b>5 feet 3 inches</b>, and weighs about <b>112 </b>
  283. </div>
  284. <div id="textbottom">
  285. <b> pounds</b>. She is <b>kind, and curious, willing to help others to a degree.</b> Currently waiting <b>to find her prince charming</b>. Until then, <b>she's always looking for an adventure!</b>
  286. </div>
  287. <div id="datprinnytho">
  288. </div>
  289. </div>
  290.  
  291. <div id="summonR">
  292. <div id="summontitle">
  293. story
  294. </div>
  295. <div id="texttop">
  296. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  297. </div>
  298. <div id="textbottom">
  299. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  300. </div>
  301. <div id="datprinnytho">
  302. </div>
  303. </div>
  304.  
  305. <div id="summonO">
  306. <div id="summontitle">
  307. friends
  308. </div>
  309. <div id="texttop" style="width: 243px;">
  310. None just yet...
  311. </div>
  312. <div id="textbottom">
  313.  
  314. </div>
  315. <div id="datprinnytho">
  316. </div>
  317. </div>
  318.  
  319. <div id="summonW">
  320. <div id="summontitle">
  321. music
  322. </div>
  323. <div id="texttop">
  324. <a href="http://youtu.be/izykuiFte2E" target="_blank" style="color: #000;" >Theme : Perfume - Sleeping Beauty</a>
  325. </div>
  326. <div id="textbottom">
  327.  
  328. </div>
  329. <div id="datprinnytho">
  330. </div>
  331. </div>
  332.  
  333. <div id="summonN">
  334. <div id="summontitle">
  335. ooc
  336. </div>
  337. <div id="texttop" style="width: 263px; right:4px;">
  338. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  339. </div>
  340. <div id="textbottom">
  341. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  342. </div>
  343. <div id="datprinnytho">
  344. </div>
  345. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement