Advertisement
interludethenshivers

Theme 13.a, Life and love go on

Jul 26th, 2013
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--HEY THIS IS MY NEW THEME yay moi
  4. 13 THEME LOVE THIS
  5. NOUP
  6. BLAH
  7. PLEASE DON'T STEAL ANYTHING:)
  8. BYE BYE-->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15.  
  16. <meta name="color:Accent" content="#f0f0f0">
  17. <meta name="color:AskBorder" content="#7e7e7e">
  18. <meta name="color:Hover" content="#949494">
  19. <meta name="color:Info" content="#cfcfcf">
  20. <meta name="color:Navi" content="#e2899d">
  21. <meta name="color:Sidebar" content="#f3bac7">
  22. <meta name="color:Link" content="#c5c5c5">
  23. <meta name="color:Tags" content="#cfcfcf">
  24. <meta name="color:Text" content="#949494">
  25. <meta name="color:Title" content="#ffffff">
  26.  
  27. <meta name="if:Sidebar Flowers" content="1">
  28. <meta name="if:Image One" content="0">
  29. <meta name="if:Image Two" content="0">
  30. <meta name="if:Image Three" content="0">
  31. <meta name="if:Image Four" content="0">
  32.  
  33. <meta name="text:Link1" content="home">
  34. <meta name="text:Link1 URL" content="/">
  35. <meta name="text:Link2" content="ask">
  36. <meta name="text:Link2 URL" content="/ask">
  37. <meta name="text:Link3" content="links">
  38. <meta name="text:Link3 URL" content="/">
  39. <meta name="text:Link4" content="themes">
  40. <meta name="text:Link4 URL" content="/">
  41.  
  42.  
  43.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  51.  
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53.  
  54. <style>
  55. div#qTip {
  56. padding: 3px;
  57. display: none;
  58. text-align: center;
  59. position: absolute;
  60. font-style:normal;
  61. margin-top:10px;
  62. margin-left:12px;
  63. font-size:8px;
  64. line-height:9px;
  65. font-family:calibri;
  66. z-index:99999999999999999999999999;
  67. background-color:{color:Sidebar};
  68. color: {color:Title};
  69. text-transform:uppercase;
  70. letter-spacing: 1px;
  71. }
  72. </style>
  73.  
  74. <style type="text/css">
  75. @font-face { font-family: "Title"; src: url('http://static.tumblr.com/izeveah/nbAmogh4l/castroscript_personal_use_only.ttf'); }
  76.  
  77.  
  78. a {
  79. color:{color:link};
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. a:hover {
  87. color:{color:hover};
  88. text-decoration:none;
  89. -moz-transition-duration:0.5s;
  90. -webkit-transition-duration:0.5s;
  91. -o-transition-duration:0.5s;
  92. }
  93.  
  94. iframe#tumblr_controls {
  95. right:3px !important;
  96. position: fixed !important;
  97. opacity: 0.5;
  98.  
  99. -webkit-transition: opacity 0.7s linear;
  100. -webkit-transition: all 0.8s ease-out;
  101. -moz-transition: all 0.8s ease-out;
  102. transition: all 0.8s ease-out;
  103. -webkit-filter: invert(100%);
  104. }
  105.  
  106. iframe#tumblr_controls:hover{
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 1;
  109.  
  110. -webkit-transition: all 0.4s ease-out;
  111. -moz-transition: all 0.4s ease-out;
  112. transition: all 0.4s ease-out;
  113. }
  114.  
  115. iframe#tumblr_controls {
  116. top: 0% !important;
  117. right:0% !important;
  118. position: fixed !important;
  119. }
  120.  
  121. ::-webkit-scrollbar {background-color:#fff; height:8px; width:5px}
  122. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Sidebar}; height:50px}
  123. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Sidebar}; height:5px!important}
  124.  
  125.  
  126. ::selection {
  127. color:#fff;
  128. -webkit-transition: all 0.2s linear;
  129. -webkit-transition: all 0.2s linear;
  130. -moz-transition: all 0.2s linear;
  131. transition: all 0.2s linear;
  132. background-color: {color:Sidebar};
  133. }
  134.  
  135. ::-moz-selection {
  136. color:#fff;
  137. -webkit-transition: all 0.2s linear;
  138. -webkit-transition: all 0.2s linear;
  139. -moz-transition: all 0.2s linear;
  140. transition: all 0.2s linear;
  141. background-color: {color:Sidebar};
  142. }
  143. ::-webkit-selection {
  144. color:#fff;
  145. -webkit-transition: all 0.2s linear;
  146. -webkit-transition: all 0.2s linear;
  147. -moz-transition: all 0.2s linear;
  148. transition: all 0.2s linear;
  149. background-color: {color:Sidebar};
  150. }
  151.  
  152.  
  153.  
  154. body {
  155. background-color:#fff;
  156. font-family:Calibri;
  157. font-weight:normal;
  158. }
  159.  
  160. /*THEME 13 BY PERSEFONNE.TUMBLR.COM
  161.  
  162. JUST DONT'T STEAL OR USE AS BASE CODE... OR REMOVE THE CREDIT*/
  163.  
  164.  
  165. h1 {
  166. font-weight:none;
  167. font-style:italic;
  168. font-size:10px;
  169. font-family:times;
  170. text-align:center;
  171. line-height:80%;
  172. letter-spacing:1px;
  173. text-transform:none;
  174. color:{color:text};
  175. }
  176.  
  177. h2 {
  178. letter-spacing:2px;
  179. line-height:100%;
  180. font-family:calibri;
  181. font-weight:bold;
  182. text-transform:uppercase;
  183. font-size:12px;
  184. text-align:center;
  185. color:{color:text};
  186. padding:5px;
  187. padding-bottom:2px;
  188.  
  189. }
  190.  
  191.  
  192. blockquote {
  193. border-left-width:2px;
  194. border-left-style:double;
  195. border-left-color:{color:text};
  196. padding-left:5px;
  197. margin:5px;
  198. }
  199.  
  200. #theme {
  201. background-color:#fff;
  202. width:700px;
  203. margin: 0 auto -12px auto;
  204. text-align: center;
  205. }
  206.  
  207. #stuff {
  208. width:400px;
  209. margin-top:0px;
  210. text-align:justify;
  211. font-size:11px;
  212. line-height:90%;
  213. letter-spacing:0x;
  214. color:{color:text};
  215. }
  216.  
  217.  
  218. #stuffcontainer {
  219. float:left;
  220. margin-left:50px;
  221. margin-top:50px;
  222. text-align:justify;
  223. background-color:{color:bg};
  224. color:{color:text};
  225. margin-bottom: 35px;
  226. }
  227.  
  228.  
  229. .caption {
  230. width:400px;
  231. text-align:justify;
  232. line-height:120%;
  233. }
  234. /*THEME 13 BY PERSEFONNE.TUMBLR.COM*/
  235. .ask {
  236. margin-top:-4px;
  237. width:400px;
  238. margin-left: 0px;
  239. font-style:none;
  240. font-family: calibri;
  241. font-size:12px;
  242. text-transform:uppercase;
  243. padding: 5px;
  244. z-index:99999;
  245. min-height:45px;
  246. overflow:scroll;
  247. letter-spacing:1px;
  248. background-color:{color:accent};
  249. color:{color:text};
  250. }
  251.  
  252.  
  253. .ans {
  254. font-style:italic;
  255. text-align:left;
  256. padding:10px;
  257. color:{color:text};
  258. }
  259.  
  260. .audio {
  261. width:400px;
  262. padding-bottom:10px;
  263. background-color:{color:accent};
  264. }
  265.  
  266. .albumart {
  267. float:left;
  268. padding:0px 10px 10px 0px;
  269. }
  270.  
  271. .albumart img {
  272. width:104px;
  273. height:104px;
  274. }
  275.  
  276. .playercontainer {
  277. text-align:left;
  278. padding:10px;
  279. background-color:#ffffff;
  280. width:480px;
  281. }
  282.  
  283. .audioinfo {
  284. padding:10px;
  285. color:{color:text};
  286. }
  287.  
  288. #uno {
  289. margin-top:30px;
  290. overflow:hidden;
  291. padding-top:20px;
  292. border-top:1px solid {color:info};
  293. padding-bottom:20px;
  294. }
  295.  
  296. #dos {
  297. margin-top:-25px;
  298. margin-left:10px;
  299. position:absolute;
  300.  
  301. }
  302.  
  303. #dos a {
  304. font-style:normal;
  305. padding:3px 4px 3px 4px;
  306. font-size:8px;
  307. letter-spacing: 1px;
  308. font-family:calibri;
  309. text-transform:uppercase;
  310. margin-bottom:3px;
  311. background:#fff;
  312. margin-right:1px;
  313. border:1px solid {color:info};
  314. color:{color:info};
  315. }
  316.  
  317. #dos a:hover {
  318. text-transform:uppercase;
  319. color:#fff;
  320. background:{color:info};
  321. }
  322.  
  323. #tres {
  324. margin-top:-25px;
  325. margin-left:10px;
  326. position:absolute;
  327. }
  328.  
  329. #tres a {
  330. font-style:normal;
  331. padding:3px 4px 3px 4px;
  332. font-size:8px;
  333. letter-spacing: 1px;
  334. font-family:calibri;
  335. text-transform:uppercase;
  336. margin-bottom:3px;
  337. background:#fff;
  338. margin-right:1px;
  339. color:#fff;
  340. border:1px solid {color:info};
  341. background-color:{color:info};
  342. }
  343.  
  344. #tres a:hover {
  345. text-transform:uppercase;
  346. background-color:#fff;
  347. color:{color:info};
  348. }
  349.  
  350. .note {
  351. text-transform:uppercase;
  352. font-style:normal;
  353. letter-spacing:0px;
  354. font-size: 9px;
  355. text-align:left;
  356. line-height:90%;
  357. margin-left:-40px;
  358. }
  359.  
  360. .note li {
  361. list-style-type:none;
  362. padding:10px 10px 10px 10px;
  363. text-align:left;
  364. margin:0px;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.  
  370. /*THEME 13 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  371.  
  372. .tags{
  373. margin-top:-550px;
  374. position:absolute;
  375. width:120px;
  376. opacity:0;
  377. margin-left: 259px;
  378. z-index: 999;
  379. font-family: calibri;
  380. text-transform:uppercase;
  381. letter-spacing:1px;
  382. font-size: 8px;
  383. line-height:130%;
  384. display: inline-block;
  385. padding-left: -5px;
  386. padding-right: 5px;
  387. text-align: left;
  388. margin-left:420px;
  389. -webkit-transition: all 0.9s ease-in-out;
  390. -moz-transition: all 0.9s ease-in-out;
  391. -o-transition: all 0.9s ease-in-out;
  392. }
  393.  
  394. .tags a{
  395. color:{color:tags};
  396. font-style: none;
  397. text-decoration:none;
  398. }
  399.  
  400.  
  401.  
  402. #stuff:hover .tags{
  403. opacity:1;
  404. margin-top:-550px;
  405. -webkit-transition: all 0.9s ease-in-out;
  406. -moz-transition: all 0.9s ease-in-out;
  407. -o-transition: all 0.9s ease-in-out;
  408. }
  409.  
  410.  
  411.  
  412. ul.chat, .chat ol, .chat li {
  413. list-style:none;
  414. margin:0px;
  415. padding:2px;
  416. }
  417.  
  418. .label {
  419. display:inline-block;
  420. width:50px;
  421. padding:2px;
  422. text-align:center;
  423. font-weight:700;
  424. border-bottom:solid 1px {color:text};
  425. background-color:{color:accent};
  426. margin-right:5px;
  427. }
  428.  
  429. #sidebar {
  430. position:fixed;
  431. width:300px;
  432. height:1000px;
  433. margin:0px -5px auto -10px;
  434. background-color:{color:Sidebar};
  435. }
  436.  
  437. #title {
  438. font-family:calibri;
  439. font-size:60px;
  440. font-weight:bold;
  441. font-style:italic;
  442. margin-top:500px;
  443. margin-left:-480px;
  444. letter-spacing:-2px;
  445. width:1000px;
  446. -webkit-transform: rotate(90deg);
  447. -moz-transform: rotate(90deg);
  448. -o-transform: rotate(90deg);
  449. writing-mode: tb-rl;
  450. color:{color:Title};
  451. }
  452.  
  453. #links {
  454. z-index:99999999999999;
  455. width:191px;
  456. height:auto;
  457. margin-top:-80px;
  458. margin-left:60px;
  459. text-align:center;
  460. padding-bottom:4px;
  461. padding-right:3px;
  462. background-color:{color:Title};
  463. }
  464.  
  465. #links a {
  466. line-height:15px;
  467. font-size:8px;
  468. letter-spacing:1px;
  469. font-family:calibri;
  470. text-transform:uppercase;
  471. font-style:normal;
  472. text-align:center;
  473. margin-bottom:2px;
  474. margin-right:2px;
  475. padding:2px 4px 2px 6px;
  476. word-spacing:2px;
  477. -webkit-transition: all 0.5s ease-in-out;
  478. -moz-transition: all 0.5s ease-in-out;
  479. -o-transition: all 0.5s ease-in-out;
  480. color: {color:Sidebar};
  481. }
  482.  
  483. #links a:hover {
  484. color:{color:Title};
  485. background:{color:Sidebar};
  486. }
  487.  
  488. #description {
  489. font-family:calibri;
  490. font-size:10px;
  491. font-style:italic;
  492. line-height:120%;
  493. z-index:9999999999999999;
  494. width:191px;
  495. margin-top:-110px;
  496. margin-left:60px;
  497. text-align:justify;
  498. color:{color:Title};
  499. }
  500.  
  501. #pagi {
  502. z-index:999;
  503. font-family:calibri;
  504. font-size:55px;
  505. z-index:9;
  506. margin-top:-78px;
  507. font-weight:bold;
  508. margin-left:160px;
  509. }
  510.  
  511. #pagi a {
  512. color:{color:Title};}
  513.  
  514. #pagi a:hover {
  515. color:{color:Navi};}
  516.  
  517. #SidebarFlowers img{
  518. z-index:9999999999999999;
  519. position:fixed;
  520. width:280px;
  521. margin-left:-5px;
  522. }
  523.  
  524. #i img {
  525. position:fixed;
  526. margin-top:410px;
  527. margin-left:920px;
  528. z-index:-1;
  529. }
  530.  
  531. #ii img {
  532. position:fixed;
  533. margin-top:200px;
  534. margin-left:995px;
  535. z-index:-1;
  536. }
  537.  
  538. #iii img {
  539. position:fixed;
  540. margin-top:320px;
  541. margin-left:1100px;
  542. z-index:-1;
  543. }
  544.  
  545. #iv img {
  546. width:400px;
  547. position:fixed;
  548. margin-top:120px;
  549. margin-left:950px;
  550. z-index:-1;
  551. }
  552.  
  553.  
  554. {CustomCSS}
  555.  
  556. </style>
  557.  
  558. <script type="text/javascript" src="http://static.tumblr.com/kvpds3v/RRQmns75k/gunsorhands.txt"></script>
  559.  
  560. </head>
  561.  
  562. <body>
  563.  
  564. {block:IfSidebarFlowers}
  565. <div id="SidebarFlowers">
  566. <img src="http://static.tumblr.com/kvpds3v/V73mqiz5b/1.png">
  567. </div>
  568. {/block:ifSidebarFlowers}
  569.  
  570.  
  571. {block:IfImageOne}
  572. <div id="i">
  573. <img src="http://static.tumblr.com/kvpds3v/8aemqj056/2.png">
  574. </div>
  575. {/block:IfImageOne}
  576.  
  577.  
  578. {block:IfImageTwo}
  579. <div id="ii">
  580. <img src="http://static.tumblr.com/kvpds3v/eA6mqj0ke/3.png">
  581. </div>
  582. {/block:IfImageTwo}
  583.  
  584. {block:IfImageThree}
  585. <div id="iii">
  586. <img src="http://static.tumblr.com/kvpds3v/rComqj0yq/4.png">
  587. </div>
  588. {/block:IfImageThree}
  589.  
  590. {block:IfImageFour}
  591. <div id="iv">
  592. <img src="http://static.tumblr.com/kvpds3v/XC9mqj20v/5.png">
  593. </div>
  594. {/block:IfImageFour}
  595.  
  596. <div id="sidebar">
  597.  
  598. <div id="title">
  599. {Title}
  600. </div>
  601.  
  602. <div id="description">
  603. {Description}
  604. </div>
  605.  
  606. <div id="links">
  607. &nbsp;
  608. {block:IfLink1}
  609. <a href="{text:Link1 URL}">{text:Link1}</a>
  610. {/block:IfLink1}
  611.  
  612. {block:IfLink2}
  613. <a href="{text:Link2 URL}">{text:Link2}</a>
  614. {/block:IfLink2}
  615.  
  616. {block:IfLink3}
  617. <a href="{text:Link3 URL}">{text:Link3}</a>
  618. {/block:IfLink3}
  619.  
  620. {block:IfLink4}
  621. <a href="{text:Link4 URL}">{text:Link4}</a>
  622. {/block:IfLink4}
  623.  
  624. <!--PLEASE DO NOT REMOVE THIS LINK PLESE, OR MOVE THE CREDIT TO ANOTHER PAGE PLEASE:) THANK YOU-->
  625. <a href="http://persefonne.tumblr.com/">©</a>
  626.  
  627. </div>
  628.  
  629. <div id="pagi">
  630. {block:PreviousPage}
  631. <a href="{PreviousPage}"> « </a>
  632. {/block:PreviousPage}
  633. &nbsp;
  634. {block:NextPage}<a href="{NextPage}"> » </a>
  635. {/block:NextPage}
  636. </div>
  637.  
  638. </div>
  639.  
  640.  
  641. <div id="theme">
  642.  
  643. <div id="stuffcontainer">
  644.  
  645. {block:Posts}
  646.  
  647. <div id="stuff">
  648.  
  649. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  650.  
  651. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  652. <!--CREDIT:THEME 13 BY PERSEFONNE.TUMBLR.COM-->
  653. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  654. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  655.  
  656. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  657.  
  658. {block:Photoset}
  659. <center>{Photoset-400}</center>
  660. {block:Caption}{Caption}{/block:Caption}
  661. {/block:Photoset}
  662.  
  663. {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}
  664.  
  665. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  666.  
  667. {block:Answer}<div class="ask">
  668. <img src="{AskerPortraitURL-64}" width="45px" height="45px" style="padding-right:5px;" align="left">
  669. <b>{Asker}</b>
  670. <br><br>
  671. <div style="font-size:10px; text-transform:lowercase;">
  672. {Question}</div>
  673. </div>
  674. <div class="ans">{Answer}</div>{/block:answer}
  675.  
  676. {block:Audio}<div class="audio">
  677.  
  678.  
  679. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>
  680. {/block:AlbumArt}
  681.  
  682. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  683. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  684. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  685. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  686.  
  687.  
  688. <div id="uno">
  689.  
  690. <div id="dos" style="text-align:right;margin-left:50px;"><a href="{permalink}">{NoteCountWithLabel}</a></div>
  691.  
  692. <div id="tres" style="text-align:right;margin-left:0px;"><a title="reblog" href="{ReblogURL}" target="_blank">REBLOG</a></div>
  693.  
  694. <div id="dos" style="margin-left:375px;">
  695. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}</div>
  696.  
  697. <div id="dos" style="margin-left:325px;">
  698. {block:ContentSource}
  699. <a href="{sourceurl}" title="{SourceTitle}">source</a>
  700. {/block:ContentSource}
  701. </div>
  702. </div>
  703.  
  704. <div class="note">
  705. {block:PostNotes}{PostNotes}{/block:PostNotes}
  706. </div>
  707.  
  708. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>
  709. <br>{/block:Tags}</div>{/block:HasTags}</div>
  710.  
  711.  
  712. {/block:Posts}
  713.  
  714.  
  715. </div>
  716.  
  717. </div>
  718. </div>
  719. </div>
  720. </body>
  721. </html>
  722. <!--PLEASE TALK TO ME-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement