Advertisement
quirons

javadd, fifteen

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