Advertisement
quirons

bridges, fourteen

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