Advertisement
quirons

to sleep, sixteen (backup sleepofficial)

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