winchesterkirk

Sky High Theme

Dec 8th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 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. <!--
  4.  
  5. If you remove credit I will gank you :)
  6.  
  7. If you have any questions or concerns feel free to contact me
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{image:Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:scrollbar" content="#D6D5D5">
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="color:musicbox" content="#e4e4e4"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Caption" content="#f5f5f5"/>
  32. <meta name="color:captionborder" content="#f6f6f6"/>
  33.  
  34. <meta name="if:bgcover" content="1" />
  35. <meta name="if:sidebarborder" content="1" />
  36. <meta name="if:linkborder" content="1" />
  37. <meta name="if:musicboxborder" content="1" />
  38. <meta name="if:pagiborder" content="1" />
  39. <meta name="if:postborder" content="1" />
  40. <meta name="if:transparentposts" content="1" />
  41. <meta name="if:captionbackground" content="1" />
  42. <meta name="if:captionborder" content="1" />
  43. <meta name="if:transparentcaptionborder" content="1" />
  44. <meta name="if:showlink1" content="1" />
  45. <meta name="if:showlink2" content="1" />
  46. <meta name="if:showlink3" content="1" />
  47. <meta name="if:showlink4" content="1" />
  48. <meta name="if:showlink4" content="1" />
  49. <meta name="if:showlink5" content="1" />
  50. <meta name="if:showlink6" content="1" />
  51.  
  52. <meta name="image:sidebar" content=""/>
  53. <meta name="image:Background" content="/">
  54. <meta name="image:Favicon" content="/">
  55.  
  56. <meta name="text:musiccode" content="audio player code"/>
  57. <meta name="text:link1" content="Link 1">
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="Link 2">
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="Link 3">
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="Link 4">
  64. <meta name="text:link4 url" content="/">
  65. <meta name="text:link5" content="Link 5">
  66. <meta name="text:link5 url" content="/">
  67. <meta name="text:link6" content="Link 6">
  68. <meta name="text:link6 url" content="/">
  69. <meta name="color:scrollbarbg" content="ffffff"/>
  70.  
  71.  
  72. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  73.  
  74. <style>
  75. div#qTip {
  76. padding: 2px;
  77. display: none;
  78. font-style:none;
  79. text-align: center;
  80. position: absolute;
  81. font-size:11px;
  82. line-height:10px;
  83. font-family:bitxmap;
  84. z-index: 1000;
  85. background: {color:body};
  86. z-index: 9999999;
  87. border:1px solid {color:border};
  88. border-radius:10px;
  89. color: {color:text};
  90. letter-spacing: 1px;
  91. }
  92. </style>
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97. /* --- SCROLLBAR ---*/
  98.  
  99. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  100.  
  101. ::-webkit-scrollbar {
  102. width: 5px;height: 5px;}
  103. ::-webkit-scrollbar-button:start:decrement,
  104. ::-webkit-scrollbar-button:end:increment {
  105. height: 6px;display: block;background-color: {color:white};}
  106. ::-webkit-scrollbar-track-piece {
  107. background-color: {color:scrollbarbg};}
  108. ::-webkit-scrollbar-thumb:vertical {
  109. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  110.  
  111.  
  112. /* --- BODY ---*/
  113.  
  114.  
  115. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  116.  
  117.  
  118. body {
  119. background: {color:Background} url('{image:Background}') {block:ifbgcover} no-repeat center fixed ;
  120. -webkit-background-size: cover;
  121. -moz-background-size: cover;
  122. -o-background-size: cover;
  123. background-size: cover; {/block:ifbgcover}
  124.  
  125.  
  126. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  127. margin:0px;
  128. color:{color:text};
  129. font-family:{font:Body};
  130. font-size:9px;
  131. line-height:100%;
  132. }
  133.  
  134. a {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:link};
  139. }
  140.  
  141. img {
  142. border:none;
  143. }
  144.  
  145. blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. }
  149.  
  150. blockquote blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. h1 {
  156. font-size:9px;
  157. text-transform:uppercase;
  158. }
  159.  
  160. a:hover {
  161. opacity:10;
  162. color:{color:hover};
  163. -webkit-transition: all 0.7s ease;
  164. -moz-transition: all 0.7s ease;
  165. -o-transition: all 0.7s ease
  166. }
  167.  
  168. /* --- POST ENTRIES ---*/
  169.  
  170.  
  171. #entries {
  172. padding:10px;
  173. width:400px;
  174. margin-left:570px;
  175. margin-top:40px;
  176. font-size:10px;
  177. }
  178.  
  179. /* --- BODY: POSTS ---*/
  180.  
  181.  
  182. #post {
  183. width:400px;
  184. padding-bottom:20px;
  185. padding:10px;
  186. border-radius:10px;
  187. margin-top:15px;
  188. font-family:bitxmap;
  189. {block:iftransparentposts} background-color:{color:body}; {/block:iftransparentposts}
  190. {block:ifnottransparentposts} background-color:{color:Post}; {block:ifnottransparentposts}
  191. {block:ifpostborder} border: solid 1px; {/block:ifpostborder}
  192. border-color: {color:border};
  193. }
  194.  
  195. #captions {
  196. margin-top: 5px;
  197. padding:10px 15px;
  198. {block:ifcaptionbackground}background: {color:caption}; {/block:ifcaptionbackground}
  199. border-radius: 5px;
  200. {block:ifcaptionborder}border: 1px solid {color:captionborder}; {/block:ifcaptionborder}
  201. {block:iftransparentcaptionborder}border: 1px solid {color:border}; {/block:iftransparentcaptionborder}
  202. }
  203.  
  204. /* --- SIDEBAR IMAGE ---*/
  205.  
  206.  
  207. #sidebar {
  208. width:100px;
  209. position:fixed;
  210. margin-left:250px;
  211. margin-top:150px;
  212. opacity:1;
  213. background-color:{color:body};
  214. }
  215.  
  216. #sidebarimage {
  217. width 100px;
  218. }
  219.  
  220. #sidebarimage img {
  221. width:100px;
  222. height:101px;
  223. {block:ifsidebarborder}border:solid 1px; {/block:ifsidebarborder}
  224. border-radius:10px;
  225. padding:6px;
  226. border-color: {color:border};
  227. background-color:{color:body};
  228. }
  229.  
  230. #musicbox {
  231. width:70px;
  232. height:10px;
  233. position:fixed;
  234. margin-left:265px;
  235. {block:ifnotsidebarimage} margin-left:305px; {/block:ifnotsidebarimage}
  236. margin-top:120px;
  237. opacity:.80;
  238. background-color: {color:body};
  239. padding:5px;
  240. {block:ifmusicboxborder} border: 1px solid {color:border}; {/block:ifmusicboxborder}
  241. border-radius:10px;
  242. }
  243.  
  244.  
  245.  
  246. /* --- SIDEBAR LINKS ---*/
  247.  
  248. .links {
  249. width:50px;
  250. height:103px;
  251. padding: 5px;
  252. {block:iflinkborder} border:1px solid; {/block:iflinkborder}
  253. border-radius:10px;
  254. border-color:{color:border};
  255. font-size:8px;
  256. font-family:bitxmap;
  257. text-decoration:none;
  258. text-align:center;
  259. margin-top:-116px;
  260. margin-left:-70px;
  261. text-transform:lowercase;
  262. letter-spacing:0px;
  263. }
  264.  
  265. .links a {
  266. font-size: 8px;
  267. display:inline-block;
  268. padding:4px 4px 4px 4px;
  269. text-align:center;
  270. letter-spacing:0px;
  271. border-color:{color:border};
  272. }
  273.  
  274. .links a:hover {
  275. color:{color:Hover}
  276. border:1px solid;
  277. border-color:{color:border};
  278. }
  279.  
  280.  
  281. /* --- DESCRIPTION ---*/
  282.  
  283. #description {
  284. position:fixed;
  285. font-family:bitxmap;
  286. line-height:90%;
  287. font-size:8px;
  288. border:1px solid;
  289. border-color:{color:border};
  290. border-radius:10px;
  291. height:100;
  292. margin-top:-116px;
  293. {block:ifsidebarimage} margin-left:120px;
  294. width:60px; {/block:ifsidebarimage}
  295. {block:ifnotsidebarimage} margin-left:0px;
  296. width:180px;{/block:ifnotsidebarimage}
  297. padding:8px;
  298. text-align:justify;
  299. color:{color:text};
  300. }
  301.  
  302. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  303. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  304.  
  305. /* --- PAGINATION---*/
  306.  
  307.  
  308. #pagination {
  309. width:100px;
  310. font-size:9px;
  311. text-align:center;
  312. {block:ifpagiborder}border:1px solid;{/block:ifpagiborder}
  313. border-radius:10px;
  314. border-color:{color:border};
  315. margin-left:256px;
  316. {block:ifnotsidebarimage} margin-left:296px; {/block:ifnotsidebarimage}
  317. margin-top:270px;
  318. position:fixed;
  319. font-family:bitxmap;
  320. letter-spacing:0px;
  321. }
  322.  
  323. /* --- POST INFO ---*/
  324.  
  325.  
  326. #info {
  327. text-align:left;
  328. margin-top:11px;
  329. text-transform:lowercase;
  330. font-size:10px;
  331. font-style:none;
  332. font-family:bitxmap;
  333. }
  334.  
  335. /* --- POST TAGS---*/
  336.  
  337.  
  338. #tags {
  339. font-family:bitxmap;
  340. letter-spacing:0px;
  341. text-transform:lowercase;
  342. font-size:8px;
  343. font-style:italic;
  344. margin-top:4px;
  345. text-align:left;
  346. padding:1px;
  347. padding-bottom:2px;
  348. padding-left:4px;
  349. line-height:130%;
  350. {block:ifcaptionbackground} background-color:{color:caption};{/block:ifcaptionbackground}
  351. {block:ifnotcaptionbackground} border:1px solid {color:border};
  352. background-color:{color:body}; {/block:ifnotcaptionbackground}
  353. border-radius:10px;
  354. }
  355.  
  356. #tags
  357. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  358. -webkit-transition: all 0.6s ease-in-out;
  359. -moz-transition: all 0.6s ease-in-out;
  360. -o-transition: all 0.6s ease-in-out;
  361. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  362.  
  363.  
  364. /* --- QUESTIONS ---*/
  365. #ask {
  366. padding:7px;
  367. padding-bottom:15px;
  368. padding-left:10px;
  369. line-height:130%;
  370. {block:ifcaptionbackground} background-color:{color:caption};{/block:ifcaptionbackground}
  371. {block:ifnotcaptionbackground} border:1px solid {color:border};
  372. background-color:{color:body}; {/block:ifnotcaptionbackground}
  373. border-radius:10px;
  374. }
  375.  
  376. #ans {
  377. text-align:left;
  378. padding-top:9px;
  379. padding-bottom:3px;
  380. color:{color:text};
  381. }
  382.  
  383. #musicplayer {
  384. padding:7px;
  385. padding-bottom:15px;
  386. padding-left:10px;
  387. line-height:130%;
  388. {block:ifcaptionbackground} background-color:{color:caption};{/block:ifcaptionbackground}
  389. {block:ifnotcaptionbackground} border:1px solid {color:border};
  390. background-color:{color:body}; {/block:ifnotcaptionbackground}
  391. border-radius:10px;
  392. }
  393.  
  394. {CustomCSS}</style></head><body>
  395.  
  396.  
  397. <div id="musicbox">
  398. <center>{text:musiccode}</center>
  399. </div>
  400.  
  401. <div id="sidebar">
  402. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  403.  
  404.  
  405. <div id="description">
  406. {Description}
  407. </div>
  408.  
  409.  
  410. <div class="links">
  411. {block:ifshowlink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifshowlink1}
  412. {block:ifshowlink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifshowlink2}
  413. {block:ifshowlink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifshowlink3}
  414. {block:ifshowlink4}<a href="{text:link4 url}">{text:link4}</a>{/block:ifshowlink4}
  415. {block:ifshowlink5}<a href="{text:link5 url}">{text:link5}</a>{block:ifshowlink5}
  416. {block:ifshowlink6}<a href="{text:link6 url}">{text:link6}</a>{/block:ifshowlink6}
  417. <br>
  418.  
  419. </div> </div>
  420.  
  421. {block:Pagination}<div id="pagination">
  422. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  423. {block:JumpPagination length="3"}
  424. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  425. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  426. {/block:JumpPagination}
  427. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  428. </div>{/block:Pagination}
  429.  
  430. <div id="entries">{block:Posts}<div id="post">
  431.  
  432. {block:Text}<h3>{block:Title}{Title}{/block:Title}</h3>{Body}{/block:Text}
  433.  
  434. {block:Photo}
  435. <div id="photo">
  436. {block:IndexPage}
  437. <center><a href="{Permalink}"><img src="{PhotoURL-400}"/></a></center>
  438. {block:Caption}
  439. <div id="captions">{Caption}</div>
  440. {/block:Caption}
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. <center><img src="{PhotoURL-400}"/></center>
  444. {block:Caption}
  445. <div id="captions">{Caption}</div>
  446. {/block:Caption}
  447. {/block:PermalinkPage}
  448. </div>
  449. {/block:Photo}
  450.  
  451. {block:Photoset}
  452. <div id="photoset">
  453. {block:IndexPage}
  454. <center>{Photoset-400}</center>
  455. {block:Caption}
  456. <div id="captions">{Caption}</div>
  457. {/block:Caption}
  458. {/block:IndexPage}
  459. {block:PermalinkPage}
  460. <center>{Photoset-400}</center>
  461. {block:Caption}
  462. <div id="captions">{Caption}</div>
  463. {/block:Caption}
  464. {block:PermalinkPage}
  465. </div>
  466. {/block:Photoset}
  467.  
  468. {block:Quote}<big><em>❝{Quote}❞</em></big><br><br><div style="float:right;"> {Source}</div><br>{/block:Quote}
  469.  
  470. {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
  471.  
  472. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  473.  
  474. {block:Audio}<div id="musicplayer"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  475. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  476. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}</div>
  477. {/block:Audio}
  478.  
  479. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  480.  
  481. {block:Answer}<div id="ask">{Question}<br><div style="float:right;"> - {Asker} &nbsp;</div></div> <div id="ans">{Answer}</div>{/block:Answer}
  482.  
  483. <div id="info">
  484. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  485. {block:HasTags}<div id="tags">✑{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  486. {/block:Posts}
  487. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  488. {/block:Posts}</div></div></div>
  489.  
  490.  
  491.  
  492. <!--
  493. THEME MAKER CREDIT
  494. -->
  495.  
  496. <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:1px; font-family:cambria;"><a href="http://kirkkstiel.tumblr.com/">©</a></center></div>
  497.  
  498.  
  499. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment