Advertisement
flyawayfromzayn

Theme #11- You're Her World...

May 15th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. {block:ifnorightclick}
  7. <script language=JavaScript>
  8. <!--//Disable right click script III- By Renigade (renigade@mediaone.net)
  9. //For full source code, visit http://www.dynamicdrive.com
  10.  
  11. var message="";
  12. ///////////////////////////////////
  13. function clickIE() {if (document.all) {(message);return false;}}
  14. function clickNS(e) {if
  15. (document.layers||(document.getElementById&&!document.all)) {
  16. if (e.which==2||e.which==3) {(message);return false;}}}
  17. if (document.layers)
  18. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  19. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  20.  
  21. document.oncontextmenu=new Function("return false")
  22. // -->
  23. </script>
  24.  
  25.  
  26. <script type="text/javascript">
  27.  
  28. /***********************************************
  29. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  30. * This notice MUST stay intact for legal use
  31. * Visit http://www.dynamicdrive.com/ for full source code
  32. ***********************************************/
  33.  
  34. //form tags to omit in NS6+:
  35. var omitformtags=["input", "textarea", "select"]
  36. omitformtags=omitformtags.join("|")
  37. function disableselect(e){
  38. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  39. return false
  40. }
  41. function reEnable(){
  42. return true
  43. }
  44. if (typeof document.onselectstart!="undefined")
  45. document.onselectstart=new Function ("return false")
  46. else{
  47. document.onmousedown=disableselect
  48. document.onmouseup=reEnable
  49. }
  50. </script>
  51. {block:ifnorightclick}
  52.  
  53.  
  54. <title>{Title}</title>
  55.  
  56. <link rel="shortcut icon" href="{Favicon}">
  57.  
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59.  
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <meta name="if:norightclick" content="0">
  68.  
  69. <meta name="image:sidebar" content=""/>
  70.  
  71. <meta name="color:background" content="#ffffff"/>
  72.  
  73. <meta name="color:text" content="#999"/>
  74.  
  75. <meta name="color:link" content="#aaa"/>
  76.  
  77. <meta name="color:link hover" content="#ddd"/>
  78.  
  79.  
  80. <meta name="text:link1 url" content="/">
  81.  
  82. <meta name="text:link2 url" content="/">
  83.  
  84. <meta name="text:link3 url" content="/">
  85.  
  86. <meta name="text:link4 url" content="/">
  87.  
  88. <meta name="text:link5 url" content="/">
  89.  
  90. <meta name="text:bigletter" content="put your name here.">
  91.  
  92. <meta name="color:first letter background" content="#dadada"/>
  93.  
  94. <meta name="text:updates" content="Put Your updates HERE
  95. <p>you can seperate each of them, and it works pretty well">
  96.  
  97.  
  98. <style type="text/css">
  99. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#838282;}
  100. ::-webkit-scrollbar {background-color:#838282;height:7px;width:12px;border:5px solid #fff;}
  101.  
  102. /* this is where you put all of your defaults */
  103.  
  104. #bite
  105. #bite a{
  106. display:block
  107. }
  108. #bite .death {
  109. margin-top:0px;filter: alpha(opacity = 0);
  110. opacity:0;-webkit-transition: all 0.5s ease-out;
  111. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  112. }
  113.  
  114. #bite:hover .death {
  115. margin-top:0px;
  116. -webkit-transition: all 0.8s ease-out;
  117. -moz-transition: all 0.8s ease-out;
  118. transition: all 0.8s ease-out;
  119. filter: alpha(opacity = 100);
  120. filter: alpha(opacity = 100);
  121. opacity:100;
  122. }
  123.  
  124. #bigletter {
  125.  
  126. color: white;
  127. font-size: 14px;
  128. text-transform:uppercase;
  129. float: center;
  130. margin-right:4px;
  131. padding: 2px;
  132. background: {color:first letter background};}
  133.  
  134.  
  135. body {
  136.  
  137. background:{color:background};
  138.  
  139. margin:0px;
  140.  
  141. color:{color:text};
  142.  
  143. font-size:10px;
  144.  
  145. line-height:140%;
  146.  
  147. }
  148.  
  149. /* this is your default setting for links */
  150.  
  151. a {
  152.  
  153. text-decoration:none;
  154.  
  155. outline:0px;
  156.  
  157. -moz-outline-style:none;
  158.  
  159. color:{color:link};
  160.  
  161. -moz-transition-duration:0.5s;
  162.  
  163. -webkit-transition-duration:0.5s;
  164.  
  165. -o-transition-duration:0.5s;
  166.  
  167. }
  168.  
  169.  
  170.  
  171. a:hover{
  172.  
  173. color:{color:link hover};
  174.  
  175. font-style:none;
  176.  
  177. -moz-transition-duration:0.5s;
  178.  
  179. -webkit-transition-duration:0.5s;
  180.  
  181. -o-transition-duration:0.5s;}
  182.  
  183. /* this is the default for all pictures */
  184.  
  185. img {
  186.  
  187. border:0px;
  188.  
  189.  
  190. }
  191.  
  192. /* this is the little bar that appears next to some pieces of text you get me */
  193.  
  194. blockquote {
  195.  
  196. padding-left:5px;
  197.  
  198. border-left:2px solid;
  199.  
  200. }
  201.  
  202.  
  203.  
  204. blockquote blockquote {
  205.  
  206. padding-left:5px;
  207.  
  208. border-left:2px solid;
  209.  
  210. }
  211.  
  212. /* these are the 2 sizes you have for your titles (i.e. quotes and stuff) */
  213.  
  214. h1 {
  215. font-size:15px;
  216. font-weight:normal;
  217. }
  218.  
  219. h2 {
  220. font-size:23px;
  221. font-weight:normal;
  222. line-height:110%;
  223. }
  224.  
  225.  
  226. /* these are all of your posts as a whole */
  227.  
  228.  
  229. #entries {
  230.  
  231. padding:0px;
  232.  
  233. width:100%;
  234.  
  235. width:500px;
  236.  
  237. margin-left:40%;
  238.  
  239. margin-top:0px;
  240.  
  241. padding:10px;
  242.  
  243. }
  244.  
  245. /* this is each individual post*/
  246.  
  247. #post {
  248.  
  249. max-width:500px;
  250. width:100%;
  251.  
  252.  
  253. }
  254.  
  255. /* this is your picture posts */
  256.  
  257. #post img{
  258.  
  259. max-width:500px;
  260. width:100%;
  261.  
  262.  
  263. }
  264.  
  265. /* this is your sidebar as a whole */
  266.  
  267. #actualnews {
  268. font-family:calibri;
  269. font-size:10px;
  270. color: #b8b8b8;
  271. width:100px;
  272. height:auto;
  273. padding-top:3px;
  274. border:1px solid#b8b8b8;
  275. margin-left: 30px;
  276. margin-top:30px;
  277. text-align:center;
  278. position:fixed;
  279. overflow:scroll;
  280. max-height:100px;
  281. max-width:100px;
  282. }
  283.  
  284. #thekey img{
  285. width:60px;
  286. margin-top: -20px;
  287. margin-left: 45px;
  288. position:fixed;
  289. }
  290.  
  291. #blogtitle{
  292. text-align:center;
  293. font-family: "Brush Script MT", cursive;
  294. width:175px;
  295. height:45px;
  296. padding-bottom:10px;
  297. line-height:22px;
  298. margin-top:185px;
  299. margin-left:5px;
  300. font-size:16px;
  301. position:fixed;
  302. z-index:9999;
  303. color: {color:title};
  304. transition: all 0.9s ease-out;
  305. -o-transition-transition: all 0.9s ease-out;
  306. -webkit-transition: all 0.9s ease-out;
  307. -moz-transition: all 0.9s ease-out;
  308. }
  309. pup{
  310. font-family:formal;
  311. font-size:18px;
  312. color:{color:title};
  313. }
  314. #desc{
  315. opacity:0;
  316. width:157px;
  317. height:155px;
  318. overflow:hidden;
  319. margin-top:0px;
  320. margin-left:0px;
  321. padding:20px;
  322. text-align:center;
  323. font-family:arial;
  324. font-size:10px;
  325. position:fixed;
  326. padding:20px;
  327. padding-bottom:20px;
  328. padding-left: 20px;
  329. padding-right:20px;
  330. text-transform: normal;
  331. border-top-left-radius:10px;
  332. border-top-right-radius:10px;
  333. border-bottom-left-radius:10px;
  334. border-bottom-right-radius:10px;
  335. z-index:999;
  336. color: {color:text};
  337. overflow:scroll;
  338. max-height:160px;
  339. max-width:160px;
  340. background-color:white;
  341. transition: all 0.9s ease-out;
  342. -o-transition-transition: all 0.9s ease-out;
  343. -webkit-transition: all 0.9s ease-out;
  344. -moz-transition: all 0.9s ease-out;
  345. }
  346.  
  347. #sidebar:hover #desc{
  348. opacity: 0.9;
  349. margin-top:-2px;
  350. transition: all 0.9s ease-out;
  351. -o-transition-transition: all 0.9s ease-out;
  352. -webkit-transition: all 0.9s ease-out;
  353. -moz-transition: all 0.9s ease-out;
  354. rotate(360deg);
  355. -ms-transform: rotate(360deg);
  356. -webkit-transform: rotate(360deg);
  357. -o-transform: rotate(360deg);
  358. -moz-transform: rotate(360deg);
  359. }
  360. #bigletter {
  361. color: white;
  362. font-size: 16px;
  363. text-transform:uppercase;
  364. float: center;
  365. margin-right:4px;
  366. padding: 3px;
  367. background: {color:first letter background};}
  368.  
  369. #sidebar {
  370. z-index:9;
  371. position:fixed !important;
  372. width:190px;
  373. padding:2px;
  374. height:200px;
  375. padding:6px;
  376. padding-bottom:9px;
  377. margin-top:120px;
  378. margin-left:140px;
  379. border:1px solid #ddd;
  380. background:#fff;
  381. box-shadow:rgba(0,0,0,.03) 4px 4px;
  382. transform: rotate(-4deg);
  383. -moz-transform: rotate(0deg);
  384. -webkit-transform: rotate(0deg);
  385. -o-transform: rotate(0deg);
  386. -webkit-transition: all 0.8s ease-in-out;
  387. -moz-transition: all 0.8s ease-in-out;
  388. transition: all 0.8s ease-in-out;
  389.  
  390.  
  391. }
  392. #sidebar:hover{
  393. transform: rotate(0deg);
  394. -moz-transform: rotate(0deg);
  395. -webkit-transform: rotate(0deg);
  396. -o-transform: rotate(0deg);
  397. -webkit-transition: all 0.8s ease-in-out;
  398. -moz-transition: all 0.8s ease-in-out;
  399. transition: all 0.8s ease-in-out;
  400.  
  401. }
  402.  
  403. #links {
  404. opacity:1;
  405. position:fixed;
  406. z-index:99999;
  407. margin-top:202px;
  408. margin-left:35px;
  409. width:338px;
  410. height:116px;
  411. background-color:;
  412. transition: all 0.9s ease-out;
  413. -o-transition-transition: all 0.9s ease-out;
  414. -webkit-transition: all 0.9s ease-out;
  415. -moz-transition: all 0.9s ease-out;
  416. }
  417.  
  418. #sidebar:hover #links {
  419. opacity:1;
  420. margin-top:202px;
  421. transition: all 0.9s ease-out;
  422. -o-transition-transition: all 0.9s ease-out;
  423. -webkit-transition: all 0.9s ease-out;
  424. -moz-transition: all 0.9s ease-out;
  425. }
  426.  
  427. #links:hover{
  428. opacity:1;
  429. transition: all 0.9s ease-out;
  430. -o-transition-transition: all 0.9s ease-out;
  431. -webkit-transition: all 0.9s ease-out;
  432. -moz-transition: all 0.9s ease-out;
  433. }
  434.  
  435. .link1 {
  436. overflow:hidden;
  437. text-align:center;
  438. font-family:lusted;
  439. font-size:12px;
  440. font-style:normal;
  441. line-height:20px;
  442. letter-spacing:0px;
  443. text-transform:uppercase;
  444. float: left;
  445. height:20px;
  446. width:30px;
  447. border:1px dashed #ddd;
  448. position: fixed;
  449. margin-top:150px;
  450. margin-left:112px;
  451. color:black;
  452. box-shadow: 1px 1px 5px #fff;
  453. background-color:{color:links};
  454. opacity: 1;
  455. background-color:;
  456. transition: all 0.9s ease-out;
  457. -o-transition-transition: all 0.9s ease-out;
  458. -webkit-transition: all 0.9s ease-out;
  459. -moz-transition: all 0.9s ease-out;
  460. }
  461.  
  462. #sidebar:hover .link1{
  463. transition: all 0.9s ease-out;
  464. -o-transition-transition: all 0.9s ease-out;
  465. -webkit-transition: all 0.9s ease-out;
  466. -moz-transition: all 0.9s ease-out;
  467. }
  468.  
  469. .link1:hover{
  470. box-shadow:1px 1px 20px #aaa;
  471. color:;
  472. background-color:;
  473. }
  474.  
  475. .link2 {
  476. overflow:hidden;
  477. text-align:center;
  478. font-family:lusted;
  479. font-size:12px;
  480. font-style:normal;
  481. line-height:20px;
  482. letter-spacing:0px;
  483. text-transform:uppercase;
  484. float: left;
  485. height:20px;
  486. width:30px;
  487. border:1px dashed #ddd;
  488. position: fixed;
  489. margin-top:150px;
  490. margin-left:155px;
  491. color:black;
  492. box-shadow: 1px 1px 5px #fff;
  493. background-color:{color:links};
  494. opacity: 1;
  495. background-color:;
  496. transition: all 0.9s ease-out;
  497. -o-transition-transition: all 0.9s ease-out;
  498. -webkit-transition: all 0.9s ease-out;
  499. -moz-transition: all 0.9s ease-out;
  500. }
  501.  
  502. #sidebar:hover .link2{
  503. transition: all 0.9s ease-out;
  504. -o-transition-transition: all 0.9s ease-out;
  505. -webkit-transition: all 0.9s ease-out;
  506. -moz-transition: all 0.9s ease-out;
  507. }
  508.  
  509. .link2:hover{
  510. box-shadow:1px 1px 20px #aaa;
  511. color:;
  512. background-color:;
  513. }
  514.  
  515. .link3 {
  516. overflow:hidden;
  517. text-align:center;
  518. font-family:lusted;
  519. font-size:12px;
  520. font-style:normal;
  521. line-height:20px;
  522. letter-spacing:0px;
  523. text-transform:uppercase;
  524. float: left;
  525. height:20px;
  526. width:30px;
  527. border:1px dashed #ddd;
  528. position: fixed;
  529. margin-top:150px;
  530. margin-left:194px;
  531. color:black;
  532. box-shadow: 1px 1px 5px #fff;
  533. background-color:{color:links};
  534. opacity: 1;
  535. background-color:;
  536. transition: all 0.9s ease-out;
  537. -o-transition-transition: all 0.9s ease-out;
  538. -webkit-transition: all 0.9s ease-out;
  539. -moz-transition: all 0.9s ease-out;
  540. }
  541.  
  542. #sidebar:hover .link3{
  543. transition: all 0.9s ease-out;
  544. -o-transition-transition: all 0.9s ease-out;
  545. -webkit-transition: all 0.9s ease-out;
  546. -moz-transition: all 0.9s ease-out;
  547. }
  548.  
  549. .link3:hover{
  550. box-shadow:1px 1px 20px #aaa;
  551. color:;
  552. background-color:;
  553. }
  554.  
  555. .link4 {
  556. overflow:hidden;
  557. text-align:center;
  558. font-family:lusted;
  559. font-size:12px;
  560. font-style:normal;
  561. line-height:20px;
  562. letter-spacing:0px;
  563. text-transform:uppercase;
  564. float: left;
  565. height:20px;
  566. width:30px;
  567. border:1px dashed #ddd;
  568. position: fixed;
  569. margin-top:150px;
  570. margin-left:230px;
  571. color:black;
  572. box-shadow: 1px 1px 5px #fff;
  573. background-color:{color:links};
  574. opacity: 1;
  575. background-color:;
  576. transition: all 0.9s ease-out;
  577. -o-transition-transition: all 0.9s ease-out;
  578. -webkit-transition: all 0.9s ease-out;
  579. -moz-transition: all 0.9s ease-out;
  580. }
  581.  
  582. #sidebar:hover .link4{
  583. transition: all 0.9s ease-out;
  584. -o-transition-transition: all 0.9s ease-out;
  585. -webkit-transition: all 0.9s ease-out;
  586. -moz-transition: all 0.9s ease-out;
  587. }
  588.  
  589. .link4:hover{
  590. box-shadow:1px 1px 20px #aaa;
  591. color:;
  592. background-color:;
  593. }
  594.  
  595. .link5 {
  596. overflow:hidden;
  597. text-align:center;
  598. font-family:lusted;
  599. font-size:12px;
  600. font-style:normal;
  601. line-height:20px;
  602. letter-spacing:0px;
  603. text-transform:uppercase;
  604. float: left;
  605. height:20px;
  606. width:30px;
  607. border:1px dashed #ddd;
  608. position: fixed;
  609. margin-top:150px;
  610. margin-left:270px;
  611. color:black;
  612. box-shadow: 1px 1px 5px #fff;
  613. background-color:{color:links};
  614. opacity: 1;
  615. background-color:;
  616. transition: all 0.9s ease-out;
  617. -o-transition-transition: all 0.9s ease-out;
  618. -webkit-transition: all 0.9s ease-out;
  619. -moz-transition: all 0.9s ease-out;
  620. }
  621.  
  622. #sidebar:hover .link5{
  623. transition: all 0.9s ease-out;
  624. -o-transition-transition: all 0.9s ease-out;
  625. -webkit-transition: all 0.9s ease-out;
  626. -moz-transition: all 0.9s ease-out;
  627. }
  628.  
  629. .link5:hover{
  630. box-shadow:1px 1px 20px #aaa;
  631. color:;
  632. background-color:;
  633. }
  634.  
  635. #desc:hover{
  636. opacity:1;
  637. background:pale;
  638. }
  639.  
  640.  
  641. /* the button taking you to the next page of your posts and back again */
  642.  
  643. #pagination {
  644. font-size:12px;
  645. margin-top:10px;
  646. text-align:center;
  647. margin-left:0px;
  648. -moz-transition-duration:0.5s;
  649. -webkit-transition-duration:0.5s;
  650. -o-transition-duration:0.5s;
  651. }
  652.  
  653.  
  654. #pagination a:hover{
  655. color:{color:link hover};
  656. -moz-transition-duration:0.5s;
  657. -webkit-transition-duration:0.5s;
  658. -o-transition-duration:0.5s;
  659. }
  660.  
  661. /* any asks sent to you look like this */
  662.  
  663. .ask {
  664.  
  665. padding:10px;
  666.  
  667. text-align:left;
  668.  
  669. color:{color:text};
  670.  
  671.  
  672. }
  673.  
  674. /* any answers you answer look like this */
  675.  
  676. .ans {
  677.  
  678. text-align:center;
  679.  
  680. padding:10px;
  681.  
  682. color:{color:text};
  683.  
  684. }
  685.  
  686. /* the whole of your audio posts */
  687.  
  688. .audio {
  689.  
  690. width:500px;
  691.  
  692. padding-bottom:10px;
  693.  
  694. }
  695.  
  696.  
  697. /* container of the player which is that button that plays the audio */
  698.  
  699. .playercontainer {
  700.  
  701. text-align:left;
  702.  
  703. padding:0px;
  704.  
  705. width:480px;
  706.  
  707. }
  708.  
  709. /* the info about your audio like title and artist and stuff */
  710.  
  711. .audioinfo {
  712.  
  713. padding:10px;
  714.  
  715. color:{color:text};
  716.  
  717. }
  718.  
  719. /* info under your posts */
  720.  
  721. #postinfo {
  722.  
  723. margin-top:5px;
  724. padding-top:5px;
  725.  
  726. text-transform: none;
  727.  
  728. letter-spacing:0px;
  729.  
  730. text-align: right;
  731.  
  732. font-size:8px;
  733.  
  734. line-height: 10px;
  735.  
  736. color:{color:text};
  737.  
  738.  
  739. }
  740.  
  741.  
  742.  
  743. #postinfo a {
  744.  
  745. color:{color:link};
  746.  
  747. text-align:right;
  748.  
  749. font-style:normal;
  750.  
  751.  
  752. }
  753.  
  754.  
  755.  
  756. #postinfo a:hover {
  757.  
  758. color:{color:link hover};
  759.  
  760. }
  761.  
  762.  
  763.  
  764. /* the tags you have under your posts */
  765.  
  766. #taggies {
  767.  
  768.  
  769. width:500px;
  770.  
  771. letter-spacing:0px;
  772.  
  773. line-height:130%;
  774.  
  775. font-size:8px;
  776.  
  777. text-align:right;
  778.  
  779. padding:2px;
  780.  
  781. -moz-transition-duration:0.5s;
  782.  
  783. -webkit-transition-duration:0.5s;
  784.  
  785. -o-transition-duration:0.5s;
  786.  
  787. }
  788.  
  789.  
  790.  
  791. #taggies a {
  792.  
  793. color:{color:link};
  794.  
  795. font-size:8px;
  796.  
  797. letter-spacing:0px;
  798.  
  799. padding:1px;
  800.  
  801.  
  802. -moz-transition-duration:0.5s;
  803.  
  804. -webkit-transition-duration:0.5s;
  805.  
  806. -o-transition-duration:0.5s;
  807.  
  808. }
  809.  
  810.  
  811.  
  812. #taggies a:hover {
  813.  
  814. color:{color:link hover};
  815.  
  816. -moz-transition-duration:0.5s;
  817.  
  818. -webkit-transition-duration:0.5s;
  819.  
  820. -o-transition-duration:0.5s;
  821.  
  822. }
  823.  
  824.  
  825. /* your chats */
  826.  
  827.  
  828. ul.chat, .chat ol, .chat li {
  829.  
  830. list-style:none;
  831.  
  832. margin:0px;
  833.  
  834. padding:2px;
  835.  
  836. }
  837.  
  838.  
  839. .label {
  840.  
  841. text-decoration:none;
  842.  
  843. font-weight:300;
  844.  
  845. background-color:{color:background};
  846.  
  847. margin-right:5px;
  848.  
  849. }
  850.  
  851.  
  852. /* the notes styling on your permalink page */
  853.  
  854.  
  855. #notes {
  856. margin-left: 0px;
  857. width: 500px;
  858. font-size: 10px;
  859. }
  860.  
  861. #cornerimage {
  862. position:fixed;
  863. bottom:2px;
  864. left:2px;
  865.  
  866.  
  867.  
  868. }
  869.  
  870. #cornerimage:hover {
  871. position:fixed;
  872. bottom:2px;
  873. left:2px;
  874.  
  875. -o-transition-transition: all 0.9s ease-out;
  876. -webkit-transition: all 0.9s ease-out;
  877. -moz-transition: all 0.9s ease-out;
  878. rotate(360deg);
  879. -ms-transform: rotate(360deg);
  880. -webkit-transform: rotate(360deg);
  881. -o-transform: rotate(360deg);
  882. -moz-transform: rotate(360deg);
  883. }
  884.  
  885. #textie {
  886. text-align:center;
  887. font-family:Bradley hand ITC;
  888. }
  889.  
  890.  
  891. /* my credit */
  892.  
  893. #cred{
  894. font-size:11px;
  895. font-family:baskerville;
  896. }
  897.  
  898. #cred a{
  899. font-size:11px;
  900. font-family:baskerville;
  901. padding-bottom:5px;
  902. padding-top:3px;
  903. padding-left:5px;
  904. padding-right:5px;
  905. color:#000;
  906. background-color:#fff;
  907. border:1px solid #ccc;
  908. -moz-transition-duration:0.5s;
  909.  
  910. -webkit-transition-duration:0.5s;
  911.  
  912. -o-transition-duration:0.5s;
  913. }
  914.  
  915. #cred a:hover{
  916. font-size:11px;
  917. font-family:baskerville;
  918. color:#fff;
  919. background-color:#000;
  920. border:1px solid #000;
  921. -moz-transition-duration:0.5s;
  922.  
  923. -webkit-transition-duration:0.5s;
  924.  
  925. -o-transition-duration:0.5s;
  926. }
  927.  
  928. {CustomCSS}</style>
  929.  
  930.  
  931. </head><body>
  932.  
  933.  
  934. <div id="cornerimage"><img src="http://static.tumblr.com/eaf471486590c4c5cfe367be9f107dfc/lijjrsx/8KOmsoo41/tumblr_static_tumblr_mkpabtjma91s8a280o1_400.png" height=130></div>
  935.  
  936. <body onkeydown="return false">
  937.  
  938. <div id="bite">
  939. <div id="thekey"><img src="http://data1.whicdn.com/images/67966026/large.png"></div>
  940. <div class="death">
  941. <div id="actualnews">
  942. {text:updates}
  943. </div>
  944. </div></div>
  945.  
  946.  
  947.  
  948. <div id="sidebar">
  949. <center>
  950. <div id="blogtitle">{Title}</div>
  951. <div id="desc"> <div id="bigletter">
  952. {text:bigletter}</div>{description}<br>
  953. Est. {CopyrightYears}
  954. <br>
  955.  
  956. </div>
  957. <a href="/"><img src="{image:sidebar}" width=95%></a>
  958. </div>
  959.  
  960. <div id="links">
  961. <div class="link1">
  962. <a href="{text:link1 url}" >I</a></div>
  963. <div class="link2">
  964. <a href="{text:link2 url}" >II</a></div>
  965. <div class="link3">
  966. <a href="{text:link3 url}" >III</a></div>
  967. <div class="link4">
  968. <a href="{text:link4 url}" >VI</a></div>
  969. <div class="link5">
  970. <a href="{text:link5 url}" >V</a></div>
  971. </div>
  972. </div>
  973.  
  974.  
  975.  
  976. <div id="pagination">
  977. {block:Pagination}{block:PreviousPage}
  978. <a href="{PreviousPage}"> >> </a> {/block:PreviousPage}
  979. {block:NextPage} <a href="{NextPage}"> << </a>{/block:NextPage}{/block:Pagination}
  980. </div></div>
  981.  
  982. </div>
  983.  
  984.  
  985.  
  986. <div id="entries">
  987.  
  988.  
  989. {block:Posts}<div id="post"><br><br><br>
  990.  
  991.  
  992.  
  993. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  994.  
  995.  
  996.  
  997. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  998.  
  999.  
  1000.  
  1001. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  1002.  
  1003. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1004.  
  1005.  
  1006.  
  1007. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1008.  
  1009.  
  1010.  
  1011. {block:Photoset}<center>{Photoset-500}</center>
  1012.  
  1013. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1014.  
  1015.  
  1016.  
  1017. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1018.  
  1019.  
  1020.  
  1021. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1022.  
  1023.  
  1024.  
  1025. {block:Answer}<div class="ask">{Asker} inquired: </br>{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  1026.  
  1027.  
  1028.  
  1029. {block:Audio}<div class="audio">
  1030.  
  1031. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1032.  
  1033. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1034.  
  1035. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  1036.  
  1037. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. <div id="postinfo">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  1044.  
  1045. {block:ContentSource}& <a href="{SourceURL}" title="{ReblogRootName}">credit</a>{/block:ContentSource}{/block:RebloggedFrom}
  1046.  
  1047. {block:HasTags}<div id="taggies">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  1048.  
  1049. {block:PostNotes}
  1050. <div id="notes">{PostNotes}</div>
  1051. {/block:PostNotes}
  1052.  
  1053. {/block:Posts}
  1054.  
  1055. {/block:Posts}</div></div></div>
  1056.  
  1057.  
  1058.  
  1059.  
  1060. </div>
  1061.  
  1062. </div>
  1063.  
  1064. </div>
  1065.  
  1066. </body>
  1067.  
  1068. <div id="cred" style="position:fixed; bottom:10px; right:10px;">
  1069. <font size="1"><a href="http://flyawayfromzayn.tumblr.com"><i><font size="0.7">theme by</font></i> Hayley</a></font>
  1070.  
  1071. </div>
  1072.  
  1073.  
  1074.  
  1075.  
  1076. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement