Advertisement
noziam

THEME 22: CROOKED YOUNG

Jun 11th, 2014
2,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 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="{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:sidebar" 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. }
  213. #pagination a {
  214. padding:0 15px;
  215. }
  216.  
  217. /*container*/
  218. #oli {
  219. left:200px;
  220. margin-left:0px;
  221. position:absolute;
  222. background-color:{color:background};
  223.  
  224.  
  225. }
  226.  
  227. /*background*/
  228. {width:100%; height:100%;
  229. background: url('')top fixed repeat-x; position:fixed; margin-top:-50px; } body { background:{color:background} url('') repeat left fixed ; ; margin: 0; padding: 0; }
  230.  
  231.  
  232. /*posts*/
  233.  
  234. #entries {
  235. left:40%;
  236. top:200px;
  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:75px;
  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. /*robbers theme by noziam*/
  322.  
  323.  
  324. /*permalink and notes*/
  325.  
  326. #permalink {
  327. margin-top:15px;
  328. font-size:9px;
  329. text-transform:lowercase;
  330. }
  331. #permalink a {margin-right:10px;
  332. }
  333.  
  334.  
  335. .tags {
  336. word-break:break-all;
  337. font-size:9px;
  338. opacity:0;
  339. text-align:center;
  340. -webkit-transition: opacity 0.5s linear;
  341. }
  342.  
  343. #posts:hover .tags{
  344. opacity:1;
  345. }
  346.  
  347. .pagenotes {
  348. {block:IndexPage}
  349. display: none!important;
  350. {/block:IndexPage}
  351. width:250px;
  352. text-align:left;
  353.  
  354. }
  355. .pagenotes img {
  356. display:none!important;}
  357. .pagenotes li {
  358. list-style-type:none;
  359. padding:5px 0px;
  360. text-align:left;
  361. margin:0 0 0 -40px;
  362. }
  363.  
  364.  
  365.  
  366.  
  367. {CustomCSS}
  368.  
  369.  
  370. </style>
  371.  
  372.  
  373.  
  374. </head>
  375.  
  376. <body>
  377.  
  378. <div id="oli">
  379.  
  380.  
  381.  
  382.  
  383. <div style="position:fixed;top:40px;left:40%;z-index:999; margin-bottom:10px; background:{color:post background}; width:295px; border:1px solid {color:accent}; padding:3px 3px 0px 3px;"><img src="{image:sidebar}" width="200px" height="auto">
  384. </a>
  385.  
  386.  
  387.  
  388. <div style="position:fixed;line-height:120%;top:45px;left:40%; margin-left:210px;z-index:999; margin-bottom:10px; background:{color:post background}; width:80px; border:0px solid {color:accent}; padding:3px;">
  389.  
  390.  
  391.  
  392.  
  393. <center><big><a href="/">{text:topbar title}</a></big></center>
  394. <br>
  395.  
  396. {Description}
  397.  
  398. <br>
  399. <center>
  400.  
  401. <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;">
  402. <option value="/">{text:menu links title}</option>
  403. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  404. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  405. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  406. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  407. <option value="{text:Link 5 URL}">{text:Link 5}</option>
  408. </select></div>
  409.  
  410. </center>
  411.  
  412. <div id="entries">
  413.  
  414. {block:Posts}
  415. <div id="posts">
  416.  
  417.  
  418. {block:Quote}
  419.  
  420.  
  421. <div id="titlequote">“{Quote}”</div>
  422. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  423. {/block:Quote}
  424.  
  425.  
  426.  
  427. {block:Text}
  428.  
  429. {block:Title}
  430. <div id="title">{Title}</div>{/block:Title}
  431. {Body}
  432. {/block:Text}
  433.  
  434. {block:Link}
  435. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  436. {/block:Link}
  437.  
  438. {block:Chat}
  439. {block:Title}
  440. <h1>{Title}</h1>
  441. {/block:Title}
  442. <div class="chat">
  443. <ol>{block:Lines}
  444. <li class="line {Alt}">
  445. {block:Label}
  446. <span class="label">
  447. {Label}</span>
  448. {/block:Label}{Line}</li>
  449. {/block:Lines}
  450. </ol></div>
  451. {/block:Chat}
  452.  
  453. {block:Photo}
  454. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  455. {/block:Photo}
  456.  
  457. {block:Photoset}
  458. {Photoset-250}
  459. {/block:Photoset}
  460.  
  461. {block:Video}
  462. {Video-250}
  463. {/block:Video}
  464.  
  465. {block:Audio}
  466. <div class="player">{AudioPlayerWhite}</div>
  467. <div class="audioinfo">
  468. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  469. </div>
  470. {/block:Audio}
  471.  
  472. {block:Answer}
  473. <div class="q">
  474. <div class="as">{Asker} said: {Question}</div></div>
  475. <div class="a">{Answer}</div>
  476. {/block:Answer}
  477.  
  478. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  479.  
  480. {block:Date}
  481. <div id="permalink">
  482. <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>
  483. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  484. </div>
  485. {/block:Date}
  486.  
  487.  
  488.  
  489. </div>
  490.  
  491. {block:PermalinkPage}
  492. {block:PostNotes}
  493. <div class="pagenotes">
  494. {PostNotes}
  495. </div>
  496. {/block:PostNotes}
  497. {/block:PermalinkPage}
  498.  
  499. {/block:Posts}
  500.  
  501. <div id="pagination">
  502. {block:Pagination}
  503. {block:PreviousPage}
  504. <a href="{PreviousPage}">&larr; back </a>
  505. {/block:PreviousPage}
  506.  
  507.  
  508. {block:NextPage}
  509. <a href="{NextPage}">forward &rarr;</a>
  510. {/block:NextPage}
  511. {/block:Pagination}
  512. </div>
  513.  
  514.  
  515.  
  516. </div>
  517.  
  518. </div>
  519.  
  520.  
  521. <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