Advertisement
dylaenobriens

Theme #54: A Love Like War

Jan 27th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.23 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 #54 by alexgaeskarth
  4. steal this and i'll stab you -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:Bg" content="#ffffff">
  19. <meta name="color:Link" content="#bbb8b8">
  20. <meta name="color:Text" content="#9a9a9a">
  21. <meta name="color:Description Text" content="#9a9a9a">
  22. <meta name="color:Tags" content="#b9b7b7">
  23. <meta name="color:Ask" content="#fcfcfc">
  24. <meta name="color:Hover" content="#eeeeee">
  25. <meta name="color:Border" content="#e7e7e7">
  26. <meta name="color:Posts Title" content="#a2a0a0">
  27. <meta name="color:Bold Text" content="#8d8c8c">
  28. <meta name="color:Accent" content="#a3eaff">
  29. <meta name="color:Dropdown" content="#a3eaff">
  30.  
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:lace" content="http://media.tumblr.com/f37fb1b81f51d546cf0b7357a0d34528/tumblr_inline_mw4a5epQVb1s5t339.gif"/>
  34. <meta name="image:background" content="http://24.media.tumblr.com/68448ecfe187918a3cd0a715bed79096/tumblr_mt67noIbPl1ru3nbdo1_100.png"/>
  35.  
  36. <meta name="text:navigation title" content="">
  37. <meta name="text:sidebar img margin left" content="20px">
  38. <meta name="text:link 1" content="">
  39. <meta name="text:link 1 url" content="/">
  40. <meta name="text:link 2" content="">
  41. <meta name="text:link 2 url" content="/">
  42. <meta name="text:link 3" content="">
  43. <meta name="text:link 3 url" content="/">
  44. <meta name="text:link 4" content="">
  45. <meta name="text:link 4 url" content="/">
  46. <meta name="text:link 5" content="">
  47. <meta name="text:link 5 url" content="/">
  48.  
  49. <meta name="if:Cursor" content="1">
  50. <meta name="if:500pxPosts" content="1">
  51. <meta name="if:400pxPosts" content="0">
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. /*--scrollbar--*/
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:{color:accent};}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  61. ::-webkit-scrollbar {background-color:{color:accent};height:7px;width:12px;border:5px solid #fff;}
  62. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:accent};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  63. }
  64. /*--body--*/
  65.  
  66.  
  67. body {
  68. margin:0px;
  69. font-style:none;
  70. background-color:{color:bg};
  71. background:url('{image:background}') top left fixed repeat;
  72. font-family:arial;
  73. color:{color:text};
  74. font-size:8px;
  75. }
  76.  
  77.  
  78. a {
  79. color:{color:link};
  80. text-decoration:none;
  81. -webkit-transition: all 0.6s ease;
  82. -moz-transition: all 0.6s ease;
  83. -o-transition: all 0.6s ease
  84. }
  85.  
  86. a:hover {
  87. color:{color:hover};
  88. text-decoration:none;
  89. -webkit-transition: all 0.8s ease-out;
  90. -moz-transition: all 0.8s ease-out;
  91. transition: all 0.8s ease-out;
  92. }
  93.  
  94. img {
  95. border:none;
  96. max-width:100%;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid {color:border};
  102. }
  103.  
  104. h1 {
  105. line-height:120%;
  106. text-align:center;
  107. font-size:15px;
  108. font-weight:bold;
  109. font-style:none;
  110. color:{color:Bold Text};
  111. }
  112.  
  113. h1 a {
  114. color:{color:Bold Text};
  115. }
  116.  
  117. b {
  118. color:{color:Bold Text};
  119. }
  120.  
  121. ::selection {
  122. color:{color:accent};
  123. }
  124.  
  125. /*--Cursor code--*/
  126.  
  127. {block:ifCursor}
  128.  
  129. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  130.  
  131. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  132.  
  133. {/block:ifCursor}
  134.  
  135. #lace {
  136. position:fixed;
  137. width:4000px;
  138. top:0px;
  139. left:0;
  140. }
  141.  
  142.  
  143. /*--sidebar--*/
  144.  
  145. #sidebar {
  146. position:fixed;
  147. width:150px;
  148. text-align:left;
  149. margin-left:200px;
  150. margin-top:170px;
  151. }
  152.  
  153. #sidebarimage {
  154. width:150px;
  155. margin-left:{text:sidebar img margin left};
  156. text-align:center;
  157. }
  158.  
  159. #sidebarimage img {
  160. width:150px;
  161. }
  162.  
  163. /*--links--*/
  164.  
  165. #links {
  166. width:140px;
  167. margin-top:5px;
  168. font-family:'times new roman';
  169. text-transform:uppercase;
  170. text-align:center;
  171. }
  172.  
  173. #links a {
  174. padding:3px;
  175. font-size:8px;
  176. color:#fff;
  177. }
  178.  
  179. #links a:hover {
  180. color:{color:hover};
  181. }
  182.  
  183. /*--description--*/
  184.  
  185. #description {
  186. margin-top:-2px;
  187. width:140px;
  188. background-color:{color:Accent};
  189. font-family:'calibri';
  190. text-transform:uppercase;
  191. font-size:8px;
  192. text-align:justify;
  193. color:#fff;
  194. padding:10px;
  195. border:6px double #fff;
  196. }
  197.  
  198. /*--pagination--*/
  199.  
  200. #pagination {
  201. width:140px;
  202. margin-top:5px;
  203. font-size:8px;
  204. text-align:center;
  205. text-transform:uppercase;
  206. font-family:calibri;
  207. }
  208.  
  209. #pagination a{
  210. color:#fff;
  211. }
  212.  
  213. #pagination a:hover {
  214. color:{color:Hover};
  215. }
  216.  
  217. /*--posts--*/
  218.  
  219. {block:if500pxPosts}
  220.  
  221. #posts {
  222. width:500px;
  223. box-shadow: 4px 4px rgba(0,0,0,0.1);
  224. margin-bottom:20px;
  225. padding:10px;
  226. font-size:11px;
  227. background-color:#fff;
  228. color:{color:Text};
  229. line-height:100%;
  230. text-align:justify;
  231. }
  232.  
  233. {/block:if500pxPosts}
  234.  
  235. {block:if400pxPosts}
  236.  
  237. #posts {
  238. width:400px;
  239. box-shadow: 4px 4px rgba(0,0,0,0.1);
  240. margin-bottom:10px;
  241. padding:1px;
  242. font-size:11px;
  243. color:{color:Text};
  244. line-height:100%;
  245. text-align:justify;
  246. }
  247.  
  248. {/block:if400pxPosts}
  249.  
  250.  
  251. #postscontainer {
  252. margin-bottom:20px;
  253. padding:1px;
  254. margin-left:450px;
  255. margin-top:70px;
  256. }
  257.  
  258.  
  259. #info {
  260. font-family:'trebuchet ms';
  261. text-align:left;
  262. border-top:solid 1px #F0F0F0;
  263. text-transform:uppercase;
  264. margin-bottom:10px;
  265. margin-top:10px;
  266. letter-spacing:1px;
  267. font-size:7px;
  268. padding-top:4px;
  269. color:#b9b8b8;
  270. }
  271.  
  272. #info a {
  273. color:#b9b8b8;
  274. }
  275.  
  276.  
  277. /*--tags--*/
  278.  
  279. #tags {
  280. letter-spacing:1px;
  281. text-transform:uppercase;
  282. font-family:trebuchet ms;
  283. width:490px;
  284. margin-left:0px;
  285. margin-top:-8px;
  286. font-size:7px;
  287. color:{color:Tags};
  288. }
  289.  
  290. #tags a {
  291. color:{color:Tags};
  292. }
  293.  
  294. #tags a:hover {
  295. color:{color:Hover};
  296. }
  297.  
  298.  
  299. /*--asks--*/
  300.  
  301. #ask {
  302. padding:10px;
  303. background-color:{color:Ask};
  304. color:#fff;
  305. }
  306.  
  307. #ask a {
  308. color:{color:Bold Text};
  309. font-weight:bold;
  310. }
  311.  
  312. /*--audio--*/
  313.  
  314. .newplayerbutton {
  315. position: relative;
  316. width: 28px;
  317. height: 27px;
  318. overflow: hidden;
  319. }
  320.  
  321. .playerbuttonhug {
  322. position: absolute;
  323. top: -12px;
  324. left: -8px;
  325. }
  326.  
  327.  
  328. .tumblr_audio_player {
  329. border: none;
  330. padding: 0px;
  331. margin: 0px;
  332. height: 53px;
  333. width: 500px;
  334. }
  335.  
  336. .playerbuttonbg {
  337. position: absolute;
  338. left: 25px;
  339. top: 20px;
  340. width: 28px;
  341. height: 28px;
  342. background-color: #fff;
  343. padding: 10px;
  344. -webkit-border-radius: 40px;
  345. -moz-border-radius: 40px;
  346. border-radius: 40px;
  347. opacity: .4;
  348. filter: alpha(opacity=40);
  349. -moz-opacity: 0.4;
  350. -khtml-opacity: 0.4;
  351. transition: opacity .7s ease-in-out;
  352. -moz-transition: opacity .7s ease-in-out;
  353. -webkit-transition: opacity .7s ease-in-out;
  354. }
  355.  
  356. .playerbuttonbg:hover {
  357. opacity: 1;
  358. filter: alpha(opacity=100);
  359. -moz-opacity: 1;
  360. -khtml-opacity: 1;
  361. }
  362.  
  363. .audioimgwrapper {
  364. position: absolute;
  365. left: 10px;
  366. top: 5px;
  367. -webkit-border-radius: 50px;
  368. -moz-border-radius: 50px;
  369. border-radius: 50px;
  370. overflow: hidden;
  371. width: 78px;
  372. height: 78px;
  373. }
  374.  
  375. .audioimgwrapper img {
  376. width: 100%;
  377. height: auto;
  378. -webkit-border-radius: 50px;
  379. -moz-border-radius: 50px;
  380. border-radius: 50px;
  381. }
  382.  
  383. .trackdetails {
  384. width: auto;
  385. font-family:trebuchet ms;
  386. display:inline-block;
  387. margin-left: 100px;
  388. margin-top:10px;
  389. min-height: 85px;
  390. line-height:150%;
  391. }
  392.  
  393. .audiowrapper {
  394. position: relative;
  395. display:inline-block;
  396. width:100%;
  397. height:88px;
  398. }
  399.  
  400. /*--credit--*/
  401.  
  402. #credit {
  403. right:2px;
  404. bottom:0px;
  405. font-size:9px;
  406. padding:5px;
  407. text-transform:uppercase;
  408. position:fixed;
  409. -webkit-transition: all 0.5s ease-out;
  410. -moz-transition: all 0.5s ease-out;
  411. transition: all 0.5s ease-out;
  412. }
  413.  
  414.  
  415.  
  416. #s-m-t-tooltip {
  417. max-width:300px;
  418. padding:3px 4px 5px 4px;
  419. margin:20px 0px 0px 20px;
  420. background-color:#d3d3d3; /* change the background color */
  421. font-family:calibri; /* change the font */
  422. font-size:9px; /* change the font size */
  423. letter-spacing:1px; /* change the letter spacing */
  424. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  425. color:white; /* change the text color */
  426. z-index:999999999999999999999999999999999999;
  427. }
  428.  
  429.  
  430.  
  431. {CustomCSS}
  432.  
  433. </style></head>
  434.  
  435. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  436.  
  437. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  438.  
  439. <script>
  440.  
  441. (function($){
  442.  
  443. $(document).ready(function(){
  444.  
  445. $("a[title]").style_my_tooltips({
  446.  
  447. tip_follows_cursor:true,
  448.  
  449. tip_delay_time:90,
  450.  
  451. tip_fade_speed:600,
  452.  
  453. attribute:"title"
  454.  
  455. });
  456.  
  457. });
  458.  
  459. })(jQuery);
  460.  
  461. </script>
  462.  
  463. <body>
  464. <div id="lace"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"><img src="{image:lace}"></div>
  465.  
  466.  
  467. <div id="sidebar">
  468. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  469.  
  470.  
  471. <div id="description">{description}
  472. <div id="links">
  473. <select onChange="location=this.options[this.selectedIndex].value;" style="font-family:arial;background-color:{color:Dropdown};border:none;">
  474. <option value="">{text:navigation title}</option>
  475. <option value="{text:link 1 url}">{text:link 1}</option>
  476. <option value="{text:link 2 url}">{text:link 2}</option>
  477. <option value="{text:link 3 url}">{text:link 3}</option>
  478. <option value="{text:link 4 url}">{text:link 4}</option>
  479. <option value="{text:link 5 url}">{text:link 5}</option>
  480. </select>
  481. </form>
  482. </div>
  483.  
  484.  
  485.  
  486. {block:Pagination}
  487. <div id="pagination">
  488.  
  489. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  490. {block:NextPage}- <a href="{NextPage}">next</a>{/block:NextPage}
  491. </div>{/block:Pagination}
  492.  
  493. </div></div>
  494.  
  495.  
  496. <div id="postscontainer">
  497.  
  498. {block:Posts}
  499.  
  500. <div id="posts">
  501.  
  502.  
  503. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  504.  
  505.  
  506. {block:Photo}{LinkOpenTag}
  507.  
  508. {block:if500pxPosts}
  509. <img src="{PhotoURL-500}">
  510. {/block:if500pxPosts}
  511.  
  512. {block:if400pxPosts}
  513. <img src="{PhotoURL-400}">
  514. {/block:if400pxPosts}
  515.  
  516. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  517.  
  518. {block:Photoset}
  519.  
  520. {block:if500pxPosts}
  521. {Photoset-500}
  522. {/block:if500pxPosts}
  523.  
  524. {block:if400pxPosts}
  525. {Photoset-400}
  526. {/block:if400pxPosts}
  527.  
  528. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  529.  
  530. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  531.  
  532. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  533.  
  534. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  535.  
  536. {block:Audio}{block:AudioPlayer}
  537. <div class="audiowrapper">
  538. {block:AlbumArt}
  539. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  540. {/block:AlbumArt}
  541.  
  542. <div class="playerbuttonbg">
  543. <div class="newplayerbutton">
  544. <div class="playerbuttonhug">
  545.  
  546. {AudioPlayerWhite}
  547.  
  548. </div>
  549. </div>
  550. </div>
  551. <div class="trackdetails">
  552.  
  553. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  554. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  555. {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  556. <b>{PlayCountWithLabel}</b>
  557.  
  558. </div>
  559. </div>
  560. {/block:AudioPlayer}
  561.  
  562. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  563.  
  564. {block:Video}
  565.  
  566. {block:if500pxPosts}
  567. {Video-500}
  568. {/block:if500pxPosts}
  569.  
  570. {block:if400pxPosts}
  571. {Video-400}
  572. {/block:if400pxPosts}
  573.  
  574. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  575.  
  576.  
  577. {block:Answer}<div id="ask"><span style="font-family:times;font-size:15px;font-weight:bold;">{Asker}</span>: {Question}</div> {Answer}{/block:Answer}
  578.  
  579. <div id="info">{block:Date} <a href="{Permalink}">
  580. {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a></a>{/block:Date} - {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  581. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom} with <a href="{Permalink}">
  582. {NoteCountWithLabel}</a></div>
  583. {block:HasTags} <div id="tags">tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  584.  
  585. </div>
  586.  
  587. {/block:Posts}
  588.  
  589. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  590. {/block:Posts}
  591.  
  592. </div>
  593.  
  594.  
  595. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement