Advertisement
rachaelsux

(20) Love Machine

Sep 7th, 2014
2,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.68 KB | None | 0 0
  1. <!--theme 20 love machine by zeautiful don't remove the credit-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  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. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:Link" content="#000000"/>
  18.  
  19. <meta name="image:Sidebar Image" content=""/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="text:Title" content="" />
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="if:Stretch BG" content="1"/>
  29. <meta name="if:Shadow" content="0" />
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37.  
  38. <script>
  39.  
  40. (function($){
  41.  
  42. $(document).ready(function(){
  43.  
  44. $("a[title]").style_my_tooltips({
  45.  
  46. tip_follows_cursor:true,
  47.  
  48. tip_delay_time:30,
  49.  
  50. tip_fade_speed:300,
  51.  
  52. attribute:"title"
  53.  
  54. });
  55.  
  56. });
  57.  
  58. })(jQuery);
  59.  
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70. #tumblr_controls{
  71. position:fixed !important;
  72. -webkit-filter: invert(100%)}
  73.  
  74.  
  75.  
  76. #s-m-t-tooltip{
  77. position:absolute;
  78. margin-top: 15px;
  79. z-index:9999;
  80. background:{color:background};
  81. }
  82.  
  83.  
  84.  
  85. /*basics*/
  86. blockquote {padding: 0px 0 0px 10px;
  87. border-left:1px solid #000;
  88. margin-left:30px;
  89. }
  90.  
  91. body {
  92. background:{color:background} url('{image:background}') center center fixed repeat;
  93. {block:ifstretchbackground}
  94. -webkit-background-size: cover;
  95. -moz-background-size: cover;
  96. -o-background-size: cover;
  97. background-size: cover;
  98. {/block:ifstretchbackground}
  99. color:{color:text};
  100. font-family: arial;
  101. font-size:9px;
  102. text-align:justify;
  103. margin:0;
  104. line-height:16px;}
  105.  
  106.  
  107.  
  108. a {
  109. color:{color:link};
  110. text-decoration:none;
  111. }
  112.  
  113. a:hover {
  114. text-decoration:underline;}
  115.  
  116. img{opacity:1;
  117. border:none;
  118. text-decoration:none}
  119.  
  120.  
  121. small {
  122. font-size:9px;}
  123.  
  124. big {
  125. font-size:12px;}
  126.  
  127.  
  128. #title {font-size:12px;
  129. line-height:18px;
  130. font-weight:bold;
  131. margin-bottom:10px;
  132. text-transform:uppercase;
  133. text-align:left;}
  134.  
  135.  
  136. /*sidebar*/
  137. #sidebar {text-align:left;
  138. position:fixed;
  139. margin-left:-315px;
  140. margin-top:75px;
  141. width:200px;
  142. background-color:#fff;
  143. padding:5px;
  144.  
  145. {block:ifShadow}
  146. box-shadow:rgba(0,0,0,0.1)7px 7px;
  147. {/block:ifShadow}}
  148.  
  149. }
  150.  
  151. #sidebarim {margin-bottom:20px}
  152.  
  153. #sidebarim img {width:200px}
  154.  
  155. #blogt {font-size:18px;
  156. font-weight:bold;}
  157.  
  158. #links {
  159. line-height:16px;
  160. text-transform:lowercase;text-align:center;
  161.  
  162. }
  163.  
  164.  
  165. #links a {
  166. margin-right:5px;
  167. display:inline-block;
  168. margin-bottom:5px;
  169. background-color:#fff;
  170.  
  171. }
  172.  
  173. #description {
  174. margin:10px 0;
  175. text-align:justify;
  176. }
  177.  
  178.  
  179. /*pagination*/
  180. #pagination {
  181. margin:50px 0;
  182. text-transform:lowercase;
  183. font-weight:bold;
  184. }
  185. #pagination a {
  186. padding:0 15px;
  187. background-color:#fff;
  188. padding:10px;{block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  189. }
  190.  
  191. /*container*/
  192. #con {
  193. left:50%;
  194. margin-left:-150px;
  195. position:absolute;
  196. }
  197.  
  198.  
  199.  
  200. /*posts*/
  201.  
  202. #entries {
  203. margin-top:75px;
  204. width:400px;
  205. }
  206.  
  207.  
  208.  
  209. #posts {
  210. width:400px;
  211. background-color:#fff;
  212. padding:5px;
  213. {block:IndexPage}
  214. margin-bottom:95px;{block:ifShadow}
  215. box-shadow:rgba(0,0,0,0.1)7px 7px;
  216. {/block:ifShadow}
  217. margin-bottom:75px;
  218. {/block:IndexPage}
  219. {block:PermalinkPage}
  220. margin-bottom:50px;
  221. {/block:PermalinkPage}
  222.  
  223. }
  224. #posts img {
  225. max-width:400px;
  226. }
  227.  
  228. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  229. .caption {width:100%;
  230. margin-top:10px;
  231.  
  232. }
  233.  
  234. /*quote*/
  235.  
  236. #titlequote{
  237. text-align:center;
  238. font-size:14px;
  239. line-height:18px;
  240. font-weight:bold;
  241. }
  242.  
  243. #source {
  244. text-align:center;
  245. font-size:8px;
  246. letter-spacing:1px;
  247. text-transform:uppercase;
  248. padding-bottom:5px;
  249. margin-top:15px;
  250. margin-left:15px;
  251. }
  252.  
  253.  
  254. /*audio*/
  255.  
  256. .newplayerbutton {
  257. position: relative;
  258. width: 28px;
  259. height: 27px;
  260. overflow: hidden;
  261. }
  262.  
  263. .playerbuttonhug {
  264. position: absolute;
  265. top: -11px;
  266. left: -12px;
  267. }
  268.  
  269.  
  270. .tumblr_audio_player {
  271. border: none;
  272. padding: 0px;
  273. margin: 0px;
  274. height: 50px;
  275. width: 400px;
  276. }
  277.  
  278. .playerbuttonbg {
  279. position: absolute;
  280. left: 20px;
  281. top: 20px;
  282. width: 28px;
  283. height: 28px;
  284. background-color: #ffffff;
  285. padding: 10px;
  286. -webkit-border-radius: 40px;
  287. -moz-border-radius: 40px;
  288. border-radius: 40px;
  289. opacity: .4;
  290. filter: alpha(opacity=40);
  291. -moz-opacity: 0.4;
  292. -khtml-opacity: 0.4;
  293. transition: opacity .7s ease-in-out;
  294. -moz-transition: opacity .7s ease-in-out;
  295. -webkit-transition: opacity .7s ease-in-out;
  296. }
  297.  
  298. .playerbuttonbg:hover {
  299. opacity: 1;
  300. filter: alpha(opacity=100);
  301. -moz-opacity: 1;
  302. -khtml-opacity: 1;
  303. }
  304.  
  305. .audioimgwrapper {
  306. position: absolute;
  307. left: 0px;
  308. top: 0px;
  309.  
  310.  
  311. overflow: hidden;
  312. width: 88px;
  313. height: 88px;
  314. }
  315.  
  316. .audioimgwrapper img {
  317. width: 100%;
  318. height: auto;
  319.  
  320. }
  321.  
  322. .trackdetails {
  323. width: auto;
  324. display:inline-block;
  325. margin-left: 100px;
  326. min-height: 85px;
  327. }
  328.  
  329. .audiowrapper {
  330. position: relative;
  331. display:inline-block;
  332. }
  333.  
  334. /*asks*/
  335. .q {margin-bottom:10px;
  336. line-height:15px;
  337. background-color:{color:asks};
  338. padding:15px;
  339. }
  340. .as {
  341. font-weight:bold;}
  342.  
  343. .a {
  344. margin-top:20px;
  345. }
  346.  
  347. /*chat*/
  348.  
  349. .chat ol {
  350. padding:0;
  351. list-style:none;
  352. }
  353. .line {padding:5px 0;}
  354.  
  355. .label {font-weight:bold;
  356. }
  357.  
  358.  
  359.  
  360.  
  361.  
  362. /*permalink and notes*/
  363.  
  364. #permalink {
  365. margin-top:5px;
  366. font-size:9px;
  367. text-transform:uppercase;
  368.  
  369. }
  370. #permalink a {margin-right:10px;
  371. }
  372.  
  373.  
  374. .tags {
  375. word-break:break-all;
  376. font-size:9px;
  377. text-transform:none;
  378. }
  379. .tags a{
  380.  
  381. border-bottom:1px solid #222222}
  382.  
  383.  
  384. .pagenotes {
  385. {block:IndexPage}
  386. display: none!important;
  387. {/block:IndexPage}
  388. width:400px;
  389. text-align:left;
  390.  
  391. }
  392. .pagenotes img {
  393. display:none!important;}
  394. .pagenotes li {
  395. list-style-type:none;
  396. padding:5px 0px;
  397. text-align:left;
  398. margin:0 0 0 -40px;
  399. }
  400.  
  401. #credit {
  402. bottom:10px;
  403. font-style:none;
  404. font-size:14px;
  405. right:35px;
  406. position:fixed;
  407. }
  408.  
  409.  
  410. {CustomCSS}
  411.  
  412.  
  413. </style>
  414.  
  415.  
  416.  
  417. </head>
  418.  
  419. <body>
  420. <!---DONT TOUCH THIS ---> <div id="credit"><a href="http://zeautiful.tumblr.com">☹</a></div>
  421. <div id="con">
  422.  
  423. <div id="sidebar">
  424. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  425. <p></p><div id="blogt">{text:Title}</div>
  426. <div id="description">{Description}</div>
  427. <div id="links"><select onChange="location=this.options[this.selectedIndex].value;" style="
  428. font-size: 9px;color:{color:text}; width:70px;padding:1px;-moz-border-radius: 0px;-webkit-border-radius: 0px; border-radius: 0px;border: 1px solid #fff;background-color: #fff;margin-bottom:5px;-webkit-appearance: none;text-align:center; "><option value=><center>&nbsp;&nbsp;&nbsp;Navigation</center></option>
  429. <option value="/">Home</a></option>
  430. <option value="/ask">Ask</a></option>
  431. {block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}
  432. {block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}
  433. {block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}
  434.  
  435. </select>
  436. </div>
  437.  
  438.  
  439.  
  440. </div>
  441.  
  442.  
  443.  
  444.  
  445. <div id="entries">
  446.  
  447. {block:Posts}
  448. <div id="posts">
  449.  
  450.  
  451. {block:Quote}
  452.  
  453.  
  454. <div id="titlequote">“{Quote}”</div>
  455. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  456. {/block:Quote}
  457.  
  458.  
  459.  
  460. {block:Text}
  461.  
  462. {block:Title}
  463. <div id="title">{Title}</div>{/block:Title}
  464. {Body}
  465. {/block:Text}
  466.  
  467. {block:Link}
  468. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471. {block:Chat}
  472. {block:Title}
  473. <h1>{Title}</h1>
  474. {/block:Title}
  475. <div class="chat">
  476. <ol>{block:Lines}
  477. <li class="line {Alt}">
  478. {block:Label}
  479. <span class="label">
  480. {Label}</span>
  481. {/block:Label}{Line}</li>
  482. {/block:Lines}
  483. </ol></div>
  484. {/block:Chat}
  485.  
  486. {block:Photo}
  487. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  488. {/block:Photo}
  489.  
  490. {block:Photoset}
  491. {Photoset-400}
  492. {/block:Photoset}
  493.  
  494. {block:Video}
  495. {Video-400}
  496. {/block:Video}
  497.  
  498. {block:AudioPlayer}
  499. <div class="audiowrapper">
  500. {block:AlbumArt}
  501. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  502. {/block:AlbumArt}
  503.  
  504. <div class="playerbuttonbg">
  505. <div class="newplayerbutton">
  506. <div class="playerbuttonhug">
  507.  
  508. {AudioPlayerWhite}
  509.  
  510. </div>
  511. </div>
  512. </div>
  513.  
  514. <div class="trackdetails">
  515.  
  516. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  517. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  518. {block:Album}Album: {Album}{/block:Album}<br/>
  519. {PlayCountWithLabel}
  520.  
  521. </div>
  522. </div>
  523. {/block:AudioPlayer}
  524.  
  525. {block:Answer}
  526. <div class="q">
  527. <div class="as">{Asker} said: </div>
  528. {Question}</div>
  529. <div class="a">{Answer}</div>
  530. {/block:Answer}
  531. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  532.  
  533. {block:Date}
  534. <div id="permalink">
  535. <a href="{Permalink}" ><b>{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</b></a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:HasTags}<div class="tags">#: {block:Tags} <a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  536. </div>
  537. {/block:Date}
  538. {/block:indexPage}
  539. {block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via | </a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  540. {block:HasTags}<div class="tags">#: {block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  541. </div>
  542. {/block:Date}{/block:permalinkpage}
  543.  
  544.  
  545.  
  546. </div>
  547.  
  548.  
  549. {block:PostNotes}
  550. <div class="pagenotes">
  551. {PostNotes}
  552. </div>
  553. {/block:PostNotes}
  554.  
  555.  
  556. {/block:Posts}
  557.  
  558. <div id="pagination">
  559. {block:Pagination}
  560. {block:PreviousPage}
  561. <a href="{PreviousPage}">Back</a>
  562. {/block:PreviousPage}
  563.  
  564.  
  565. {block:NextPage}
  566. <a href="{NextPage}">Next</a>
  567. {/block:NextPage}
  568. {/block:Pagination}
  569. </div>
  570.  
  571.  
  572.  
  573. </div>
  574.  
  575. </div>
  576.  
  577.  
  578. {block:ContentSource}
  579. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  580. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  581. {/block:SourceLogo}
  582. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  583. {/block:ContentSource}
  584.  
  585. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement