Advertisement
quirons

settle down, ten

Feb 11th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. SETTLE DOWN, C10 BY @QUIRONS.
  8. - don't repost or give away as your own
  9. - don't steal bits of the code
  10. - if you have any doubts/find bugs, feel free to send me a message
  11.  
  12. -->
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18. <meta charset="utf-8">
  19. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <!-- SCRIPTS -->
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:90,
  34. tip_fade_speed:600,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41. <!-- METAS -->
  42.  
  43. <meta name="if:Custom Font" content="1"/>
  44. <meta name="if:background image" content="1"/>
  45.  
  46. <meta name="color:background" content="#ffffff"/>
  47. <meta name="image:background image" content=""/>
  48. <meta name="color:text" content="#000000"/>
  49. <meta name="color:links" content="#000000"/>
  50. <meta name="color:desc" content="#ffffff"/>
  51. <meta name="color:desc bg" content="#000000"/>
  52. <meta name="image:sidebar image" content=""/>
  53.  
  54. <meta name="text:Link1" content="Link 1"/>
  55. <meta name="text:Link2" content="Link 2"/>
  56. <meta name="text:Link3" content="Link 3"/>
  57. <meta name="text:URL1" content="URL 1"/>
  58. <meta name="text:URL2" content="URL 2"/>
  59. <meta name="text:URL3" content="URL 3"/>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  63.  
  64. <style type="text/css">
  65.  
  66. /* -------- SCROLLBAR -------- */
  67.  
  68. ::-webkit-scrollbar {width: 2px;}
  69. ::-webkit-scrollbar-track {background:none;}
  70. ::-webkit-scrollbar-thumb {background:black;}
  71. ::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
  72. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  73.  
  74. /* -------- TOOLTIPS -------- */
  75.  
  76. #s-m-t-tooltip {
  77. max-width:300px;
  78. margin:15px;
  79. padding:5px;
  80. background-color:black;
  81. font-size:12px;
  82. color:white;
  83. z-index:999999999999999999999999999999999999;
  84. {block:ifcustomfont}
  85. font-family:'inconsolata';
  86. {/block:ifcustomfont}
  87. }
  88.  
  89. /* -------- BASICS -------- */
  90.  
  91. body {
  92. color:{color:text};
  93. font-family:helvetica, arial, times;
  94. background-color:{color:background};
  95. font-size:11px;
  96. {block:ifbackgroundimage}
  97. background:url({image:background image}) no-repeat center center fixed;
  98. -webkit-background-size: cover;
  99. -moz-background-size: cover;
  100. -o-background-size: cover;
  101. background-size: cover;
  102. {/block:ifbackgroundimage}
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. font-weight:bold;
  108. color:{color:links};
  109. -webkit-transition: all .3s;
  110. -moz-transition: all .3s;
  111. -o-transition: all .3s;
  112. -ms-transition: all .3s;
  113. transition: all .3s;
  114. }
  115.  
  116. h1 {
  117. text-transform:uppercase;
  118. font-size:13px;
  119. }
  120.  
  121. #pagination {
  122. font-weight:bold;
  123. color:{color:links};
  124. margin-top:-65px;
  125. margin-bottom:-75px;
  126. text-align:center;
  127. }
  128.  
  129. #pagination a {
  130. color:{color:links};
  131. }
  132.  
  133. /* ------- SIDEBAR ------ */
  134.  
  135. #sidebar img {
  136. width:180px;
  137. display:block;
  138. margin-bottom:15px;
  139. border-radius:6px;
  140. }
  141.  
  142. #sidebar {
  143. display:block;
  144. color:{color:text};
  145. position:fixed;
  146. float:left;
  147. width:180px;
  148. padding:15px 15px 10px 15px;
  149. overflow:hidden;
  150. left:170px;
  151. top:300px;
  152. -webkit-transition: all .9s;
  153. -moz-transition: all .9s;
  154. -o-transition: all .9s;
  155. -ms-transition: all .9s;
  156. transition: all .9s;
  157. }
  158.  
  159. #wrap a {
  160. color:{color:desc};
  161. }
  162.  
  163. #sblinks {
  164. text-transform:lowercase;
  165. text-align:center;
  166. margin-top:2.5px;
  167. }
  168.  
  169. #sblinks a {
  170. display:inline-block;
  171. padding:2.5px;
  172. color:{color:desc};
  173. -webkit-transition: all .9s;
  174. -moz-transition: all .9s;
  175. -o-transition: all .9s;
  176. -ms-transition: all .9s;
  177. transition: all .9s;
  178. }
  179.  
  180. #sblinks a:hover, #wrap a:hover {
  181. text-shadow:1px 1px 2px {color:desc};
  182. opacity:1;
  183. }
  184.  
  185. #wrap {
  186. background:{color:desc bg};
  187. color:{color:desc};
  188. border-radius:6px;
  189. padding:15px;
  190. {block:ifCustomFont}
  191. font-family:'Inconsolata';
  192. {/block:ifCustomFont}
  193. }
  194.  
  195. /* ------- POSTS ------- */
  196.  
  197. #entries {
  198. margin-top:75px;
  199. margin-left:450px;
  200. position:static;
  201. float:left;
  202. border-left:1px solid #f0f0f0;
  203. padding-left:15px;
  204. }
  205.  
  206. #post {
  207. border-radius:4px;
  208. padding:20px 20px 0px 20px;
  209. width:500px;
  210. margin-bottom:135px;
  211. -webkit-transition: ease .5s;
  212. -moz-transition: ease .5s;
  213. -o-transition: ease .5s;
  214. -ms-transition: ease .5s;
  215. transition: ease .5s;
  216. }
  217.  
  218. #tags {
  219. color:{color:desc};
  220. background:{color:desc bg};
  221. -webkit-transition: ease .9s;
  222. -moz-transition: ease .9s;
  223. -o-transition: ease .9s;
  224. -ms-transition: ease .9s;
  225. transition: ease .9s;
  226. position:absolute;
  227. margin-top:20px;
  228. width:200px;
  229. padding:10px;
  230. border-radius:6px;
  231. opacity:0;
  232. {block:ifCustomFont}
  233. font-family:'inconsolata';
  234. {/block:ifCustomFont}
  235. }
  236.  
  237. #post:hover #tags {
  238. margin-top:15px;
  239. opacity:1;
  240. }
  241.  
  242. #tags a, #tags a:hover {
  243. opacity:1;
  244. color:{color:desc};
  245. }
  246.  
  247. #tags:last-child {
  248. margin-bottom:20px;
  249. }
  250.  
  251. .triangle {
  252. position:absolute;
  253. margin-top:-17.5px;
  254. margin-left:7.5px;
  255. width: 0;
  256. height: 0;
  257. border-style: solid;
  258. border-width: 0 10px 12px 10px;
  259. border-color: transparent transparent {color:desc bg} transparent;
  260. }
  261.  
  262. blockquote {
  263. margin-left:15px;
  264. border-left:1px solid #2f2f2f;
  265. padding:5px 0px 5px 30px;
  266. }
  267.  
  268. .pic, video {
  269. min-width:500px;
  270. }
  271.  
  272. .source {
  273. text-align:right;
  274. }
  275.  
  276. ul.chat {
  277. list-style:none;
  278. }
  279.  
  280. .chat span {
  281. margin-left:-30px;
  282. float:left;
  283. }
  284.  
  285. .person {
  286. font-weight:bold;
  287. margin-right:5px;
  288. }
  289.  
  290. #ask {
  291. color:{color:desc};
  292. padding:15px;
  293. background-color:{color:desc bg};
  294. border-radius:6px;
  295. }
  296.  
  297. #ask a {
  298. color:{color:desc};
  299. }
  300.  
  301. .comma:last-child {
  302. display:none;
  303. }
  304.  
  305. /* ------- MUSIC ------- */
  306.  
  307. #audioinfo {
  308. background:{color:desc bg};
  309. border-radius:6px;
  310. color:{color:desc};
  311. text-align:center;
  312. text-transform:uppercase;
  313. width:400px;
  314. display:inline-block;
  315. position:absolute;
  316. margin-left:-20px;
  317. padding-right:15px;
  318. height:75px;
  319. padding-left:5px;
  320. margin-top:12.5px;
  321. }
  322.  
  323. .info {
  324. margin-top:7.5px;
  325. padding:20px;
  326. text-align:center;
  327. }
  328.  
  329. .cover {
  330. width:100px;
  331. border-radius:50%;
  332. z-index:99;
  333. position:relative;
  334. -webkit-filter: Grayscale(100%);
  335. -webkit-transition-duration: 0.8s;
  336. -moz-transition-duration:0.8s;
  337. transition-duration:0.8s;
  338. -o-transition-duration:0.8s;
  339. }
  340.  
  341. #audio:hover .cover {
  342. -webkit-filter: Grayscale(0%);
  343. -webkit-transition: all 0.5s ease-out;
  344. -moz-transition: all 0.5s ease-out;
  345. transition: all 0.5s ease-out;
  346. }
  347.  
  348. .playbutton {
  349. width: 20px;
  350. height: 35px;
  351. overflow: hidden;
  352. z-index: 9999;
  353. margin-left:17.5px;
  354. padding-bottom:7.5px;
  355. padding-top:15px;
  356. }
  357.  
  358. .playbox {
  359. background-color:black;
  360. position: absolute;
  361. z-index: 900;
  362. margin-top: 24px;
  363. margin-left: 20.5px;
  364. padding-right:22.5px;
  365. opacity:.75;
  366. border-radius:50%;
  367. }
  368.  
  369. /* ------- NOTES ------- */
  370.  
  371. ol.notes {
  372. display:block;
  373. text-align:left;
  374. list-style:none;
  375. margin-left:-25px;
  376. margin-bottom:5px;
  377. }
  378.  
  379. ol.notes li.note{
  380. padding-bottom:5px;
  381. }
  382.  
  383. .pagenotes {
  384. margin-top:-45px;
  385. margin-bottom:60px;
  386. }
  387.  
  388. .pagenotes img{
  389. padding-right:5px;
  390. padding-top:5px;
  391. margin-bottom:-5px;
  392. display:none;
  393. }
  394.  
  395. </style>
  396. </head>
  397. <body>
  398.  
  399. <div id="sidebar">
  400. <a href="/" title="refresh"><img src="{image:sidebar image}"/></a>
  401. <div id="wrap">
  402. {Description}
  403. <div id="sblinks">
  404. <a href="{text:URL1}">{text:Link1}</a>
  405. <a href="{text:URL2}">{text:Link2}</a>
  406. <a href="{text:URL3}">{text:Link3}</a>
  407. </div>
  408. </div>
  409. </div>
  410.  
  411. <!-- POSTS -->
  412.  
  413. <div id="clubs" style="right:25px;bottom:15px;position:fixed;font-size:18px;font-family: 'Playfair Display', serif;";><a href="http://badlland.tumblr.com">C</a></div>
  414.  
  415. <div id="entries">
  416.  
  417. {block:Posts}
  418.  
  419. <div id="post">
  420.  
  421. <!-- VIA/SOURCE FIX -->
  422.  
  423. {block:ContentSource}
  424. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  425. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  426. {/block:SourceLogo}
  427. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  428. {/block:ContentSource}
  429.  
  430. {block:Text}
  431. {block:Title}
  432. <h1><a href="{Permalink}">{Title}</a></h1>
  433. {/block:Title}
  434. {Body}
  435. {/block:Text}
  436.  
  437. {block:Photo}
  438. {LinkOpenTag}
  439. <img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  440. {LinkCloseTag}
  441. {/block:Photo}
  442.  
  443. {block:Photoset}
  444. {Photoset-500}
  445. {/block:Photoset}
  446.  
  447. {block:Quote}
  448. {Quote}
  449. {block:Source}
  450. <div class="source"><br>{Source}</div>
  451. {/block:Source}
  452. {/block:Quote}
  453.  
  454. {block:Link}
  455. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  456. {block:Description}{Description}{/block:Description}
  457. {/block:Link}
  458.  
  459. {block:Chat}
  460. <ul class="chat">
  461. {block:Lines}
  462. <li class="{Alt}">
  463. {block:Label}<span class="person">{Label}</span>{/block:Label}
  464. <p> {Line} </p></li>
  465. {/block:Lines}
  466. </ul>
  467. {/block:Chat}
  468.  
  469. {block:Audio}
  470. <div id="audio">
  471. <div class="playbox"><div class="playbutton">
  472. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  473. </div></div>
  474. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}
  475. <div id="audioinfo">
  476. <div class="info">
  477. {block:TrackName}
  478. <b>{TrackName}</b><br />
  479. {/block:TrackName}
  480. {block:Artist}
  481. <b style="opacity:.8">{Artist}</b>
  482. {/block:Artist}
  483. {block:Album}
  484. <span style="padding-left:7.5px;opacity:.8">{Album}</span>
  485. {/block:Album}
  486. </div></div>
  487. </div>
  488. {/block:Audio}
  489.  
  490. {block:Video}
  491. {Video-500}
  492. {/block:Video}
  493.  
  494. {block:Answer}
  495. <div id="ask">
  496. <b style="text-transform:lowercase;">{Asker}: </b>
  497. {Question}
  498. </div>
  499. <div id="answer">{Answer}</div>
  500. {/block:Answer}
  501.  
  502. {block:Caption}
  503. {Caption}
  504. {/block:Caption}
  505.  
  506. {block:Date}
  507. <a href="{Permalink}">
  508. <div id="tags">
  509. <div class="triangle"></div>
  510. {block:Date}<span style="text-transform:lowercase;">
  511. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {TimeAgo}</span>
  512. {/block:Date}
  513. </a>
  514.  
  515. {block:NoteCount}
  516. <a href="{Permalink}"> + {NoteCount} </a>
  517. {/block:NoteCount}
  518.  
  519. <!--VIA AND SOURCE-->
  520. {block:RebloggedFrom} /
  521. <a href="{ReblogParentURL}">via</a>
  522. {/block:RebloggedFrom}
  523. {block:ContentSource}
  524. & <a href="{SourceURL}">source</a>
  525. {/block:ContentSource}
  526. {block:RebloggedFrom}{/block:RebloggedFrom}
  527.  
  528. {block:HasTags}
  529. / <b>tag:</b>
  530. {block:Tags}
  531. <a href="{TagURL}"> {Tag}</a><span class="comma">,</span>
  532. {/block:Tags}
  533. {/block:HasTags}
  534. </div>
  535. {/block:Date}
  536.  
  537. </div>
  538.  
  539. <!--POST NOTES-->
  540.  
  541. {block:PostNotes}
  542. <div class="pagenotes">{PostNotes-16}</div>
  543. {/block:PostNotes}
  544.  
  545. {/block:Posts}
  546.  
  547. {block:Pagination}
  548. <div id="pagination">
  549. {block:PreviousPage}
  550. <a href="{PreviousPage}">Previous</a> |
  551. {/block:PreviousPage}
  552. {block:NextPage}
  553. <a href="{NextPage}">Next</a>
  554. {/block:NextPage}
  555. </div>
  556. {/block:Pagination}
  557.  
  558. </div>
  559.  
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement