Advertisement
lonodon

Theme 12: Liquid Love by phllester

Sep 16th, 2016
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!-- THEME 13; LIQUID LOVE BY PHLLESTER. PLEASE DO NOT STEAL OR REMOVE CREDIT. PLEASE DO NOT REDISTRIBUTE AS YOUR OWN BASE CODE BY HOGWAT.-->
  11.  
  12. <meta name="color:Body" content="#666666"/>
  13. <meta name="color:Links" content="#dccbe7"/>
  14. <meta name="color:Sidebar Links" content="#aaaaaa">
  15. <meta name="color:Sidebar links bg" content="#ffffff">
  16. <meta name="color:Hover" content="#000000"/>
  17. <meta name="color:Description" content="#aaaaaa">
  18. <meta name="color:Border" content="#E7E7E7">
  19. <meta name="color:Background" content="#f5f5f5">
  20. <meta name="color:Scrollbar" content="#dccbe7">
  21. <meta name="color:Scrollbar Background" content="#ffffff">
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="text:Sidebar Title" content="title"/>
  24. <meta name="text:Ask url" content="/ask">
  25. <meta name="text:link C" content="link"/>
  26. <meta name="text:link C url" content="/">
  27. <meta name="text:link D" content="link"/>
  28. <meta name="text:link D url" content="/">
  29. <meta name="text:link E" content="link"/>
  30. <meta name="text:link E url" content="/">
  31.  
  32. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  33.  
  34. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:90,
  51.  
  52. tip_fade_speed:600,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63. <!--basic tooltip from tutorial-baby! Enjoy-->
  64. <style>
  65. .tooltip{
  66. display: inline;
  67. position: relative;
  68. }
  69. #s-m-t-tooltip {
  70. max-width:300px; /*how big the tooltip can be at most*/
  71. border-radius: 0px; /*change your border radius*/
  72. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  73. margin:20px 7px -2px 20px; /*distance from word*/
  74. background-color:#ffffff; /*background color*/
  75. border:1px solid #E0E0E0; /*border info*/
  76. font-family:calibri; /*tooltip font*/
  77. font-size:9px; /*tooltip font size*/
  78. text-transform:uppercase; /*makes the tooltip title uppercase*/
  79. color:{color:body}; /*tooltip font color*/
  80. z-index:999999999999999999999999999999999999;
  81. }
  82. </style>
  83.  
  84. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  85. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  86.  
  87. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  88. <style type="text/css">
  89.  
  90.  
  91.  
  92. h2{
  93. font-family:arial;
  94. padding-left:10px;
  95. padding-right:10px;
  96. text-transform:lowercase;
  97. color:{color:Links};
  98. letter-spacing:-2px;
  99. font-size:20px;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb {
  103. height:auto;
  104. background-color:{color:Scrollbar};
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:9px;
  109. width:4px;
  110. background-color:{color:ScrollbarBg};
  111. }
  112.  
  113. body {
  114. background-color:{color:Background};
  115. font-family:calibri;
  116. font-size:10px;
  117. text-transform:lowercase;
  118. text-align:justify;
  119. color:{color:Body};
  120. margin:0;
  121. }
  122.  
  123. a {
  124. color:{color:Links};
  125. text-decoration:none;
  126. -moz-outline-style:none;
  127. }
  128.  
  129. a:hover{
  130. color:{color:Hover};
  131. -moz-transition-duration:0.3s;
  132. -webkit-transition-duration:0.3s;
  133. -o-transition-duration:0.3s;
  134. }
  135.  
  136. img {
  137. border:none;
  138. }
  139.  
  140. blockquote {
  141. padding-left:5px;
  142. margin-left:1px;
  143. border-left:2px solid;
  144. }
  145.  
  146. blockquote blockquote {
  147. padding-left:5px;
  148. border-left:2px solid;
  149. }
  150.  
  151. #sidebar{
  152. position:fixed;
  153. margin-top:120px;
  154. margin-left:150px;
  155. width:210px;
  156. }
  157.  
  158. #sidebarimg img{
  159. width:212px;
  160. margin-left:6px;
  161. padding:2px;
  162. }
  163.  
  164. #links{
  165. width:245px;
  166. font-size:11px;
  167. margin-top:-5px;
  168. text-transform:lowercase;
  169. word-spacing:1px;
  170. position:fixed;
  171. padding:5px;
  172. -moz-transition-duration:0.5s;
  173. -webkit-transition-duration:0.5s;
  174. -o-transition-duration:0.5s;
  175. }
  176.  
  177. #links a{
  178. border-bottom:1px solid {color:border};
  179. border-left:1px solid {color:border};
  180. border-right:1px solid {color:border};
  181. width:200px;
  182. text-align:left;
  183. color:{color:sidebar links};
  184. background-color:{color:sidebar links bg};
  185. padding:5px;
  186. margin-left:3px;
  187. display:inline-block;
  188. -moz-transition-duration:0.3s;
  189. -webkit-transition-duration:0.3s;
  190. -o-transition-duration:0.3s;
  191. }
  192.  
  193. #links a:hover{
  194. color:{color:Hover};
  195. padding:5px;
  196. -moz-transition-duration:0.7s;
  197. -webkit-transition-duration:0.7s;
  198. -o-transition-duration:0.7s;
  199. }
  200.  
  201.  
  202.  
  203. #desc{
  204. border-bottom:1px solid {color:border};
  205. border-left:1px solid {color:border};
  206. border-right:1px solid {color:border};
  207. width:190px;
  208. text-transform:lowercase;
  209. text-align:left;
  210. margin-left:7.5px;
  211. margin-top:-5px;
  212. font-size:10px;
  213. padding:10px;
  214. background-color:#fff;
  215. color:{color:Description};
  216. -moz-transition-duration:0.3s;
  217. -webkit-transition-duration:0.3s;
  218. -o-transition-duration:0.3s;
  219. }
  220.  
  221.  
  222. .pagi {
  223. font-family:Inconsolata;
  224. width:380px;
  225. border:solid 1px {color:border};
  226. text-transform:uppercase;
  227. font-style:normal;
  228. margin-top:2px;
  229. word-spacing:5px;
  230. text-align:center;
  231. margin-left:0px;
  232. padding:10px;
  233. box-shadow: rgba(0,0,0,.05) 1px 1px 3px;
  234. background-color:{color:sidebar links bg};
  235. -moz-transition-duration:0.3s;
  236. -webkit-transition-duration:0.3s;
  237. -o-transition-duration:0.3s;
  238. }
  239.  
  240. .pagi a:hover {
  241. color:#000000;
  242. -moz-transition-duration:0.3s;
  243. -webkit-transition-duration:0.3s;
  244. -o-transition-duration:0.3s;
  245. }
  246.  
  247. #container {
  248. width:400px;
  249. padding:10px;
  250. margin-left:525px;
  251. margin-top:55px;
  252. }
  253.  
  254.  
  255. #posts{
  256. width:400px;
  257. border: solid 1px {color:border};
  258. margin-top:30px;
  259. background-color:#fff;
  260. box-shadow: rgba(0,0,0,.05) 1px 1px 3px;
  261. }
  262.  
  263. #info {
  264. text-align:left;
  265. margin-top:10px;
  266. padding:7px 10px 0px 10px;
  267. font-family:Inconsolata;
  268. font-style:none;
  269. text-transform:uppercase;
  270. border-top:1px solid {color:border};
  271. }
  272.  
  273.  
  274. #topinfo {
  275. text-align:left;
  276. padding:7px 10px 0px 10px;
  277. margin-bottom:10px;
  278. font-family:Inconsolata;
  279. font-style:none;
  280. text-transform:uppercase;
  281. }
  282.  
  283. #tags {
  284. font-style:none;
  285. font-family:Inconsolata;
  286. margin-top:-10px;
  287. text-align:left;
  288. padding:10px 10px 10px 10px;
  289. }
  290.  
  291. #tags a {
  292. display:inline;
  293. padding:3px;
  294. text-align:left;
  295. color:{color:description};
  296. ;}
  297. .playbutton {width: 10px;
  298. height: 20px;
  299. overflow: hidden;
  300. position: relative;
  301. z-index: 1000;
  302. margin: 15px 24px 13px 16px;}
  303.  
  304. .playbox {background-color: #000;
  305. position: absolute;
  306. z-index: 1000;
  307. margin-top: 20px;
  308. margin-left: 27.5px;
  309. opacity: 0.5;}
  310.  
  311. .cover {
  312. width:75px;
  313. position: relative;
  314. z-index: 1;
  315. padding-top:5px;
  316. padding-left:15px;
  317. padding-right:15px;
  318. }
  319.  
  320. #audioinfo{
  321. margin-top:5px;
  322. margin-left:-5px;
  323. display:inline-block;
  324. font-family:inconsolata;
  325. text-transform:uppercase;
  326. }
  327.  
  328. .audioimg{ padding:10px;
  329. display:inline-block;
  330. font-family:inconsolata;
  331. text-transform:uppercase;
  332. }
  333.  
  334. .button{
  335. float:right;
  336. display:inline;
  337. }
  338. .buttons{
  339. display:inline-block;
  340. font-size:12px;
  341.  
  342. }
  343.  
  344.  
  345. .question{
  346. border-bottom:1px solid {color:border};
  347. border-top:1px solid {color:border};
  348. margin-top:-4px;
  349. padding-top:5px;
  350. padding-bottom:10px;
  351. padding-left:15px;
  352. padding-right:5px;
  353. text-transform:uppercase;
  354. letter-spacing:1px;
  355. }
  356.  
  357. .asker{
  358. font-weight:bold;
  359. margin-top:5px;
  360. text-align:center;
  361. padding:2px;
  362. text-transform:uppercase;
  363. margin-bottom:5px;
  364. }
  365.  
  366.  
  367. .answer{
  368. letter-spacing:1px;
  369. padding-top:5px;
  370. padding-bottom:0px;
  371. padding-left:15px;
  372. padding-right:5px;
  373. }
  374.  
  375. .titlesb{
  376. border-top:1px solid {color:border};
  377. border-left:1px solid {color:border};
  378. border-right:1px solid {color:border};
  379. background-color:#fff;
  380. font-family:arial;
  381. padding:10px;
  382. margin-left:7.5px;
  383. width:190px;
  384. margin-top:-40px;
  385. font-size:20px;
  386. text-transform:lowercase;
  387. position: fixed;
  388. z-index:100px;
  389. color:{color:description};
  390. font-weight:bold;
  391. letter-spacing:-2px;
  392. text-align:center;}
  393.  
  394. #maker {
  395. position:fixed;
  396. background-color:{color:Links};
  397. color:{color:Background};
  398. padding-top:3px;
  399. padding-left:5px;
  400. padding-right:5px;
  401. padding-bottom:3px;
  402. bottom:10px;
  403. right:10px;
  404. font-family:arial;
  405. font-style:none;
  406. font-size:10px;
  407. letter-spacing:0px;
  408. -moz-transition-duration:0.5s;
  409. -webkit-transition-duration:0.5s;
  410. -o-transition-duration:0.5s;
  411. }
  412.  
  413. #maker a {
  414. border:solid {color:Links} 1px;
  415. position:fixed;
  416. background-color:{color:Links};
  417. color:{color:Background};
  418. padding-top:3px;
  419. padding-left:5px;
  420. padding-right:5px;
  421. padding-bottom:3px;
  422. text-transform:uppercase;
  423. bottom:10px;
  424. right:10px;
  425. font-family:calibri;
  426. font-size:10px;
  427. -moz-transition-duration:0.5s;
  428. -webkit-transition-duration:0.5s;
  429. -o-transition-duration:0.5s;
  430. }
  431.  
  432. #maker a:hover {
  433. border: solid {color:Links} 1px;
  434. color:{color:Links};
  435. background-color:{color:Background};
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .link{
  442. padding:10px 20px;}
  443.  
  444.  
  445. .captions{
  446. padding-top:5px;
  447. padding-bottom:5px;
  448. padding-left:15px;
  449. padding-right:15px;
  450. }
  451.  
  452. ol.notes {
  453. list-style:none;
  454. padding:5px;
  455. }
  456.  
  457. ol.notes img {
  458. width:15px;
  459. margin-right:5px;
  460. border-radius: 50px;
  461. }
  462. {CustomCSS}
  463.  
  464. </style></head>
  465.  
  466.  
  467. <body>
  468.  
  469. <div id="sidebar"><div class="titlesb">{text:Sidebar Title}</div>
  470. <div id="sidebarimg">
  471. <img src="{image:Sidebar}"></div>
  472. <div id="desc">{description}</div>
  473. <div id="links"> <a class="link" href="/"><i class="fa fa-home" style="margin-right:5px;margin-left:5px;color:{color:body};"></i> index</a>
  474. <a class="link" href="{text:Ask url}"><i class="fa fa-question-circle" style="margin-right:5px;margin-left:5px;color:{color:body};"></i> message</a>
  475. <a class="link" href="{text:link C url}"><i class="fa fa-bars" style="margin-right:5px;margin-left:5px;color:{color:body};"></i> {text:link C}</a>
  476. <a class="link" href="{text:link D url}"><i class="fa fa-cog" style="margin-right:5px;margin-left:5px;color:{color:body};"></i> {text:link D}</a>
  477. <a class="link" href="{text:link E url}"><i class="fa fa-star" style="margin-right:5px;margin-left:5px;color:{color:body};"></i> {text:link E}</a>
  478. </div>
  479. </div>
  480. </div>
  481.  
  482.  
  483.  
  484.  
  485. <div id="container">
  486. {block:Posts}
  487.  
  488. <div id="posts">
  489.  
  490.  
  491. {block:Date}<div id="topinfo">
  492. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a><div style="display:inline;float:right;">
  493. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>{block:ContentSource}
  494. <style="color:#cccccc;"> <i class="fa fa-retweet"></i></style> <a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  495.  
  496. </div></div>{/block:Date}
  497.  
  498. {block:Text}<div class="captions">
  499. {block:Title}<h2>{Title}</h2>{/block:Title}
  500. {Body}</div>
  501. {/block:Text}
  502.  
  503.  
  504. {block:Answer}<div class="asker"><img src="{AskerPortraitURL-48}" style="float:center;border-radius:50px; border: solid 3px {color:sidebar links}; margin-bottom:-25px;"></div>
  505. <div class="question"><br>{Asker} ASKED: {Question}<br>
  506. </div>
  507. <div class="answer">
  508. <blockquote>{Answer}</blockquote></div>{/block:Answer}
  509.  
  510. {block:Quote}
  511.  
  512. <div class="quote">
  513. <div class="quotetext_{Length}"><h2>❝{Quote}❞</h2></div><div style="padding-left:10px;padding-right:10px;">
  514. {block:Source}<div class="source">{Source}</div>{/block:Source}
  515. </div></div>
  516. {/block:Quote}
  517.  
  518. {block:Link}
  519. <h2><a href="{URL}">{Name}</a></h2><div style="padding-left:10px;padding-right:10px;">
  520. {block:Description}{Description}{/block:Description} </div>
  521. {/block:Link}
  522.  
  523. {block:Chat}
  524. {block:Title}<h2>{Title}</h2>{/block:Title}<div style="padding:10px;">
  525. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  526. {Line}</li>{/block:Lines}</ul></div>
  527. {/block:Chat}
  528.  
  529. {block:Photo}
  530. {linkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{linkCloseTag}{block:Caption}<div class="captions"> {caption}</div>{/block:Caption}
  531. {/block:Photo}
  532.  
  533. {block:Photoset}
  534. <div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  535. <div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></center></div><div class="captions"> {caption}</div>{/block:Caption}
  536. {/block:Photoset}
  537.  
  538. {block:Video}
  539. {Video-400}
  540. {block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  541. {/block:Video}
  542.  
  543. {block:Audio}
  544. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}" width="65"></div>{/block:AlbumArt}
  545. <div id="audioinfo">
  546. {AudioPlayerWhite}
  547. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  548. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  549. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br></div>
  550. {/block:Audio}
  551.  
  552. <div id="permalink">
  553. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a> //
  554. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  555. <div class="button"><div class="buttons">{ReblogButton size="12"}</div>
  556. <div class="buttons">
  557. {LikeButton size="13"}
  558. </div>
  559. </div> </div>
  560.  
  561. {/block:Date}
  562. <div id="tags"><BR>{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div></div>
  563.  
  564.  
  565. <div class="postnote">
  566. {block:PostNotes}{PostNotes}{/block:PostNotes}
  567. </div>
  568. </div><br>
  569.  
  570.  
  571. {/block:Posts}
  572. {block:Pagination}
  573. <div class="pagi">
  574. {block:PreviousPage}
  575. <a href="{PreviousPage}">back</a>
  576. {/block:PreviousPage}
  577. {block:NextPage}
  578. <a href="{NextPage}">next</a>
  579. {/block:NextPage}
  580. </div>
  581. {/block:Pagination}</div></div></div>
  582. <br><br><br><br>
  583. </div></div>
  584.  
  585. {/block:Posts}
  586.  
  587. <!--PLEASE DO NOT REMOVE CREDIT-->
  588. <div id="maker">
  589. <a href="http://phllester.tumblr.com/" title="theme by phllester"><i class="fa fa-diamond"></i></a>
  590. </div>
  591.  
  592.  
  593.  
  594. </div></div></div></div></div></div></div></div></div></div>
  595. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  596. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  597. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  598.  
  599. <script>
  600. // PXU Photoset Script by Pixel Union
  601. $(document).ready(function(){
  602. $('.photo-slideshow').pxuPhotoset({
  603. lightbox:true,
  604. rounded:false,
  605. gutter:'0px',
  606. borderRadius:'0px',
  607. photoset:'.photo-slideshow',
  608. photoWrap:'.photo-data',
  609. photo:'.pxu-photo'
  610. });
  611. });
  612. </script>
  613. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement