Advertisement
noziam

THEME 22 VERSION 2: CROOKED YOUNG REVAMP

Jun 20th, 2014
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!--
  7.                                        
  8.        .                                 .o8       oooo              
  9.      .o8                                "888       `888              
  10.    .o888oo oooo  oooo  ooo. .oo.  .oo.   888oooo.   888  oooo d8b    
  11.      888   `888  `888  `888P"Y88bP"Y88b  d88' `88b  888  `888""8P    
  12.      888    888   888   888   888   888  888   888  888   888        
  13.      888 .  888   888   888   888   888  888   888  888   888    .o.
  14.      "888"  `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b   Y8P
  15.  
  16. -->
  17.  
  18.  
  19. <!--
  20.  
  21. THEME 22 CROOKED YOUNG BY JAE @ HE1975
  22.  
  23. IF YOU HAVE ANY QUESTIONS PLEASEPLEASEPLEASE SEND ME AN ASK :)
  24.  
  25. THANK YOU.
  26. ENJOY!
  27.  
  28.  
  29. -->
  30.  
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{image:Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--Default Variables-->
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Post Background" content="#ffffff"/>
  44. <meta name="color:Accent" content="#59b4ff"/>
  45. <meta name="color:Text" content="#000000"/>
  46. <meta name="color:Link" content="#000000"/>
  47.  
  48.  
  49.  
  50. <meta name="image:background" content=""/>
  51. <meta name="image:favicon" content=""/>
  52.  
  53. <meta name="text:topbar title" content="" />
  54.  
  55. <meta name="text:menu links title" content="" />
  56.  
  57. <meta name="text:Link 1 URL" content="" />
  58. <meta name="text:Link 1" content="" />
  59. <meta name="text:Link 2 URL" content="" />
  60. <meta name="text:Link 2" content="" />
  61. <meta name="text:Link 3 URL" content="" />
  62. <meta name="text:Link 3" content="" />
  63. <meta name="text:Link 4 URL" content="" />
  64. <meta name="text:Link 4" content="" />
  65. <meta name="text:Link 5 URL" content="" />
  66. <meta name="text:Link 5" content="" />
  67.  
  68.  
  69.  
  70. <!-- jquery for tooltips-->
  71.  
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74.  
  75. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  76.  
  77. <script>
  78.  
  79. (function($){
  80.  
  81. $(document).ready(function(){
  82.  
  83. $("a[title]").style_my_tooltips({
  84.  
  85. tip_follows_cursor:true,
  86.  
  87. tip_delay_time:30,
  88.  
  89. tip_fade_speed:300,
  90.  
  91. attribute:"title"
  92.  
  93. });
  94.  
  95. });
  96.  
  97. })(jQuery);
  98.  
  99. </script>
  100.  
  101.  
  102.  
  103. <!--CSS customization here. -->
  104.  
  105. <style type="text/css">
  106.  
  107. ::selection {
  108. color:#fff;
  109. background:{color:accent};
  110. }
  111.  
  112. ::-moz-selection {
  113. color:#fff;
  114. background:{color:accent};
  115. }
  116.  
  117.  
  118. ::-webkit-scrollbar {
  119. height: 0px;
  120. width: 4px;
  121. background:#fff;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb {
  125. background:{color:accent};
  126. border-left:1px solid #fff;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:active {
  130. border-left:0px solid #fff;
  131. }
  132.  
  133.  
  134.  
  135. #s-m-t-tooltip{
  136.     position:absolute;
  137.     margin-top: 15px;
  138.     z-index:9999;
  139.     padding:2px;
  140.     border:1px solid {color:accent};
  141.     background:{color:background};
  142.    
  143. }
  144.  
  145.  
  146.  
  147. /*basics*/
  148. blockquote {padding:5px 0 5px 30px;
  149. border-left:1px solid {color:text};
  150. margin-left:30px;
  151.  
  152. }
  153.  
  154.  *, body, a {cursor: url(https://31.media.tumblr.com/91037c9d8802fdca6dea299654b6dc17/tumblr_inline_mzpkcniZkt1r6h6z5.png), auto;}
  155. a:hover {cursor: url(https://31.media.tumblr.com/673fab4e45d2badc5533613afdbbf39d/tumblr_inline_mzpkcfVDdS1r6h6z5.png), auto;}
  156.  
  157. /*this theme was inspired by the song by bring me the horizon*/
  158.  
  159. body {
  160.    
  161. background:{color:background};
  162. color:{color:text};
  163. font-family:helvetica;
  164. font-size:10px;
  165. text-align:justify;
  166. margin:0;
  167. line-height:16px;
  168. }
  169.  
  170.  
  171.  
  172. a {
  173. color:{color:link};
  174. text-decoration:none;
  175.  
  176. }
  177.  
  178. a:hover {
  179. text-decoration:underline;
  180. font-weight:normal;
  181.  
  182. }
  183.  
  184.  
  185. img{opacity:1;
  186. border:none;
  187. text-decoration:none}
  188.  
  189.  
  190. small {
  191. font-size:9px;}
  192.  
  193. big {
  194. font-size:12px;}
  195.  
  196.  
  197. #title {font-size:12px;
  198. line-height:18px;
  199. font-weight:bold;
  200. margin-bottom:10px;
  201. text-transform:lowercase;
  202. text-align:center;}
  203.  
  204.  
  205.  
  206.  
  207. /*pagination*/
  208. #pagination {
  209. margin:50px 0;
  210. text-transform:lowercase;
  211. font-weight:bold;
  212. margin-bottom:50px;
  213. }
  214. #pagination a {
  215. padding:0 15px;
  216. }
  217.  
  218. /*container*/
  219. #oli {
  220. left:200px;
  221. margin-left:0px;
  222. position:absolute;
  223. background-color:{color:background};
  224.  
  225.  
  226. }
  227.  
  228. /*background*/
  229. {width:100%; height:100%;
  230. background: url('{image:background}')top fixed repeat-x; position:fixed; margin-top:-50px; } body { background: #ffffff url('{image:background}') no-repeat center fixed ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; ; margin: 0; padding: 0; }
  231.  
  232. /*posts*/
  233.  
  234. #entries {
  235. left:37%;
  236. top:170px;
  237. border:1px solid {color:accent};
  238. width:280px;
  239. height:60%;
  240. position:fixed;
  241. overflow:scroll;
  242. background-color:{color:post background};
  243. padding:20px 0px 0px 20px;
  244.  
  245. }
  246.  
  247.  
  248.  
  249.  
  250.  
  251. #posts {
  252. width:250px;
  253. border:1px solid {color:accent};
  254. padding:5px;
  255. {block:IndexPage}
  256. margin-bottom:35px;
  257. {/block:IndexPage}
  258. {block:PermalinkPage}
  259. margin-bottom:50px;
  260. {/block:PermalinkPage}
  261.  
  262. }
  263. #posts img {
  264. max-width:250px;
  265. }
  266.  
  267. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  268. .caption {width:100%;
  269. margin-top:10px;
  270.  
  271. }
  272.  
  273. /*quote*/
  274.  
  275. #titlequote{text-align:left;
  276. font-size:14px;
  277. line-height:18px;
  278. font-weight:bold;
  279. }
  280. #source {
  281. margin-top:15px;
  282. margin-left:15px;}
  283.  
  284. /*audio*/
  285.  
  286. .player {
  287. width:25px;
  288. height:25px;
  289. overflow:hidden;
  290. position:absolute;
  291. background:white;}
  292.  
  293. .audioinfo {
  294. margin-left:50px;
  295. }
  296.  
  297.  
  298. /*asks*/
  299. .q {margin-bottom:10px;
  300. }
  301. .as {
  302. font-weight:bold;}
  303.  
  304. .a {
  305. margin-top:10px;
  306. }
  307.  
  308.  
  309. /*chat*/
  310.  
  311. .chat ol {
  312. padding:0;
  313. list-style:none;
  314. }
  315. .line {padding:5px 0;}
  316.  
  317. .label {font-weight:bold;
  318. }
  319.  
  320.  
  321.  
  322. /*permalink and notes*/
  323.  
  324. #permalink {
  325. margin-top:15px;
  326. font-size:9px;
  327. text-transform:lowercase;
  328. }
  329. #permalink a {margin-right:10px;
  330. }
  331.  
  332.  
  333. .tags {
  334. word-break:break-all;
  335. font-size:9px;
  336. opacity:0;
  337. text-align:center;
  338. -webkit-transition: opacity 0.5s linear;
  339. }
  340.  
  341. #posts:hover .tags{
  342.     opacity:1;
  343. }
  344.  
  345. .pagenotes {
  346. {block:IndexPage}
  347. display: none!important;
  348. {/block:IndexPage}
  349. width:250px;
  350. text-align:left;
  351.  
  352. }
  353. .pagenotes img {
  354. display:none!important;}
  355. .pagenotes li {
  356. list-style-type:none;
  357. padding:5px 0px;
  358. text-align:left;
  359. margin:0 0 0 -40px;
  360. }
  361.  
  362.  
  363.  
  364.  
  365. {CustomCSS}
  366.  
  367.  
  368. </style>
  369.  
  370.  
  371.  
  372. </head>
  373.  
  374. <body>
  375.  
  376. <div id="oli">
  377.  
  378.    
  379. <div style="position:fixed;line-height:120%;top:30px;left:37%; z-index:999; margin-bottom:0px; background:{color:post background}; width:80px; border:1px solid {color:accent}; padding:10px; width:280px;">
  380.  
  381.  
  382.  
  383.  
  384. <center><big><a href="/">{text:topbar title}</a></big></center>
  385. <br>
  386.  
  387. {Description}
  388.  
  389. <br>
  390. <center>
  391.  
  392. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 80px; font-family:helvetica; font-size:10px; border-color:{color:text}; background-color:transparent;">
  393. <option value="/">{text:menu links title}</option>
  394. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  395. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  396. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  397. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  398. <option value="{text:Link 5 URL}">{text:Link 5}</option>
  399. </select></div>
  400.  
  401. </center>
  402.  
  403. <div id="entries">
  404.  
  405. {block:Posts}
  406. <div id="posts">
  407.  
  408.  
  409. {block:Quote}
  410.  
  411.  
  412. <div id="titlequote">“{Quote}”</div>
  413. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  414. {/block:Quote}
  415.  
  416.  
  417.  
  418. {block:Text}
  419.  
  420. {block:Title}
  421. <div id="title">{Title}</div>{/block:Title}
  422. {Body}
  423. {/block:Text}
  424.  
  425. {block:Link}
  426. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  427. {/block:Link}
  428.  
  429. {block:Chat}
  430. {block:Title}
  431. <h1>{Title}</h1>
  432. {/block:Title}
  433. <div class="chat">
  434. <ol>{block:Lines}
  435. <li class="line {Alt}">
  436. {block:Label}
  437. <span class="label">
  438. {Label}</span>
  439. {/block:Label}{Line}</li>
  440. {/block:Lines}
  441. </ol></div>
  442. {/block:Chat}
  443.  
  444. {block:Photo}
  445. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  446. {/block:Photo}
  447.  
  448. {block:Photoset}
  449. {Photoset-250}
  450. {/block:Photoset}
  451.  
  452. {block:Video}
  453. {Video-250}
  454. {/block:Video}
  455.  
  456. {block:Audio}
  457. <div class="player">{AudioPlayerWhite}</div>
  458. <div class="audioinfo">
  459. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  460. </div>
  461. {/block:Audio}
  462.  
  463. {block:Answer}
  464. <div class="q">
  465. <div class="as">{Asker} said: {Question}</div></div>
  466. <div class="a">{Answer}</div>
  467. {/block:Answer}
  468.  
  469. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  470.  
  471. {block:Date}
  472. <div id="permalink">
  473. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">- {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" >reblog</a><br>
  474. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  475. </div>
  476. {/block:Date}
  477.  
  478.  
  479.  
  480. </div>
  481.  
  482. {block:PermalinkPage}
  483. {block:PostNotes}
  484. <div class="pagenotes">
  485. {PostNotes}
  486. </div>
  487. {/block:PostNotes}
  488. {/block:PermalinkPage}
  489.  
  490. {/block:Posts}
  491.  
  492. <div id="pagination">
  493. {block:Pagination}
  494. {block:PreviousPage}
  495. <a href="{PreviousPage}">&larr; back </a>
  496. {/block:PreviousPage}
  497.  
  498.  
  499. {block:NextPage}
  500. <a href="{NextPage}">forward &rarr;</a>
  501. {/block:NextPage}
  502. {/block:Pagination}
  503. </div>
  504.  
  505.  
  506.  
  507. </div>
  508.  
  509. </div>
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="http://he1975.tumblr.com" title="he1975">jae.</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement