silvercybermen

Theme 21: Youth

Dec 4th, 2015
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5.  
  6. <!--
  7.  
  8. THEME 21: YOUTH BY LUNECERISE AKA ROMULVS
  9.  
  10. You can edit as much as you want, as long as you:
  11. -keep the credit intact
  12. -don't steal any code
  13. -don't use as a base code
  14.  
  15. -->
  16.  
  17.  
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Header" content="#bbbbbb"/>
  28. <meta name="color:Title" content="#000000"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Text" content="#bbbbbb"/>
  31. <meta name="color:Accent" content="#F0E0E8"/>
  32. <meta name="color:Link" content="#aaaaaa"/>
  33. <meta name="color:Hover" content="#b3b3b3"/>
  34. <meta name="color:Line" content="#f3f3f3"/>
  35. <meta name="color:Border" content="#eeeeee"/>
  36. <meta name="color:Tooltip" content="#777777"/>
  37. <meta name="color:Scrollbar" content="#cccccc"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40.  
  41. <meta name="if:Small Cursor" content="1"/>
  42.  
  43. <meta name="text:Blog Title" content="">
  44. <meta name="text:linkA" content="">
  45. <meta name="text:linkA url" content="/">
  46. <meta name="text:linkB" content="">
  47. <meta name="text:linkB url" content="/">
  48. <meta name="text:linkC" content="">
  49. <meta name="text:linkC url" content="/">
  50. <meta name="text:linkD" content="">
  51. <meta name="text:linkD url" content="/">
  52. <meta name="text:linkE" content="">
  53. <meta name="text:linkE url" content="/"/>
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:1,
  63. tip_fade_speed:100,
  64. attribute:"title"
  65. });
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  72. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  73.  
  74. <script>
  75. $(document).ready(function(){
  76. $('.photo-slideshow').pxuPhotoset({
  77. lightbox: true,
  78. rounded: false,
  79. gutter: '5px',
  80. borderRadius: '0px',
  81. photoset: '.photo-slideshow',
  82. photoWrap: '.photo-data',
  83. photo: '.pxu-photo'
  84. });
  85. });
  86. </script>
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,600|Roboto:400,500' rel='stylesheet' type='text/css'>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar {width:3px; height:auto; background:{color:background};}
  93. ::-webkit-scrollbar-corner {background:{color:background};}
  94. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  95. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  96. ::-webkit-scrollbar-increment {width:3px; height:3px; background-color:{color:background};}
  97.  
  98. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  99. white-space:nowrap;
  100. -webkit-filter: invert(100%);
  101. -moz-filter: invert(100%);
  102. -o-filter: invert(100%);
  103. -ms-filter: invert(100%);
  104. filter: invert(100%);
  105. opacity:.4;transition: .8s ease-in-out;
  106. -webkit-transition: .8s ease-in-out;
  107. -moz-transition: .8s ease-in-out;
  108. -o-transition: .8s ease-in-out;
  109. }
  110.  
  111. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover {opacity:0.8;}
  112.  
  113. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  114. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  115. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  116.  
  117. .fade-in {
  118. opacity:0;
  119. -webkit-animation:fadeIn ease-in 1;
  120. -moz-animation:fadeIn ease-in 1;
  121. animation:fadeIn ease-in 1;
  122. -webkit-animation-fill-mode:forwards;
  123. -moz-animation-fill-mode:forwards;
  124. animation-fill-mode:forwards;
  125. -webkit-animation-duration:1s;
  126. -moz-animation-duration:1s; animation-duration:1s; }
  127.  
  128. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  129.  
  130. ::selection {background:{color:Accent};color:#fff;text-shadow:none;}
  131. ::-moz-selection {background:{color:Accent};color:#fff;text-shadow:none;}
  132. ::-webkit-selection {background:{color:Accent};color:#fff;text-shadow:none;}
  133.  
  134. #s-m-t-tooltip {
  135. max-width:300px;
  136. padding: 5px 8px;
  137. margin:10px;
  138. background-color:{color:background};
  139. font-size:8px;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. color:{color:tooltip};
  143. box-shadow:2px 2px 0.2em #eee;
  144. border-radius:2px;
  145. z-index:100000000000000000000000000000000000000000;
  146. transition:0.5s ease-in-out;
  147. -webkit-transition:0.5s ease-in-out;
  148. -moz-transition:0.5s ease-in-out;
  149. -ms-transition:0.5s ease-in-out;
  150. -o-transition:0.5s ease-in-out;
  151. }
  152.  
  153. {block:ifSmallCursor}*, body, a, a:hover, a:active { cursor:url(https://31.media.tumblr.com/4b32a8c60c9e7a01890827f616c6ed74/tumblr_inline_n7563jM9Gt1qcs1bb.png), auto;}{/block:ifSmallCursor}
  154.  
  155. html {height:100%;width:100%;}
  156. body {
  157. background:{color:background} url('{image:background}') no-repeat center;
  158. background-size:cover;
  159. margin:0px;
  160. color:{color:text};
  161. font-family:'Open Sans', sans-serif;
  162. font-size:9px;
  163. line-height:115%;
  164. height:100%;
  165. width:100%;
  166. }
  167.  
  168. a {
  169. text-decoration:none;
  170. -moz-outline-style:none;
  171. color:{color:link};
  172. transition:0.5s ease-in-out;
  173. -webkit-transition:0.5s ease-in-out;
  174. -moz-transition:0.5s ease-in-out;
  175. -ms-transition:0.5s ease-in-out;
  176. -o-transition:0.5s ease-in-out;}
  177.  
  178. a:hover {color:{color:hover};}
  179. img {border:none;max-width:100%;height:auto;}
  180. h1 {font-size:12px;text-transform:uppercase;line-height:110%;}
  181. h2 {font-size:17px;line-height:110%;}
  182. b, strong {font-weight:700;}
  183. ol {list-style:lower-roman;line-height:123%;}
  184. li {list-style:circle;line-height:123%;}
  185. blockquote {padding-left:5px;border-left:1px dotted {color:line};margin-right:10px;margin-left:10px;}
  186. blockquote blockquote {padding-left:5px;border-left:1px dotted {color:line};margin-right:10px;margin-left:20px;}
  187.  
  188. pre {
  189. padding:3px 5px;
  190. width:100%;
  191. text-transform:uppercase;
  192. font-family:consolas;
  193. white-space: pre-wrap;
  194. white-space: -moz-pre-wrap;
  195. white-space: -pre-wrap;
  196. white-space: -o-pre-wrap;
  197. word-wrap: break-word;
  198. }
  199.  
  200. #header {
  201. position:fixed;
  202. width:300px;
  203. top:0;
  204. top:45px;
  205. left:45px;
  206. opacity:1;
  207. z-index:2;
  208. padding:0 50px;
  209. text-align:center;
  210. background:{color:background};
  211. }
  212.  
  213. #title {
  214. font:bold 25px 'Lato', sans-serif;
  215. text-transform:uppercase;
  216. padding:100px 0px;
  217. text-align:center;
  218. line-height:110%;
  219. z-index:4;
  220. }
  221.  
  222. #title a {
  223. letter-spacing:2px;
  224. padding-bottom:1px;
  225. padding-right:7px;
  226. margin-left:2px;
  227. color:{color:title};
  228. transition:0.5s ease-in-out;
  229. -webkit-transition:0.5s ease-in-out;
  230. -moz-transition:0.5s ease-in-out;
  231. -ms-transition:0.5s ease-in-out;
  232. -o-transition:0.5s ease-in-out;
  233. }
  234.  
  235. #title a:hover {
  236. text-decoration:none;
  237. color:#fff;
  238. -webkit-filter:blur(1px);
  239. text-shadow:0px 0px 0.2em #fff;
  240. }
  241.  
  242. .desc {
  243. line-height:14px;
  244. font-size:9px;
  245. font-style:italic;
  246. text-transform:uppercase;
  247. padding:10px 0;
  248. text-align:center;
  249. color:{color:title};
  250. z-index:3;
  251. }
  252.  
  253. #linkscontain, #desccontain {
  254. width:300px;
  255. padding:100px 50px;
  256. bottom:45px;
  257. right:45px;
  258. background:{color:background};
  259. position:fixed;
  260. text-align:center;
  261. }
  262.  
  263. #desccontain {left:45px;}
  264. #linkscontain {line-height:10px;}
  265.  
  266. .links {
  267. display:inline-block;
  268. word-spacing:1em;
  269. text-align:right;
  270. text-transform:uppercase;
  271. }
  272.  
  273. .links a, .links a:hover {font-size:9px;color:{color:title};}
  274. .links a, #details a {
  275. display: inline-block;
  276. vertical-align: middle;
  277. -webkit-transform: translateZ(0);
  278. transform: translateZ(0);
  279. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  280. -webkit-backface-visibility: hidden;
  281. backface-visibility: hidden;
  282. -moz-osx-font-smoothing: grayscale;
  283. position: relative;
  284. overflow: hidden;
  285. }
  286.  
  287. .links a:before, #details a:before {
  288. content: "";
  289. position: absolute;
  290. z-index: -1;
  291. left: 50%;
  292. right: 50%;
  293. bottom: 0;
  294. background:{color:link};
  295. height: 1px;
  296. -webkit-transition-property: left, right;
  297. transition-property: left, right;
  298. -webkit-transition-duration: 0.3s;
  299. transition-duration: 0.3s;
  300. -webkit-transition-timing-function: ease-out;
  301. transition-timing-function: ease-out;
  302. }
  303. .links a:hover:before, .links a:focus:before, .links a:active:before, #details a:hover:before, #details a:focus:before, #details a:active:before {
  304. left: 0;
  305. right: 0;
  306. }
  307.  
  308. #pagi{
  309. position:fixed;
  310. width:30px;
  311. padding:3px;
  312. border:1px solid {color:line};
  313. height:10px;
  314. background:{color:background};
  315. font-size:8px;
  316. text-align:center;
  317. letter-spacing:0px;
  318. top:50%;
  319. line-height:8px;
  320. margin-top:-18px;
  321. left:220px;
  322. z-index:1;
  323. }
  324.  
  325. #all {
  326. width:272px;
  327. font-size:8.5px;
  328. z-index:2;
  329. padding:0px 64px 50px;
  330. margin:0;
  331. }
  332.  
  333. #thing {
  334. margin:45px auto 0px;
  335. right:45px;
  336. position:fixed;
  337. width:400px;
  338. height:calc(100% - 350px);
  339. overflow-y:scroll;
  340. overflow-x:hidden;
  341. background:{color:background};
  342. }
  343.  
  344. #posts {
  345. width:250px;
  346. padding:10px;
  347. position:relative;
  348. float:left;
  349. margin-top:80px;
  350. background-color:{color:post};
  351. border:dotted 1px {color:line};
  352. z-index:1;
  353. -ms-word-break: break-all;
  354. word-break: break-all;
  355. word-break: break-word;
  356. -webkit-hyphens: auto;
  357. -moz-hyphens: auto;
  358. -ms-hyphens: auto;
  359. hyphens: auto;
  360. }
  361.  
  362. #posts:last-child {margin-bottom:100px;}
  363.  
  364. #caption {
  365. width:250px;
  366. padding:5px 5px 0;
  367. -ms-word-break: break-all;
  368. word-break: break-all;
  369. word-break: break-word;
  370. -webkit-hyphens: auto;
  371. -moz-hyphens: auto;
  372. -ms-hyphens: auto;
  373. hyphens: auto;
  374. }
  375.  
  376. #posts:hover #details {opacity:1;margin-left:-10px;}
  377. #posts:hover #details2 {opacity:1;margin-left:212px;}
  378.  
  379. #details, #details2 {
  380. opacity:0;
  381. width:40px;
  382. text-align:left;
  383. margin-top:-18px;
  384. margin-left:-30px;
  385. padding:3px 3px 3px 10px;
  386. font-size:8px;
  387. font-style:italic;
  388. z-index:2;
  389. background:{color:background};
  390. transition:0.5s ease-in-out;
  391. -webkit-transition:0.5s ease-in-out;
  392. -moz-transition:0.5s ease-in-out;
  393. -ms-transition:0.5s ease-in-out;
  394. -o-transition:0.5s ease-in-out;
  395. }
  396.  
  397. #details2 {margin-left:230px;width:50px;margin-top:2px;margin-bottom:-19px;padding:3px 10px 3px 3px;font-size:9px;}
  398.  
  399. #details a, #details2 a {display:inline-block;padding:0px;}
  400.  
  401. #dets {padding:5px;border-top:1px solid {color:border};font-size:8px;}
  402. #dets a {display:inline-block;}
  403.  
  404. #tags {display:inline-block;opacity:0.9;}
  405. #tags a {display:inline-block;padding:0 2px;}
  406.  
  407. #question {
  408. width:210px;
  409. padding:40px 20px;
  410. margin:0px 0 10px;
  411. line-height:115%;
  412. text-align:center;
  413. color:#fff;
  414. background-color:{color:header};
  415. }
  416.  
  417. #akport {
  418. width:190px;
  419. text-align:center;
  420. height:12px;
  421. padding:5px 10px;
  422. color:#fff;
  423. opacity:1;
  424. font-style:bold;
  425. background-color:{color:header};
  426. z-index:99999;
  427. margin-bottom:3px;
  428. }
  429.  
  430. #akport a {color:#fff;text-align:center;}
  431. #akport a:hover {text-decoration:none;letter-spacing:0.6em;}
  432.  
  433. .tumblr_audio_player {width:100%;margin-top:-4px;}
  434.  
  435. .player {
  436. width:20px;
  437. height:20px;
  438. padding:8px;
  439. border:solid 1px #bcbcbc;
  440. overflow:hidden;
  441. background:#fff;
  442. margin:10px 0 -10px 0;
  443. display:inline-block;
  444. }
  445.  
  446. .audioinfo {
  447. color:{color:text};
  448. position:relative;
  449. display:inline-block;
  450. padding:9px 8px;
  451. text-align:left;
  452. font-size:10px;
  453. width:188px;
  454. margin:-2px 0 10px 4px;
  455. border-left:solid 1px #bcbcbc;
  456. }
  457.  
  458. .audioinfo:before {
  459. content:'';
  460. position:absolute;
  461. display:block;
  462. width:8px;
  463. height:1px;
  464. top:19px;
  465. left:-8px;
  466. background:#bcbcbc;
  467. }
  468.  
  469. .chat li {list-style:none;line-height:110%;}
  470. .line.odd {border-left:1px solid {color:line};padding:3px 5px;}
  471. .line.even {border-left:1px solid transparent;padding:3px 5px;}
  472.  
  473. #notecontain {
  474. width:220px;
  475. max-height:150px;
  476. padding:20px 15px;
  477. margin:auto;
  478. border:dotted 1px {color:border};
  479. }
  480.  
  481. .notes {
  482. width:200px;
  483. max-height:150px;
  484. padding:5px 10px;
  485. margin:auto 15px auto 25px;
  486. overflow-y:scroll;
  487. overflow-x:hidden;
  488. text-align:left;
  489. font-size:8px;
  490. line-height:125%;
  491. }
  492.  
  493. .notes img {display:none;}
  494. .notes ol, .notes li {list-style:circle;line-height:125%;}
  495.  
  496. #credit, #credit a {
  497. position:fixed;
  498. bottom:5px;
  499. right:5px;
  500. padding:6.5px;
  501. line-height:8px;
  502. font-family: helvetica;
  503. text-transform:uppercase;
  504. color:#aaa;
  505. background:#fff;
  506. font-size:8px;
  507. transition:0.4s ease-in-out;
  508. -webkit-transition:0.4s ease-in-out;
  509. -moz-transition:0.4s ease-in-out;
  510. -ms-transition:0.4s ease-in-out;
  511. -o-transition:0.4s ease-in-out;
  512. }
  513.  
  514. #credit:hover, #credit a:hover {
  515. text-decoration:none;
  516. color:#000;
  517. }
  518.  
  519.  
  520. {CustomCSS}</style></head><body>
  521.  
  522. <div class="box fade-in one">
  523. <div id="header">
  524. <div id="title"><a href="/">{text:Blog Title}</a></div>
  525.  
  526.  
  527. </div>
  528.  
  529. {block:Pagination}<div id="pagi">
  530. {block:PreviousPage}<a href="{PreviousPage}">←&nbsp;|&nbsp;</a>{/block:PreviousPage}
  531. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  532. </div>{/block:Pagination}
  533.  
  534. <div id="desccontain"><div class="desc">{Description}</div></div>
  535.  
  536. <div id="linkscontain">
  537. <div class="links">
  538. {block:iflinkA}<a href="{text:linkA url}">{text:linkA}</a>{/block:iflinkA}
  539. {block:iflinkB}<a href="{text:linkB url}">{text:linkB}</a>{/block:iflinkB}
  540. {block:iflinkC}<a href="{text:linkC url}">{text:linkC}</a>{/block:iflinkC}
  541. {block:iflinkD}<a href="{text:linkD url}">{text:linkD}</a>{/block:iflinkD}
  542. {block:iflinkE}<a href="{text:linkE url}">{text:linkE}</a>{/block:iflinkE}
  543. </div>
  544. </div>
  545.  
  546. <div id="thing">
  547. <div id="all" class="box fade-in one">
  548. {block:Posts}<div id="posts">
  549.  
  550.  
  551. {block:IndexPage}<div id="details">
  552. {block:Date}<a href="{Permalink}" title="{12HourWithZero}:{Minutes}{AmPm}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>{/block:Date}
  553. </div>
  554. {/block:IndexPage}
  555.  
  556.  
  557. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  558.  
  559. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  560.  
  561. {block:Link}<h1>[ <a href="{URL}" {Target}>{Name}</a> ]</h1>{block:Description}{Description}{/block:Description}{/block:Link}
  562.  
  563. {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-250}" width="{select:Post Size}" height="100%" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  564.  
  565. {block:Quote}<div style="text-align:center"><h2>{Quote}</h2><br>↳ {Source}</div><br>{/block:Quote}
  566.  
  567. {block:Audio}
  568. <div class="player">{AudioPlayerWhite}</div>
  569. <div class="audioinfo">
  570. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  571. </div>
  572. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  573.  
  574. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  575.  
  576. {block:Chat}<br><div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</li><br>{/block:Lines}</div>{/block:Chat}
  577.  
  578. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:10px; padding-bottom:10px"><div id="akport">{Asker}</div></span>{Question}</div><left>{Answer}</left>{/block:Answer}
  579.  
  580. {block:IndexPage}
  581. <div id="details2">
  582. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via.</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">src.</a>{/block:ContentSource}<a href="{ReblogURL}" title="reblog">r</a>
  583. </div>
  584. {/block:IndexPage}
  585.  
  586. {block:PermalinkPage}
  587. <div id="dets">{block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}{/block:Date}{block:NoteCount}&emsp;+{NoteCount}{/block:NoteCount}&emsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;<a href="{SourceURL}" title="{SourceTitle}">src</a>&emsp;{/block:ContentSource}<a href="{ReblogURL}" title="reblog">r</a>{block:HasTags}<br>&emsp;<i>— filed under:</i> {block:Tags}<div id="tags"><a href="{TagURL}">#{Tag}</a></div>{/block:Tags}{/block:HasTags}</div>
  588. {/block:PermalinkPage}
  589.  
  590. </div>
  591. {/block:Posts}
  592. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  593. {/block:Posts}
  594. </div>
  595.  
  596.  
  597. </div>
  598.  
  599. <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
  600. </div>
  601.  
  602. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment