Advertisement
owlthms

10;burning bridges

May 2nd, 2013
2,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!-------------------------------------------------------------------------------------------------------------------------------------------------------------- by owlthms @ tumblr.com ----------------------------------------------- if you steal crowleys gonna haunt your ass ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:sidebarbg" content="#fafafa"/>
  18. <meta name="color:border" content="#e9e9e9"/>
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#121212"/>
  21. <meta name="color:link" content="#222222"/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:bg" content=""/>
  25.  
  26. <meta name="text:Link 1 Text" content=""/>
  27. <meta name="text:Link 1 Url" content="/"/>
  28. <meta name="text:Link 2 Text" content="">
  29. <meta name="text:Link 2 Url" content="/"/>
  30. <meta name="text:Link 3 Text" content=""/>
  31. <meta name="text:Link 3 Url" content="/"/>
  32. <meta name="text:Link 4 Text" content=""/>
  33. <meta name="text:Link 4 Url" content="/"/>
  34. <meta name="text:Link 5 Text" content=""/>
  35. <meta name="text:Link 5 Url" content="/"/>
  36. <meta name="text:Link 6 Text" content=""/>
  37. <meta name="text:Link 6 Url" content="/"/>
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {
  42. width: 15px;
  43. height: 6px;
  44. background-color:{color:sidebargb};
  45. }
  46.  
  47. ::-webkit-scrollbar-thumb {
  48. background-color:{color:border};
  49. }
  50.  
  51. body {
  52. background-color:{color:background};
  53. margin:0px;
  54. color:{color:text};
  55. font-family:anaheim;
  56. font-size:9px;
  57. letter-spacing:1px;
  58. line-height:100%;
  59. background-image:url('');
  60. background-attachment:fixed;
  61. background-repeat:repeat;
  62. }
  63.  
  64. a:link, a:active, a:visited {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. padding:1px;
  69. color:#3a3c81;
  70.  
  71. }
  72.  
  73. a:hover {
  74.  
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. width:500px;
  93. margin-left:0px;
  94. font-size:8.5px;
  95. text-align:right;
  96. padding-bottom:3px;
  97. font-family:georgia;
  98. font-style:italic;
  99. letter-spacing:4px;
  100. text-transform:lowercase;;
  101.  
  102. }
  103.  
  104. #entries {
  105. width:500px;
  106. margin-left:570px;
  107. margin-top:40px;
  108. margin-bottom:39px;
  109. padding-left:40px;
  110. padding-right:69px;
  111. padding-top:40px;
  112. padding-bottom:1px;
  113. background-color:{color:background};
  114.  
  115.  
  116. }
  117.  
  118.  
  119. #post {
  120. width:500px;
  121. margin-top:-10px;
  122. margin-left:-10px;
  123. font-family:anaheim;
  124. font-size:9px;
  125. background-color: {color:background};
  126. padding-left:20px;
  127. padding-right:20px;
  128. padding-top:20px;
  129. padding-bottom:20px;
  130. margin-bottom:40px;
  131. text-align:justify;
  132. border:3px double {color:border};
  133. }
  134.  
  135. #post img{
  136. background-color: {color:background}; max-width:500px;
  137. }
  138.  
  139.  
  140. #info {position:absolute;
  141. opacity:1;
  142. background-color:{color:sidebarbg};
  143. border:1px solid {color:border};
  144. width:80px;
  145. padding:10px;
  146. margin-left:540px;
  147. text-align:center;
  148. font-size:6.5px;
  149. font-family:anaheim;
  150. text-transform:uppercase;
  151. line-height:130%;
  152. letter-spacing:0.5px;}
  153.  
  154. #source {margin-top:2px;
  155. text-align:right;
  156. margin-bottom:2px;
  157. font-size:9px}
  158.  
  159. .tags {font-size:6.5px;
  160. font-family:anaheim;
  161. text-transform:uppercase;
  162. padding-top:10px;
  163. border-top:1px dotted {color:border};
  164. font-style:normal;}
  165.  
  166. #info a {color:{color:text};}
  167.  
  168. .caption { max-width:500px;
  169. text-align:justify;
  170. display:block;
  171. overflow:hidden;
  172. background-color: {color:sidebarbg};
  173. margin-top:7px;
  174. padding:10px;
  175. max-width: 500px;
  176. font-size:9px;}
  177. .caption img {max-width:450px;}
  178.  
  179.  
  180. #sidebar {
  181. margin-left:0px;
  182. color:#121212;
  183. width:580px;
  184. height:100%;
  185. background-color:{color:sidebarbg};
  186. display:block;
  187. overflow:none;
  188. position:fixed;
  189. margin-top:-40px;
  190. border-right:1px solid {color:border};
  191. }
  192.  
  193.  
  194.  
  195.  
  196. #linksy {
  197. margin-left:70px;
  198. width:400px;
  199. height:auto;
  200. padding:10px;
  201. text-align:justify;
  202. font-family:tahoma;
  203. font-size:7px;
  204. letter-spacing:0px;
  205. text-transform:uppercase;
  206. font-style:normal;
  207. letter-spacing:1px;
  208. word-spacing:-1px;
  209. line-height:50%;
  210. margin-top:10px;
  211. color:{color:text};
  212. background-color: {color:background};
  213. border: 3px double {color:border};
  214.  
  215. }
  216.  
  217. #linksy a {color:{color:text};}
  218.  
  219.  
  220. #links {
  221. text-align:center;
  222. word-spacing:50px;
  223. }
  224.  
  225.  
  226.  
  227. #sidebarimg {width:400px;
  228. height:200px;
  229. padding-top:10px;
  230. padding-bottom:10px;
  231. padding-right:10px;
  232. padding-left:10px;
  233. margin-top:10px;
  234. margin-left:70px;
  235. background-color:{color:background};
  236. border:3px double {color:border};
  237. }
  238.  
  239.  
  240. #pagination {
  241. width:400px;
  242. margin-left:95px;
  243. margin-top:90px;
  244. text-align:right;
  245. font-family:consolas;
  246. font-style:normal;
  247. letter-spacing:1px;
  248. text-transform:uppercase;
  249. font-size:8px;
  250. letter-spacing:10px;
  251. font-weight:light;
  252. color:{color:text};
  253. margin-bottom:5px;
  254.  
  255. }
  256.  
  257. #pagination a {color:{color:text};}
  258.  
  259. #dc {height:auto;
  260. width:400px;
  261. padding-top:10px;
  262. padding-bottom:10px;
  263. padding-right:10px;
  264. padding-left:10px;
  265. margin-top:10px;
  266. margin-left:70px;
  267. text-transform:uppercase;
  268. border:3px double {color:border};
  269. background-color:{color:background};
  270. font-family:anaheim;
  271. font-size:8px;
  272. text-align:center;
  273.  
  274. }
  275.  
  276. #blah {padding-left:10px;
  277. padding-right:10px;}
  278.  
  279.  
  280.  
  281.  
  282. #asker {
  283. text-align:center;
  284. font-family:georgia;
  285. font-size:8.5px;
  286. letter-spacing:1px;
  287. font-style:italic;
  288. padding-bottom:7px;
  289. width:300px;
  290. margin-left:0px;
  291. border-bottom:1px dotted {color:border};
  292. text-align:right;
  293. line-height:95%;
  294. font-weight:normal;
  295. color:{color:text};
  296.  
  297.  
  298. }
  299.  
  300. div#qTip {
  301. padding: 2px;
  302. border: 1px solid {color:border};
  303. display: none;
  304. background: {color:background};
  305. color: {color:text};
  306. font-size: 7px;
  307. text-transform:uppercase;
  308. font-family:tahoma;
  309. letter-spacing:1px;
  310. position: absolute;
  311. z-index: 1000;
  312. margin-top:5px;
  313. }
  314.  
  315.  
  316. #album{float:left;margin:0px 0px;}
  317. #audio {min-height:245px; max-height:245px; -webkit-transition: all 0.6s ease-in-out;
  318. -moz-transition: all 0.6s ease-in-out;
  319. -o-transition: all 0.6s ease-in-out;
  320. -ms-transition: all 0.6s ease-in-out;
  321. transition: all 0.6s ease-in-out;}
  322. #player {width:245px;height:32px;overflow:hidden;position:absolute;margin-left:20px;margin-top:200px; opacity: 0.3;
  323. -webkit-transition: all 0.6s ease-in-out;
  324. -moz-transition: all 0.6s ease-in-out;
  325. -o-transition: all 0.6s ease-in-out;
  326. -ms-transition: all 0.6s ease-in-out;
  327. transition: all 0.6s ease-in-out;}
  328.  
  329. .ac {position: absolute;
  330. z-index: 0;
  331. margin-left:-245px;
  332. margin-top:0px;
  333. }
  334.  
  335. #audio:hover #player {opacity:.9; -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out;
  339. transition: all 0.6s ease-in-out;}
  340.  
  341.  
  342. #acaption {
  343. margin-left:245px;
  344. margin-top:0px;
  345. width:245px;
  346. height:245px;
  347. text-align:center;
  348. padding-left:5px;
  349. padding-right:5px;
  350. background-color:#fafafa;
  351. color: #d1d1d1;
  352. font-family:consolas;
  353. font-size:8px;
  354. text-transform:uppercase;;
  355. letter-spacing:1px;
  356. font-style:normal;
  357. overflow:auto;
  358. }
  359.  
  360. .ugh {margin-top:1px; overflow:auto;}
  361.  
  362. .apad {width:200px; padding-top:20px; padding-bottom:3px; border-bottom:3px double #e9e9e9;margin-left:25px;}
  363.  
  364. .albumart {width:245px;
  365. height:245px;
  366. background-color:#000000;
  367. }
  368.  
  369. #cred {right:0px;bottom:5px;position:fixed;font-family:georgia;font-size:8px;letter-spacing:0px; color:#ffffff;}
  370. #cred a {color:#ffffff;}
  371.  
  372.  
  373. {CustomCSS}</style></head><body>
  374.  
  375. <div id="sidebar">
  376. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="previous page">prev</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}" title="next page">next</a>{/block:NextPage}{/block:Pagination}</div>
  377.  
  378. <div id="sidebarimg"><img src="{image:sidebar}" width="400px" height="200px"></div>
  379.  
  380. <div id="linksy">
  381. <div id="links">
  382. {block:IfLink1url}<a href="{text:link 1 url}" title="{text:link 1 text}">I.</a>{/block:IfLink1url}
  383. {block:IfLink2url}<a href="{text:link 2 url}" title="{text:link 2 text}">II.</a>{/block:IfLink2url}
  384. {block:IfLink3url}<a href="{text:link 3 url}" title="{text:link 3 text}">III.</a>{/block:IfLink3url}
  385. {block:IfLink4url}<a href="{text:link 4 url}" title="{text:link 4 text}">IV.</a>{/block:IfLink4url}
  386. {block:IfLink5url}<a href="{text:link 5 url}" title="{text:link 5 text}">V.</a>{/block:IfLink5url}
  387. {block:IfLink6url}<a href="{text:link 6 url}" title="{text:link 6 text}">VI.</a>{/block:IfLink6url}
  388. </div></div>
  389.  
  390. <div id="dc"><div id="blah">{Description}</div></div>
  391.  
  392. </div>
  393.  
  394.  
  395. </div>
  396.  
  397.  
  398. <div id="entries">{block:Posts}<div id="post">
  399.  
  400. <div id="info">
  401. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{block:ContentSource}<a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom}
  402. <br>{block:HasTags}<br><div class="tags">{block:Tags} <a href="{TagUrl}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}
  403. </div>
  404. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><span class="caption">{Body}</span>{/block:Text}
  405.  
  406. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photo}
  407.  
  408. {block:Photoset}{Photoset-500}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photoset}
  409.  
  410.  
  411. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  416.  
  417. {block:Audio}<div id="album">
  418. <img src="http://25.media.tumblr.com/6beabba859f8535196e63d3e0c2f0e82/tumblr_mje838oBps1qa138zo1_400.png" alt="default album art" width="245px"/>{block:AlbumArt}<img class="ac" src="{AlbumArtURL}" width="245">{/block:AlbumArt}</div><div id="audio"> <div id="player">{AudioPlayerGrey} </div> <div id="acaption"><div class="apad">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}<br>{block:Album}{Album}{/block:Album}<br>{PlayCountWithLabel}</div><div class="ugh">{Caption}</div></div>
  419. </div>
  420. {/block:Audio}
  421.  
  422. {block:Video}{Video-500}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Video}
  423.  
  424. {block:Answer}{Asker} inquired: {Question}<br><span class="caption">{Answer}</span>{/block:Answer}
  425.  
  426.  
  427. </div>
  428. {block:PostNotes}{PostNotes}{/block:PostNotes}
  429. {/block:Posts}</div>
  430. </body>
  431. <div style="right:0px;bottom:5px;position:fixed;font-family:calibri;font-size:8px;letter-spacing:2px">
  432. <a href="http://oshunnthemes.tumblr.com/"><img src="http://oi47.tinypic.com/300vg5j.jpg" width="15px"></a></div>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement