Advertisement
dylaenobriens

Theme #53: Loverboy

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