Advertisement
lills

three

Sep 15th, 2014
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!--
  7. THEME BY LCW
  8. DO NOT STEAL OR USE AS BASE CODE
  9. LEAVE CREDIT IN TACT
  10. -->
  11.  
  12.  
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script>
  17. $(document).ready(function() {
  18. //
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel'); //Get Popup Name
  21. var popURL = $(this).attr('href'); //Get Popup href to define size
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  25. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. //Apply Margin to Popup
  29. $('#' + popID).css({
  30. 'margin-top' : -popMargTop,
  31. 'margin-left' : -popMargLeft
  32. });
  33. $('body').append('<div id="fade"></div>');
  34. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  35. return false;
  36. });
  37. $('a.close, #fade').live('click', function() {
  38. $('#fade , .popup_block').fadeOut(function() {
  39. $('#fade, a.close').remove(); //fade them both out
  40. });
  41. return false;
  42. });
  43. });
  44. </script>
  45.  
  46.  
  47.  
  48. <title>{Title}</title>
  49.  
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54. <meta name="color:Background" content="#ffffff"/>
  55. <meta name="color:Text" content="#aaaaaa"/>
  56. <meta name="color:Link" content="#000000"/>
  57. <meta name="color:Header Box Outline Color" content="#0000FF"/>
  58. <meta name="color:Description Box Hover" content="#000000"/>
  59. <meta name="color:Link Box Hover" content="#000000"/>
  60. <meta name="color:Pagination Box Background" content="#000000"/>
  61. <meta name="color:Pagination Box Hover" content="#ffffff"/>
  62.  
  63. <meta name="text:Link 1 URL" content="" />
  64. <meta name="text:Link 1" content="" />
  65. <meta name="text:Link 2 URL" content="" />
  66. <meta name="text:Link 2" content="" />
  67.  
  68.  
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73.  
  74. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75.  
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("a[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:30,
  82. tip_fade_speed:300,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <!--CSS customization here. -->
  90.  
  91. <style type="text/css">
  92.  
  93. ::-webkit-scrollbar {
  94. width:6px;
  95. height:6px;
  96. background-color:white;
  97. }
  98.  
  99. ::-webkit-scrollbar-track {
  100. background-color:white;
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background-color:black;
  105. border:2px solid white;
  106. }
  107.  
  108. #s-m-t-tooltip{
  109. position:absolute;
  110. margin-top: 15px;
  111. z-index:9999;
  112. background:{color:background};
  113. }
  114.  
  115.  
  116.  
  117. /*basics*/
  118. blockquote {padding:5px 0 5px 30px;
  119. border-left:1px solid {color:text};
  120. margin-left:30px;
  121. }
  122.  
  123. body {
  124. background:{color:background};
  125. color:{color:text};
  126. font-family:'Inconsolata', courier new;
  127. font-size:11px;
  128. text-align:justify;
  129. margin:0;
  130. line-height:16px;}
  131.  
  132.  
  133. a {
  134. color:{color:link};
  135. text-decoration:none;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:underline;}
  140.  
  141. img{opacity:1;
  142. border:none;
  143. text-decoration:none}
  144.  
  145.  
  146. small {
  147. font-size:10px;}
  148.  
  149. big {
  150. font-size:12px;}
  151.  
  152.  
  153. #title {font-size:12px;
  154. line-height:18px;
  155. font-weight:none;
  156. text-transform:uppercase;
  157. text-align:left;}
  158.  
  159. #cred {
  160. position:fixed;
  161. font-family:'Inconsolata', courier new;
  162. font-size:12px;
  163. right:9px;
  164. bottom:9px;
  165. }
  166.  
  167.  
  168. /*sidebar*/
  169. #sidebar {text-align:left;
  170. position:fixed;
  171. margin-left:600px;
  172. margin-top:130px;
  173. width:150px;
  174. background:white;
  175. }
  176.  
  177.  
  178.  
  179. #links {
  180. line-height:90%;
  181. width:140px;
  182. text-transform:lowercase;
  183. border:1px solid {color:Header Box Outline Color};
  184. padding:10px;
  185. margin-top:8px;
  186. margin-left:-508px;
  187. background:white;
  188. }
  189.  
  190. #links:hover {
  191. background:{color:Link Box Hover};
  192. }
  193.  
  194.  
  195. #links a {
  196. margin-right:0px;
  197. margin-bottom:1px;
  198. margin-top:2px;
  199. text-align:center;
  200. }
  201.  
  202. #links a:hover {
  203. color:white;
  204. }
  205.  
  206. #description {
  207. border:1px solid {color:Header Box Outline Color};
  208. padding:5px;
  209. width:150px;
  210. margin-top:-78px;
  211. margin-left:-508px;
  212. background:white;
  213. }
  214.  
  215. #description:hover {
  216. background:{color:Description Box Hover};
  217. }
  218.  
  219.  
  220. /*pagination*/
  221. #pagination {
  222. position:fixed;
  223. margin-top:-30px;
  224. margin-left:-349px;
  225. width:40px;
  226. height:19px;
  227. padding:5px;
  228. text-align:center;
  229. }
  230.  
  231. #pagination a {
  232. color:black;
  233. }
  234.  
  235. /*container*/
  236. #con {
  237. left:50%;
  238. margin-left:-250px;
  239. position:absolute;
  240. }
  241.  
  242.  
  243.  
  244. /*posts*/
  245.  
  246. #entries {
  247. margin-top:200px;
  248. width:400px;
  249. }
  250.  
  251.  
  252.  
  253. #posts {
  254. width:400px;
  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:500px;
  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. text-transform:uppercase;
  304. }
  305.  
  306. .a {
  307. margin-top:10px;
  308. margin-left:20px;
  309. }
  310.  
  311.  
  312. /*chat*/
  313.  
  314. .chat ol {
  315. padding:0;
  316. list-style:none;
  317. }
  318. .line {padding:5px 0;}
  319.  
  320. .label {font-weight:bold;
  321. }
  322.  
  323.  
  324.  
  325.  
  326.  
  327. /*permalink and notes*/
  328.  
  329. #permalink {
  330. margin-top:15px;
  331. font-size:10px;
  332. text-transform:uppercase;
  333. }
  334. #permalink a {margin-right:10px;
  335. }
  336.  
  337.  
  338. .tags {
  339. word-break:break-all;
  340. font-size:10px;
  341. text-transform:none;
  342. }
  343.  
  344. .pagenotes {
  345. {block:IndexPage}
  346. display: none!important;
  347. {/block:IndexPage}
  348. width:400px;
  349. text-align:left;
  350.  
  351. }
  352. .pagenotes img {
  353. display:none!important;}
  354. .pagenotes li {
  355. list-style-type:none;
  356. padding:5px 0px;
  357. text-align:left;
  358. margin:0 0 0 -40px;
  359. }
  360.  
  361.  
  362.  
  363.  
  364. {CustomCSS}
  365.  
  366.  
  367. .popup_block{
  368. display:none;
  369. background:#fff;
  370. padding:20px;
  371. border:1px solid #eee;
  372. float:left;
  373. position:fixed;
  374. top:50%;left:50%;
  375. z-index: 99999;
  376. -webkit-box-shadow: 0px 0px 20px #000;
  377. -moz-box-shadow: 0px 0px 20px #000;
  378. box-shadow: 0px 0px 20px #000;
  379. }
  380.  
  381. *html #fade {position: absolute;}
  382. *html .popup_block {position: absolute;}
  383. #fade {
  384. display:none;
  385. position:fixed;
  386. left:0px;
  387. top:0px;
  388. width:100%;
  389. height:100%;
  390. z-index:9999;
  391. background:#000;
  392. opacity:0.5;
  393. }
  394.  
  395.  
  396. </style>
  397.  
  398.  
  399.  
  400. </head>
  401.  
  402. <body>
  403.  
  404. <div id="con">
  405.  
  406. <div id="sidebar">
  407. <div id="description">{Description}</div>
  408. <div id="links">
  409. <a href="/">home</a>
  410. <a href="/ask">ask</a>
  411. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  412. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  413. </div>
  414.  
  415.  
  416. {block:Pagination}
  417. <div id="pagination">
  418. {block:PreviousPage}
  419. <a href="{PreviousPage}">–</a> /
  420. {/block:PreviousPage}
  421.  
  422. {block:NextPage}
  423. <a href="{NextPage}">+</a>
  424. {/block:NextPage}
  425. </font>
  426. </div>
  427. {/block:Pagination}
  428. </div>
  429.  
  430.  
  431.  
  432. <div id="entries">
  433.  
  434. {block:Posts}
  435. <div id="posts">
  436.  
  437.  
  438. {block:Quote}
  439.  
  440.  
  441. <div id="titlequote">“{Quote}”</div>
  442. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  443. {/block:Quote}
  444.  
  445.  
  446.  
  447. {block:Text}
  448.  
  449. {block:Title}
  450. <div id="title">{Title}</div>{/block:Title}
  451. {Body}
  452. {/block:Text}
  453.  
  454. {block:Link}
  455. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  456. {/block:Link}
  457.  
  458. {block:Chat}
  459. {block:Title}
  460. <h1>{Title}</h1>
  461. {/block:Title}
  462. <div class="chat">
  463. <ol>{block:Lines}
  464. <li class="line {Alt}">
  465. {block:Label}
  466. <span class="label">
  467. {Label}</span>
  468. {/block:Label}{Line}</li>
  469. {/block:Lines}
  470. </ol></div>
  471. {/block:Chat}
  472.  
  473. {block:Photo}
  474. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  475. {/block:Photo}
  476.  
  477. {block:Photoset}
  478. {Photoset-400}
  479. {/block:Photoset}
  480.  
  481. {block:Video}
  482. {Video-400}
  483. {/block:Video}
  484.  
  485. {block:Audio}
  486. <div class="player">{AudioPlayerWhite}</div>
  487. <div class="audioinfo">
  488. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  489. </div>
  490. {/block:Audio}
  491.  
  492. {block:Answer}
  493. <div class="q">
  494. <div class="as">{Asker} said: </div>
  495. {Question}</div>
  496. <div class="a">{Answer}</div>
  497. {/block:Answer}
  498.  
  499. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  500.  
  501. {block:Date}
  502. <div id="permalink">
  503. <a href="{Permalink}" >{ShortMonth} {DayOfMonth} / {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="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  504. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  505. </div>
  506. {/block:Date}
  507.  
  508.  
  509.  
  510. </div>
  511.  
  512.  
  513. {block:PostNotes}
  514. <div class="pagenotes">
  515. {PostNotes}
  516. </div>
  517. {/block:PostNotes}
  518.  
  519.  
  520. {/block:Posts}
  521.  
  522.  
  523.  
  524.  
  525. </div>
  526.  
  527. </div>
  528.  
  529.  
  530. {block:ContentSource}
  531. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  532. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  533. {/block:SourceLogo}
  534. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  535. {/block:ContentSource}
  536.  
  537. </body>
  538.  
  539.  
  540.  
  541. </div></div></div></div></div></div></div></div></div></div>
  542.  
  543. <div id="cred">
  544. <a href="http://themesbylil.tumblr.com/">L</a>
  545. </div>
  546.  
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement