Advertisement
quirons

tube socks, six

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