Advertisement
interludethenshivers

Theme 09, Dreams

Jun 15th, 2013
3,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.24 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. <!--THEME 09, DREAMS BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM
  4. PLEASE ENJOY MY THEME, YOU CAN EDIT IT BUT KEEP THE CREDIT INTACT
  5. DONT STEAL MY SIDEBAR FOR YOUR OWN THEME
  6. LIKE THE POST AND BLAH BLAH BLAH
  7. LOVE YOU XX-->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="color:AskBorder" content="#dbba9d">
  16. <meta name="color:Description" content="#967447">
  17. <meta name="color:Scrollbar" content="#d6d5d5">
  18. <meta name="color:Title" content="#967447">
  19. <meta name="color:SideLinksBg" content="#967447">
  20. <meta name="color:SideLinks" content="#ffffff">
  21. <meta name="color:Tags" content="#cfcfcf">
  22. <meta name="color:Text" content="#949494">
  23. <meta name="color:Hover" content="#949494">
  24. <meta name="color:Link" content="#c5c5c5">
  25. <meta name="color:InfoBg" content="#f0f0f0">
  26.  
  27. <meta name="text:Link1" content="home">
  28. <meta name="text:Link1 url" content="/">
  29. <meta name="text:Link2" content="letters">
  30. <meta name="text:Link2 url" content="/">
  31. <meta name="text:Link3" content="LINK III">
  32. <meta name="text:Link3 url" content="/">
  33. <meta name="text:Link4" content="LINK IV">
  34. <meta name="text:Link4 url" content="/">
  35. <meta name="text:Link5" content="LINK V">
  36. <meta name="text:Link5 url" content="/">
  37. <meta name="text:Link6" content="LINK VI">
  38. <meta name="text:Link6 url" content="/">
  39.  
  40. <meta name="if:ShowTitle" content="0">
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  48.  
  49. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  50.  
  51. <style>
  52. div#qTip {
  53. padding: 3px;
  54. display: none;
  55. text-align: center;
  56. position: absolute;
  57. font-style:normal;
  58. margin-top:10px;
  59. margin-left:12px;
  60. font-size:8px;
  61. line-height:9px;
  62. font-family:cambria;
  63. z-index:99999999999999999999999999;
  64.  
  65. background-color:#fff;
  66. color: #967447;
  67. text-transform:uppercase;
  68. letter-spacing: 1px;
  69. }
  70. </style>
  71.  
  72. <style type="text/css">
  73. @font-face { font-family: "Title"; src: url('http://static.tumblr.com/izeveah/nbAmogh4l/castroscript_personal_use_only.ttf'); }
  74.  
  75.  
  76. a {
  77. color:{color:link};
  78. text-decoration:none;
  79. -moz-transition-duration:0.5s;
  80. -webkit-transition-duration:0.5s;
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84. a:hover {
  85. color:{color:hover};
  86. text-decoration:none;
  87. -moz-transition-duration:0.5s;
  88. -webkit-transition-duration:0.5s;
  89. -o-transition-duration:0.5s;
  90. }
  91.  
  92. iframe#tumblr_controls {
  93. right:3px !important;
  94. position: fixed !important;
  95. opacity: 0.5;
  96.  
  97. -webkit-transition: opacity 0.7s linear;
  98. -webkit-transition: all 0.8s ease-out;
  99. -moz-transition: all 0.8s ease-out;
  100. transition: all 0.8s ease-out;
  101. -webkit-filter: invert(100%);
  102. }
  103.  
  104. iframe#tumblr_controls:hover{
  105. -webkit-transition: opacity 0.7s linear;
  106. opacity: 1;
  107.  
  108. -webkit-transition: all 0.4s ease-out;
  109. -moz-transition: all 0.4s ease-out;
  110. transition: all 0.4s ease-out;
  111. }
  112.  
  113. iframe#tumblr_controls {
  114. top: 0% !important;
  115. right:0% !important;
  116. position: fixed !important;
  117. }
  118.  
  119.  
  120. ::-webkit-scrollbar {background-color:#fff; height:8px; width:8px}
  121. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  122. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  123.  
  124. body {
  125. background-color:#fff;
  126. font-family:Calibri;
  127. font-weight:normal;
  128. }
  129.  
  130. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM
  131.  
  132. JUST DONT'T STEAL OR USE AS BASE CODE... OR REMOVE THE CREDIT*/
  133.  
  134.  
  135. h1 {
  136. font-weight:none;
  137. font-style:italic;
  138. font-size:10px;
  139. font-family:times;
  140. text-align:center;
  141. line-height:80%;
  142. letter-spacing:1px;
  143. text-transform:none;
  144. color:{color:text};
  145. }
  146.  
  147. h2 {
  148. letter-spacing:2px;
  149. line-height:100%;
  150. font-family:cambria;
  151. text-transform:uppercase;
  152. font-size:12px;
  153. text-align:center;
  154. color:{color:text};
  155. font-weight:normal;
  156. padding:5px;
  157. padding-bottom:2px;
  158.  
  159. }
  160.  
  161.  
  162. blockquote {
  163. border-left-width:2px;
  164. border-left-style:double;
  165. border-left-color:{color:text};
  166. padding-left:5px;
  167. margin:5px;
  168. }
  169.  
  170. #theme {
  171. background-color:#fff;
  172. width:700px;
  173. margin: 0 auto -12px auto;
  174. text-align: center;
  175. }
  176.  
  177. #stuff {
  178. width:400px;
  179. margin-top:75px;
  180. text-align:justify;
  181. font-size:11px;
  182. line-height:90%;
  183. letter-spacing:0x;
  184. color:{color:text};
  185. }
  186.  
  187.  
  188. #stuffcontainer {
  189. float:left;
  190. margin-left:200px;
  191. margin-top:0px;
  192. text-align:justify;
  193. background-color:{color:bg};
  194. color:{color:text};
  195. margin-bottom: 35px;
  196. }
  197.  
  198.  
  199. .caption {
  200. width:400px;
  201. text-align:justify;
  202. line-height:120%;
  203. }
  204. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  205. .ask {
  206. padding:10px;
  207. text-align:left;
  208. color:{color:text};
  209. background-color:{color:infobg};
  210. border-bottom:1px solid {color:AskBorder};
  211. }
  212.  
  213. .ans {
  214. font-style:italic;
  215. text-align:left;
  216. padding:10px;
  217. color:{color:text};
  218. }
  219.  
  220. .audio {
  221. width:400px;
  222. padding-bottom:10px;
  223. background-color:{color:infobg};
  224. }
  225.  
  226. .albumart {
  227. float:left;
  228. padding:0px 10px 10px 0px;
  229. }
  230.  
  231. .albumart img {
  232. width:45px;
  233. height:45px;
  234. }
  235.  
  236. .playercontainer {
  237. text-align:left;
  238. padding:10px;
  239. background-color:#ffffff;
  240. width:480px;
  241. }
  242.  
  243. .audioinfo {
  244. padding:10px;
  245. color:{color:text};
  246. }
  247.  
  248. #postinfo {
  249. width:400px;
  250. padding:5px;
  251. font-size:8px;
  252. text-transform:uppercase;
  253. font-style:normal;
  254. letter-spacing:2px;
  255. text-align:left;
  256. -moz-transition-duration:0.5s;
  257. -webkit-transition-duration:0.5s;
  258. -o-transition-duration:0.5s;
  259. color:{color:link};
  260. }
  261.  
  262. #postinfo a {
  263. color:{color:link};
  264. text-align:center;
  265. letter-spacing:1px;
  266. font-style:normal;
  267. }
  268.  
  269. #postinfo a:hover {
  270. color:{color:hover};
  271. }
  272.  
  273. .note {
  274. text-transform:uppercase;
  275. font-style:normal;
  276. letter-spacing:0px;
  277. font-size: 9px;
  278. text-align:left;
  279. line-height:90%;
  280. margin-left:-40px;
  281. }
  282.  
  283. .note li {
  284. list-style-type:none;
  285. padding:10px 10px 10px 10px;
  286. text-align:left;
  287. margin:0px;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. .tags {
  294. font-style:normal;
  295. width:500px;
  296. text-transform:uppercase;
  297. font-style:normal;
  298. color:{color:tags};
  299. letter-spacing:2px;
  300. line-height:120%;
  301. font-size:8px;
  302. text-align:left;
  303. padding:2px;
  304. -moz-transition-duration:0.5s;
  305. -webkit-transition-duration:0.5s;
  306. -o-transition-duration:0.5s;
  307. }
  308. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  309. .tags a {
  310. color:{color:tags};
  311. letter-spacing:1px;
  312. padding:1px;
  313. }
  314.  
  315. .tags a:hover {
  316. background-color:{color:tags};
  317. color:#fff;
  318. }
  319.  
  320. ul.chat, .chat ol, .chat li {
  321. list-style:none;
  322. margin:0px;
  323. padding:2px;
  324. }
  325.  
  326. .label {
  327. display:inline-block;
  328. width:50px;
  329. padding:2px;
  330. text-align:center;
  331. font-weight:700;
  332. border-bottom:solid 1px {color:text};
  333. background-color:{color:infobg};
  334. margin-right:5px;
  335. }
  336.  
  337. #sidebar {
  338. position:fixed;
  339. margin-top:180px;
  340. margin-left:-170px;
  341. text-align:left;
  342. }
  343.  
  344. #sidebar img {
  345. z-index:-1;
  346. width:260px;
  347. height:auto;
  348. margin-bottom:10px;
  349. }
  350.  
  351. #desc {
  352. background:#fff;
  353. opacity:1;
  354. z-index:999999999;
  355. position:fixed;
  356. width:120px;
  357. margin-top:270px;
  358. margin-left:-100px;
  359. text-align:justify;
  360. font-family:cambria;
  361. font-size:11px;
  362. text-decoration:none;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. color:{color:description};
  367. }
  368.  
  369. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  370.  
  371.  
  372. #desc:first-letter {
  373. width:20px;
  374. height:20px;
  375. padding:5px;
  376. margin-bottom:0px;
  377. margin-right:8px;
  378. float:left;
  379. color:#fff;
  380. font-family:times;
  381. font-size:26px;
  382. font-style:italic;
  383. line-height:20px;
  384. text-transform:uppercase;
  385. text-align:center;
  386. background-color:{color:description};
  387. }
  388.  
  389.  
  390. .links {
  391. opacity:0;
  392. height:160px;
  393. width:120px;
  394. background:url('http://static.tumblr.com/izeveah/S3nmog86p/ok.jpg');
  395. z-index:99999999999999999999999999;
  396. position:fixed;
  397. margin-top:270px;
  398. margin-left:-100px;
  399. -moz-transition-duration:0.8s;
  400. -webkit-transition-duration:0.8s;
  401. -o-transition-duration:0.8s;
  402. }
  403.  
  404. .links:hover {
  405. opacity:1;
  406. }
  407.  
  408.  
  409. .link a{
  410. display:inline-block;
  411. height:22px;
  412. width:22px;
  413. margin-left:3px;
  414. margin-top:5px;
  415. padding:2px;
  416. padding-bottom:3px;
  417. font-family:'Trajan Pro';
  418. font-size:15px;
  419. text-transform:lowercase;
  420. text-align:center;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. color:{color:SideLinksBg};
  425. background-color:{color:SideLinks};
  426. }
  427.  
  428. .link a:hover{
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. background-color:{color:SideLinksBg};
  433. color:{color:SideLinks};
  434. }
  435.  
  436.  
  437.  
  438. .pagi {
  439. margin-left:40px;
  440. position:fixed;
  441. font-family:'Trajan Pro';
  442. font-size:8px;
  443. text-transform:lowercase;
  444. letter-spacing:3px;
  445. font-style:normal;
  446. text-align:center;
  447. color:{color:description};
  448. }
  449.  
  450. .pagi a {
  451. color:{color:description};
  452. }
  453.  
  454.  
  455. #title {
  456. text-align:center;
  457. display:inline-block;
  458. height:22px;
  459. width:125px;
  460. padding:5px;
  461. font-weight:bold;
  462. z-index:9999999999999999999;
  463. position:fixed;
  464. margin-top:455px;
  465. margin-left:-460px;
  466. font-family:title;
  467. font-size:25px;
  468. border:solid 3px #967447;
  469. background:#fff;
  470. color:{color:title};
  471. }
  472.  
  473.  
  474.  
  475.  
  476. {CustomCSS}
  477.  
  478. </style>
  479.  
  480. <script type="text/javascript" src="http://static.tumblr.com/kvpds3v/RRQmns75k/gunsorhands.txt"></script>
  481.  
  482. </head>
  483.  
  484. <body>
  485. <div id="theme">
  486. {block:ifShowTitle}
  487. <div id="title">
  488. {Title}
  489. </div>
  490. {/block:ifShowTitle}
  491.  
  492. <div id="sidebar">
  493. <img src="http://static.tumblr.com/izeveah/8Xtmog4dg/master.png">
  494. </div>
  495.  
  496. <div id="desc">
  497. {Description}
  498. </div>
  499.  
  500. <div class="links">
  501. <div class="link">
  502. {block:IfLink1}
  503. &nbsp;
  504. <a href="{text:link1 url}" title="{text:link1}">I</a>
  505. {/block:IfLink1}
  506.  
  507. {block:IfLink2}
  508. <a href="{text:link2 url}" title="{text:link2}">II</a>
  509. {/block:IfLink2}
  510. <br>
  511. &nbsp;{block:IfLink3}
  512. <a href="{text:link3 url}" title="{text:link3}">III</a>
  513. {/block:IfLink3}
  514.  
  515. {block:IfLink4}
  516. <a href="{text:link4 url}" title="{text:link4}">IV</a>
  517. {/block:IfLink4}
  518. <br>
  519.  
  520. {block:IfLink5}
  521. <a href="{text:link5 url}" title="{text:link5}">V</a>
  522. {/block:IfLink5}
  523.  
  524. {block:IfLink6}
  525. <a href="{text:link6 url}" title="{text:link6}">VI</a>
  526. {/block:IfLink6}
  527. </div>
  528. <br>
  529.  
  530. {block:Pagination}
  531. <div class="pagi">
  532. {block:PreviousPage}
  533. <a href="{PreviousPage}">
  534. </a>
  535. {/block:PreviousPage}
  536. {CurrentPage} of {TotalPages}
  537. {block:NextPage}
  538. <a href="{NextPage}">
  539. </a>
  540. {/block:NextPage}
  541. </div>
  542. {/block:Pagination}
  543. </div>
  544.  
  545.  
  546.  
  547.  
  548. <div id="stuffcontainer">
  549.  
  550. {block:Posts}
  551.  
  552. <div id="stuff">
  553.  
  554. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  555.  
  556. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  557. <!--CREDIT:THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM-->
  558. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  559. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  560.  
  561. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  562.  
  563. {block:Photoset}
  564. <center>{Photoset-400}</center>
  565. {block:Caption}{Caption}{/block:Caption}
  566. {/block:Photoset}
  567.  
  568. {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}
  569.  
  570. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  571.  
  572. {block:Answer}<div class="ask"><b>{Asker}</b> asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  573.  
  574. {block:Audio}<div class="audio">
  575. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  576. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  577. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  578. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  579. <!--THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM-->
  580.  
  581.  
  582. {block:Date}<div id="postinfo">
  583. {MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  584. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  585. <div class="note">
  586. {block:PostNotes}{PostNotes}{/block:PostNotes}
  587. </div>
  588. <center><img src="http://static.tumblr.com/kvpds3v/Pkamnjgvb/22.png"></center>
  589. {block:HasTags}
  590. <div class="tags">
  591. {block:Tags}<a href="{TagURL}">&nbsp;#{Tag}</a>&nbsp;{/block:Tags}</div>
  592. {/block:HasTags}
  593.  
  594. </div>
  595. {/block:Posts}
  596.  
  597.  
  598. </div>
  599.  
  600. </div>
  601. </div>
  602. </div>
  603. </body>
  604. </html>
  605. <!--THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM
  606.  
  607. PLEASE TALK TO ME-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement