Advertisement
thisisnotras

brief

Sep 14th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.48 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Courgette);
  4. @import url(http://fonts.googleapis.com/css?family=Lora:400,700italic);
  5.  
  6. .pfor {display: none;}
  7. #profile {background: transparent;
  8. border: 0px;}
  9.  
  10. a { color: black; text-decoration: none;
  11. transition: color 1s;
  12. -webkit-transition: all 1s;}
  13.  
  14.  
  15. body {background: black;}
  16.  
  17. #whole{
  18. position: fixed;
  19. top: 0px;
  20. left: 0px;
  21. right: 0px;
  22. bottom: 0px;}
  23.  
  24. #mainbox{position: absolute;
  25. left: 400px;
  26. top: 100px;
  27. height: 603px;
  28. width: 321px;
  29. border: 0px solid green;
  30. z-index: 2;
  31. overflow: hidden;
  32. }
  33.  
  34. #boxcontainer {
  35. height: 600px;
  36. width: 321px;
  37. border: 0px solid white;
  38. overflow :hidden;
  39. }
  40.  
  41. #smallbox {
  42. height: 600px;
  43. width: 400px;
  44. border: 0px solid red;
  45. overflow: hidden;
  46.  
  47. background-image:
  48. url(http://i58.tinypic.com/1zj7r6.jpg);
  49. background-size: 80%;
  50. background-repeat: no-repeat;
  51. }
  52.  
  53. #subbox {
  54. left: 0px;
  55. height: 198px;
  56. width: 320px;
  57. border: 0px solid black;
  58. background: black;
  59. position: absolute;
  60. margin-top: 401px;
  61. }
  62.  
  63. #subsubbox{
  64. top: -2px;
  65. left: 4px;
  66. bottom: 2px;
  67. right: 2px;
  68. background: transparent;
  69. overflow: auto;
  70. border: 1.5px solid white;
  71. color: #CBBC50;
  72. text-align: center;
  73. position: absolute;
  74. }
  75.  
  76.  
  77. #subboxstat{
  78. position: absolute;
  79. height: 123px;
  80. width: 100px;
  81. top: 30px;
  82. border: 0px solid white;
  83. text-align: left;
  84. margin-left: 4px;
  85. }
  86.  
  87. #subboxname{
  88. position: absolute;
  89. height: 20px;
  90. width: 130px;
  91. border: 0px solid white;
  92. left: 100px;
  93. top: 4px;
  94. text-align: center;
  95. font-family: 'Courgette', cursive;
  96. font-size: 12pt;
  97. }
  98.  
  99. #subboxlore{
  100. position: absolute;
  101. border: 0px solid white;
  102. height: 123px;
  103. left: 110px;
  104. top: 30px;
  105. width: 200px;
  106. text-align: left;
  107. margin-right: 2px;
  108. }
  109.  
  110. #subboxskill {
  111. position: absolute;
  112. width: 300px;
  113. height: 34px;
  114. margin-top: 155px;
  115. margin-left: 5px;
  116. text-align: center
  117. }
  118.  
  119. #subboxstat, #subboxlore, #subboxskill {
  120. font-family: 'Times New Roman', Times, Arial;
  121. font-size: 10pt; }
  122. #circleselect {
  123. position: absolute;
  124. height: 25px;
  125. width: 70px;
  126. border: 0px solid white;
  127. margin-top: 375px;
  128. margin-left: 135px;
  129. z-index: 3;
  130. }
  131.  
  132. #circle1 {
  133. position: absolute;
  134. height: 12px;
  135. width: 12px;
  136. border-radius: 90px 90px 90px 90px;
  137. border: 0px solid red;
  138. top: 5px;
  139. left: 2px;
  140. }
  141.  
  142. #circle1:hover {
  143. animation: circleblink 1s infinite;
  144. -webkit-animation: circleblink 1s infinite;
  145. background: #4F9296;}
  146.  
  147. #circle1.b{
  148. left:18px; }
  149.  
  150. #circle1.c{
  151. left: 35px;}
  152.  
  153. #circle1.d{
  154. left: 52px;}
  155.  
  156. @keyframes circleblink{
  157. 0% {opacity: 0;}
  158. 50% {opacity: .4;}
  159. 100% {opacity: 0;}
  160. }
  161.  
  162. @-webkit-keyframes circleblink{
  163. 0% {opacity: 0;}
  164. 50% {opacity: .4;}
  165. 100% {opacity: 0;}
  166. }
  167.  
  168. #artback {
  169. position: absolute;
  170. left: 20px;
  171. top: 20px;
  172. right: 20px;
  173. bottom: 20px;
  174. border: 0px solid blue;
  175.  
  176. background-image:
  177. url(http://i62.tinypic.com/2rmux55.jpg);
  178. background-repeat: no-repeat;
  179. background-size: 100%;
  180. z-index: -1;
  181. }
  182.  
  183. #phaseback {
  184. position: absolute;
  185. left: 427px;
  186. top: 100px;
  187. height: 598px;
  188. width: 300px;
  189. border: 0px solid white;
  190. border-radius: 0px 30px 30px 0px;
  191. background: black;
  192. opacity: .8;
  193. z-index: 0;
  194. animaton: slowblink 1s infinite;;
  195. -webkit-animation: slowblink 1s infinite;
  196. transition: left 1s;
  197. -webkit-transition: left 1s;
  198. }
  199.  
  200.  
  201. #phaseback:hover{
  202. animation: nothing 1s;
  203. -webkit-animation: nothing 1s;
  204. left: 706px;
  205. opacity: 1;
  206. }
  207.  
  208. @keyframes slowblink{
  209. 0% {opacity: 0;}
  210. 50% {opacity: 1;}
  211. 70% {opacity: 1;}
  212. 100% {opacity: 0;}
  213. }
  214.  
  215. @-webkit-keyframes slowblink{
  216. 0% {opacity: 0;}
  217. 50% {opacity: 1;}
  218. 70% {opacity: 1;}
  219. 100% {opacity: 0;}
  220. }
  221.  
  222.  
  223. #infoboxes {
  224. position: absolute;
  225. left: 20px;
  226. top: 10px;
  227. height: 580px;
  228. width: 270px;
  229. background: #6C7EA2;
  230. border-radius: 0px 30px 30px 0px;
  231. opacity: .8;}
  232.  
  233. #infocontentline {
  234. position: absolute;
  235. height: 580px;
  236. width: 270px;
  237. top: 10px;
  238. left: 20px;
  239. border: 0px solid red;
  240. opacity: 0;
  241. transition: opacity 2s;
  242. -webkit-transition: opacity 2s;}
  243.  
  244. #infocontentline:hover
  245. { opacity: 1;}
  246.  
  247. #infocontent {
  248. position: absolute;
  249. height: 145px;
  250. width: 265px;
  251. border-top: 1px solid black;
  252. border-bottom: 20px solid black;
  253. text-align: left;
  254. opacity: 1;
  255. }
  256.  
  257. #infocontent.b{
  258. top: 170px;
  259. }
  260.  
  261. #infocontent.c{
  262. top: 340px;
  263. }
  264.  
  265. #musiclist {
  266. position: absolute;
  267. height: 63px;
  268. width: 265px;
  269. border: 0px solid red;
  270. bottom: 0px;
  271. text-align: left;
  272. }
  273.  
  274. #musiclist a:hover{
  275. color: #CBBC50;;
  276. text-shadow 2px 2px black;}
  277.  
  278. #infocontent, #musiclist {
  279. padding-left: 5px;
  280. padding-top: 5px;
  281. color: black;
  282. font-family: 'Lora', serif;
  283. font-size: 8pt;
  284. }
  285.  
  286.  
  287. </style>
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. <div id="whole">
  295.  
  296. <div id="artback">
  297. </div>
  298.  
  299.  
  300. <div id="mainbox">
  301.  
  302.  
  303. <a name="boxone"></a>
  304. <div id="boxcontainer">
  305.  
  306.  
  307. <div id="circleselect">
  308. <a href=#firstbox><div id="circle1">
  309. </div></a>
  310. <a href=#secondbox><div id="circle1" class="b">
  311. </div></a>
  312. <a href=#thirdbox><div id="circle1" class="c">
  313. </div></a>
  314. <a href=#fourthbox><div id="circle1" class="d">
  315. </div></a>
  316. </div>
  317.  
  318.  
  319.  
  320. <a name="firstbox"></a>
  321. <div id="smallbox">
  322. <div id="subbox">
  323. <div id="subsubbox">
  324.  
  325. <div id="subboxstat">
  326. Trait: <i>Strength</i><br>
  327. ATK: 5,320<br>
  328. DEF: 4,780<br>
  329. PWR Required: 37
  330. </div>
  331. <div id="subboxname">
  332. Albert
  333. </div>
  334. <div id="subboxlore">
  335. Lore: <i>With the entire order of Sky Knights as my witness, I swear that I'll uphold our values of justice and... though I'm your leader, I'm not very good at these speeches...</i>
  336. </div>
  337. <div id="subboxskill">
  338. Skill: [Avenging Slash]<br>
  339. Effect: Unworldly boost to man/demons ATK (23 %)</div>
  340.  
  341. </div>
  342. </div>
  343. </div>
  344.  
  345.  
  346. <a name="secondbox"></a>
  347.  
  348. <div id="smallbox" style="background-image: url(http://i61.tinypic.com/25ouhr9.jp);">
  349. <div id="subbox">
  350. <div id="subsubbox">
  351.  
  352. <div id="subboxstat">
  353. Trait: <i>Strength</i><br>
  354. ATK: 6,384<br>
  355. DEF: 5,736<br>
  356. PWR Required: 37
  357. </div>
  358. <div id="subboxname">
  359. Albert +
  360. </div>
  361. <div id="subboxlore">
  362. Lore: <i>With the entire order of Sky Knights as my witness, I swear that I'll uphold our values of justice and... though I'm your leader, I'm not very good at these speeches...</i>
  363. </div>
  364. <div id="subboxskill">
  365. Skill: [Avenging Slash]<br>
  366. Effect: Unworldly boost to man/demons ATK (23 %)</div>
  367.  
  368. </div>
  369. </div>
  370. </div>
  371.  
  372. <a name="thirdbox"></a>
  373. <div id="smallbox" style="background-image: url(http://i58.tinypic.com/ejyo0w.jpg);">
  374. <div id="subbox">
  375. <div id="subsubbox">
  376.  
  377. <div id="subboxstat">
  378. Trait: <i>Strength</i><br>
  379. ATK: 7,448<br>
  380. DEF: 6,692<br>
  381. PWR Required: 37
  382. </div>
  383. <div id="subboxname">
  384. Albert ++
  385. </div>
  386. <div id="subboxlore">
  387. Lore: <i>With the entire order of Sky Knights as my witness, I swear that I'll uphold our values of justice and... though I'm your leader, I'm not very good at these speeches... </i>
  388. </div>
  389. <div id="subboxskill">
  390. Skill: [Avenging Slash]<br>
  391. Effect: Unworldly boost to man/demons ATK (23 %)</div>
  392.  
  393. </div>
  394. </div>
  395. </div>
  396.  
  397. <a name="fourthbox"></a>
  398. <div id="smallbox" style="background-image: url(http://i59.tinypic.com/15s53k6.jpg);">
  399. <div id="subbox">
  400. <div id="subsubbox" style="border-color: #D0BC3F;">
  401.  
  402. <div id="subboxstat">
  403. Trait: <i>Strength</i><br>
  404. ATK: 9,576<br>
  405. -MAX: 13,300<br>
  406. DEF: 8,604<br>
  407. -MAX: 11,950<br>
  408. PWR Required: 37
  409. </div>
  410. <div id="subboxname">
  411. Sky Knight Albert
  412. </div>
  413. <div id="subboxlore">
  414. Lore:<i> It's my life's mission to make sure the Egg is destroyed and my father's tragedy never occurs again. That's why I started this order. Lend me your swords, Sky Knights!</i>
  415. </div>
  416. <div id="subboxskill">
  417. Skill: [Avenging Slash]<br>
  418. Effect: Unworldly boost to man/demons ATK (23 %)</div>
  419.  
  420. </div>
  421. </div>
  422. </div>
  423.  
  424. </div>
  425.  
  426. <a name="boxtwo"></a>
  427. <div id="boxcontainer">
  428.  
  429.  
  430. <div id="circleselect">
  431. <a href=#fifthbox><div id="circle1">
  432. </div></a>
  433. <a href=#sixthbox><div id="circle1" class="b">
  434. </div></a>
  435. <a href=#seventhbox><div id="circle1" class="c">
  436. </div></a>
  437. <a href=#eigthbox><div id="circle1" class="d">
  438. </div></a>
  439. </div>
  440.  
  441. <a name="fifthbox"></a>
  442. <div id="smallbox" style="background-image: url(http://i60.tinypic.com/2gtuexk.jpg);">
  443. <div id="subbox">
  444. <div id="subsubbox">
  445.  
  446. <div id="subboxstat">
  447. Trait: <i>Strength</i><br>
  448. ATK: 5,550<br>
  449. DEF: 4,550<br>
  450. PWR Required: 37
  451. </div>
  452. <div id="subboxname">
  453. Albert the Courageous
  454. </div>
  455. <div id="subboxlore">
  456. Lore: <i>Once I have a clean shot at Yurius, my mission will be complete. My father's blood, my friend's blood... they stain my hands with the indelible dye of fate.</i>
  457. </div>
  458. <div id="subboxskill">
  459. Skill: [Lightning Crash]<br>
  460. Effect: Unworldly boost to ATK/DEF (all) (20 %)
  461. </div>
  462.  
  463. </div>
  464. </div>
  465. </div>
  466.  
  467.  
  468.  
  469. <a name="sixthbox"></a>
  470. <div id="smallbox" style="background-image: url(http://i61.tinypic.com/314cp69.jpgg);">
  471. <div id="subbox">
  472. <div id="subsubbox">
  473.  
  474. <div id="subboxstat">
  475. Trait: <i>Strength</i><br>
  476. ATK: 6,660<br>
  477. DEF: 5,460<br>
  478. PWR Required: 37
  479. </div>
  480. <div id="subboxname">
  481. Albert the Courageous +
  482. </div>
  483. <div id="subboxlore">
  484. Lore: <i>Without the help of my order mates, I wouldn't be standing here today. I can still remember the days when Yurius was among the most trustworthy of members. A part of me still feels gratitude towards him...</i>
  485. </div>
  486. <div id="subboxskill">
  487. Skill: [Lightning Crash]<br>
  488. Effect: Unworldly boost to ATK/DEF (all) (20 %)
  489. </div>
  490.  
  491. </div>
  492. </div>
  493. </div>
  494.  
  495.  
  496. <a name="seventhbox"></a>
  497. <div id="smallbox" style="background-image: url(http://i57.tinypic.com/2100qcy.jpg);">
  498. <div id="subbox">
  499. <div id="subsubbox">
  500.  
  501. <div id="subboxstat">
  502. Trait: <i>Strength</i><br>
  503. ATK: 7,770<br>
  504. DEF: 6,370<br>
  505. PWR Required: 37
  506. </div>
  507. <div id="subboxname">
  508. Albert the Courageous ++
  509. </div>
  510. <div id="subboxlore">
  511. Lore: <i>The tragedy would end if my blade were to slide across Yurius' throat. That much I realize. But I can't bring myself to cut the ties that have bound us together for so long.</i>
  512. </div>
  513. <div id="subboxskill">
  514. Skill: [Lightning Crash]<br>
  515. Effect: Unworldly boost to ATK/DEF (all) (20 %)
  516. </div>
  517.  
  518. </div>
  519. </div>
  520. </div>
  521.  
  522.  
  523. <a name="eigthbox"></a>
  524. <div id="smallbox" style="background-image: url(http://i60.tinypic.com/34y1ilk.jpg);">
  525. <div id="subbox">
  526. <div id="subsubbox" style="border-color: #D0BC3F;">
  527.  
  528. <div id="subboxstat">
  529. Trait: <i>Strength</i><br>
  530. ATK: 9,990<br>
  531. -MAX: 13,870<br>
  532. DEF: 8,190<br>
  533. -MAX: 11,380<br>
  534. PWR Required: 37
  535. </div>
  536. <div id="subboxname">
  537. Hero Commander Albert the Courageous
  538. </div>
  539. <div id="subboxlore">
  540. Lore: <i>I realized that there's only one way to bring an end to this tragedy. I have to take responsibility for what Yurius has done... and resolve the conflict without sullying my hands with any more blades or blood.</i>
  541. </div>
  542. <div id="subboxskill">
  543. Skill: [Lightning Crash]<br>
  544. Effect: Unworldly boost to ATK/DEF (all) (20 %)
  545. </div>
  546.  
  547. </div>
  548. </div>
  549. </div>
  550.  
  551.  
  552. </div>
  553.  
  554.  
  555. </div>
  556.  
  557.  
  558. <div id="phaseback">
  559. <div id="infoboxes">
  560. </div>
  561. <div id="infocontentline">
  562.  
  563. <div id="infocontent">
  564. Albert (al-bair) Lilac<br>
  565. Founder of the Order of Sky Knights.
  566. </div>
  567.  
  568. <div id="infocontent" class="b">
  569. </div>
  570.  
  571. <div id="infocontent" class="c">
  572. This is a Rage of Bahamut-based character.<br>
  573. Click the orbs for more info and additional images.<br>
  574. Code is mine, art isn't.<br>
  575. <a href=#boxone>Boo.</a><br>
  576. <a href=#boxtwo>Boo.</a>
  577. </div>
  578.  
  579. <div id="musiclist">
  580. Music.<br>
  581. <a href="http://youtu.be/GKFkQVVQbIw" target="_blank">
  582. x (Bat Outta Hell)</a><br>
  583. <a href="http://youtu.be/jlXrBF5iZ04" target="_blank">
  584. x (Inverse Phase)</a>
  585. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement