Advertisement
dylaenobriens

Theme #52: Hold On Til' May

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