Advertisement
SeoulChan

Loud

Jun 28th, 2014
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.47 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.              |___/
  8. Loud theme by Ani (http://kaiguk.tumblr.com/)^•ﻌ•^
  9. If anything goes wrong with the theme, please let me know.
  10. Please don't touch the credit, but tweak all you want.
  11. Thanks for using my theme and have a good day~ ★
  12. ------------------------------------------------------------------------>
  13.  
  14. <!DOCTYPE html>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}<meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <head>
  26.  
  27.   <meta name="if:InfiniteScroll" content="0"/>
  28.  
  29.   <meta name="color:bold" content="#3bb5bb"/>
  30.   <meta name="color:italic" content="#fe3b80"/>
  31.   <meta name="color:underline" content="#cccccc"/>
  32.   <meta name="color:text" content="#9a9a9a">
  33.   <meta name="color:link" content="#fe3b80">
  34.   <meta name="color:hover" content="#ffd8e6">
  35.   <meta name="color:toplink hover" content="#ffffff">
  36.   <meta name="color:big letter" content="#fe3b80" />
  37.   <meta name="color:background" content="#ffffff">
  38.   <meta name="color:sidebar bg" content="#ffffff"/>
  39.   <meta name="color:post bg" content="#ffffff">
  40.   <meta name="color:header bg" content="#3bb5bb"/>
  41.   <meta name="color:perma bg" content="#eeeeee"/>
  42.   <meta name="color:perma date" content="#3bb5bb"/>
  43.   <meta name="color:quote" content="#3bb5bb"/>
  44.   <meta name="color:h2" content="#fe3b80"/>
  45.   <meta name="color:scrollbar" content="#d6d5d5">
  46.   <meta name="color:sideimg border" content="#fafafa">
  47.   <meta name="color:border" content="#eeeeee">
  48.   <meta name="color:linktitlebg" content="#eeeeee"/>
  49.   <meta name="color:linktitletext" content="#888888"/>
  50.   <meta name="color:selection bg" content="#eeeeee"/>
  51.   <meta name="color:selection text" content="#888888"/>
  52.  
  53.   <meta name="image:sidebar" content=""/>
  54.   <meta name="image:background" content=""/>
  55.   <meta name="image:ToTop" content=""/>
  56.  
  57.   <meta name="text:link1" content="">
  58.   <meta name="text:link1 url" content="/">
  59.   <meta name="text:link2" content="">
  60.   <meta name="text:link2 url" content="/">
  61.   <meta name="text:link3" content="">
  62.   <meta name="text:link3 url" content="/">
  63.   <meta name="text:link4" content="">
  64.   <meta name="text:link4 url" content="/">
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68. <script>
  69.     (function($){
  70.     $(document).ready(function(){
  71.     $("a[title]").style_my_tooltips({
  72.     tip_follows_cursor:true,
  73.     tip_delay_time:0,
  74.     tip_fade_speed:0,
  75.     attribute:"title"
  76.     });
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81. <style type="text/css">
  82.  
  83. a {
  84.   color:{color:link};
  85.   text-decoration:none;
  86.   -moz-transition-duration:0.6s;
  87.   -webkit-transition-duration:0.6s;
  88.   -o-transition-duration:0.6s;
  89. }
  90.  
  91. a:hover {
  92.   color:{color:hover};
  93.   -moz-transition-duration:0.6s;
  94.   -webkit-transition-duration:0.6s;
  95.   -o-transition-duration:0.6s;
  96. }
  97.  
  98. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:8px}
  99. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  100. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  101.  
  102.  
  103. body {
  104.   background-color:{color:background};
  105.   background-image:url('{image:background}');
  106.   background-attachment:fixed;
  107.   font-family:arial;
  108.   font-weight:normal;
  109. }
  110.  
  111. h2 {
  112.   font-size:15px;
  113.   text-align:center;
  114.   line-height:100%;
  115.   color:{color:h2};
  116.   padding:5px;
  117.   padding-bottom:2px;
  118. }
  119.  
  120. b,strong{
  121.   color:{color:bold};
  122. }
  123.  
  124. i,em{
  125.   color:{color:italic};
  126. }
  127.  
  128. u{
  129.   color:{color:underline};
  130. }
  131.  
  132. #quote{
  133.   font-size:12px;
  134.   text-align:justify;
  135.   color:{color:quote};
  136. }
  137.  
  138. blockquote {
  139.   border-left:1px solid {color:big letter};
  140.   background:#fcfcfc;
  141.   padding-left:5px;
  142.   margin:5px;
  143. }
  144.  
  145. #exo {
  146.   background-color:{color:background};
  147.   width:700px;
  148.   margin:0 auto -12px auto;
  149.   text-align:justify;
  150. }
  151.  
  152. #top {
  153.   width:100%;
  154.   height:40px;
  155.   background:{color:header bg};
  156.   position:fixed;
  157.   z-index:99999999;
  158.   top:0;
  159.   left:0;
  160. }  
  161.  
  162. #sidebar {
  163.   color:{color:text};
  164.   position:fixed;
  165.   width:150px;
  166.   margin-top:180px;
  167.   text-align:left;
  168.   padding:5px;
  169.   background: {color:sidebar bg};
  170. }
  171.  
  172. #sidebar img {
  173.   float:left;
  174.   margin-right:7px;
  175.   width:60px;
  176.   height:60px;
  177.   border-radius:10px;
  178.   background-color:{color:sideimg border};
  179.   padding:3px;
  180. }
  181.  
  182. .links {
  183.   margin-top:10px;
  184.   margin-left:85px;
  185.   font-size:12px;
  186.   text-align:center;
  187.   letter-spacing:2px;
  188.   line-height:170%;
  189. }
  190.  
  191. .links a{
  192.   padding:3px;
  193.   color:{color:link};
  194.   letter-spacing:0px;
  195.   text-decoration:none;
  196.   -moz-transition-duration:1s;
  197.   -webkit-transition-duration:1s;
  198.   -o-transition-duration:1s;
  199. }
  200.  
  201. .links a:hover{
  202.   color:{color:hover};
  203.   background:{color:toplink hover};
  204.   -moz-transition-duration:1s;
  205.   -webkit-transition-duration:1s;
  206.   -o-transition-duration:1s;
  207. }
  208.  
  209. .desc {
  210.   margin-top:-15px;
  211.   padding:10px;
  212.   text-align:justify;
  213.   line-height:140%;
  214.   font-size:10px;
  215.   padding-left:3px;
  216. }
  217.  
  218. .desc a {
  219.   color:{color:link};
  220. }
  221.  
  222. .desc:first-letter {
  223.   font-size:20px;
  224.   line-height:22px;
  225.   text-transform:uppercase;
  226.   text-align:left;
  227.   width:22px;
  228.   height:22px;
  229.   padding-right:2px;
  230.   color:{color:big letter};
  231.   font-family:times;
  232. }
  233.  
  234. .pagi {
  235.   font-size:10px;
  236.   letter-spacing:3px;
  237.   font-style:normal;
  238.   text-align:center;
  239. }
  240.  
  241. .pagi a {
  242.   color:{color:link};
  243. }
  244.  
  245. #ew {
  246.   float:left;
  247.   margin-left:250px;
  248.   margin-top:60px;
  249.   margin-bottom:30px;
  250.   text-align:justify;
  251.   color:{color:text};
  252.   margin-bottom: 35px;
  253. }
  254.  
  255. #kimkai {
  256.   width:250px;
  257.   margin-top:75px;
  258.   text-align:justify;
  259.   font-size:11px;
  260.   line-height:90%;
  261.   letter-spacing:0x;
  262.   color:{color:text};
  263.   background-color:{color:post bg};
  264.   border:1px solid {color:border};
  265.   padding:20px;
  266.   line-height:150%;
  267.  
  268. }
  269.  
  270. #question {
  271.   padding-bottom:5px;
  272.   font-style:italic;
  273.   border-bottom:1px solid {color:border};
  274. }
  275.  
  276. #asker {
  277.   letter-spacing:1px;
  278.   text-transform:lowercase;
  279. }
  280.  
  281. ul.chat, .chat ol, .chat li {
  282.   list-style:none;
  283.   padding:2px;
  284.   line-height:200%;
  285.  
  286. }
  287.  
  288. .player {
  289.   width:25px;
  290.   height:25px;
  291.   overflow:hidden;
  292.   position:absolute;
  293.   background:white;
  294. }
  295.  
  296. .audioinfo {
  297.   margin-left:50px;
  298.   line-height:120%;
  299. }
  300.  
  301. #day{
  302.   font-size:13px;
  303.   color:{color:perma date};
  304.   text-align:center;
  305.   margin-bottom:6px;
  306.   font-family:courier;
  307.  
  308. }
  309.  
  310. #kai {
  311.   font-size:10px;
  312.   color:{color:text};
  313.   font-style:normal;
  314.   letter-spacing:2px;
  315.   text-align:center;
  316.   margin-top:25px;
  317.   background-color:{color:perma bg};
  318.   padding:8px;
  319.   -moz-transition-duration:0.5s;
  320.   -webkit-transition-duration:0.5s;
  321.   -o-transition-duration:0.5s;
  322. }
  323.  
  324. #kai a {
  325.   color:{color:link};
  326.   text-align:center;
  327.   letter-spacing:1px;
  328.   font-style:normal;
  329. }
  330.  
  331. #kai a:hover {
  332.   color:{color:hover};
  333. }
  334.  
  335. #jongin {
  336.  padding:8px;
  337.  text-align:left;
  338.  line-height:15px;
  339.  margin-top:10px;
  340.  background-color:#fcfcfc;
  341.  opacity:0.5px;
  342.  color:{color:text};
  343. }
  344.  
  345. #jongin a{
  346.  color:{color:link};
  347. }
  348.  
  349. #jongin a:hover{
  350.  color:{color:hover};
  351. }
  352.  
  353. .note li {
  354.  list-style-type:none;
  355.  padding:10px 25px 10px 25px;
  356.  text-align:left;
  357.  margin:0px;
  358.  border-bottom:1px solid {color:border};
  359.  line-height:140%;
  360.  -moz-transition-duration:0.5s;
  361.  -webkit-transition-duration:0.5s;
  362.  -o-transition-duration:0.5s;
  363. }
  364.  
  365. .notes img {
  366.  display:none!important;
  367. }
  368.  
  369. #s-m-t-tooltip {
  370.   z-index: 9999;
  371.   background: {color:LinkTitleBG};
  372.   font-size: 10px;
  373.   line-height: 11px;
  374.   font-family: arial;
  375.   letter-spacing: 1px;
  376.   text-transform: normal;
  377.   color: {color:LinkTitleText};
  378.   max-width: 150px;
  379.   word-wrap: break-word;
  380.   padding: 2px 5px 2px 6px;
  381.   display: block;
  382.   margin: 24px 14px 7px 12px;
  383.   -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  384.   -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  385.   box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  386. }
  387.  
  388. ::selection {
  389.  background:{color:Selection BG};
  390.  color:{color:Selection Text};
  391. }
  392.  
  393. #scrollToTop:link, #scrollToTop:visited {
  394.   display:none;
  395.   position:fixed;
  396.   bottom: 10px;
  397.   right:10px;
  398.   }
  399.  
  400. {CustomCSS}
  401.  
  402. </style>
  403.  
  404. {block:IfInfiniteScroll}
  405. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  406. {/block:IfInfiniteScroll}    
  407. {block:IfInfiniteScroll}
  408. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  409. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  410. <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  411. {/block:IfInfiniteScroll}
  412.  
  413. </head>
  414.  
  415. <body>
  416.  
  417. <div id="exo">
  418. <div id="sidebar">
  419. <img src="{image:sidebar}">
  420. <div id="top">
  421. <div class="links">
  422.  
  423. <a href="/">Home</a>
  424.  
  425. <a href="/ask">Inbox</a>
  426.  
  427. <a href="/archive">History</a>
  428.  
  429. {block:IfLink1}
  430. <a href="{text:link1 url}">{text:link1}</a>
  431. {/block:IfLink1}
  432.  
  433. {block:IfLink2}
  434. <a href="{text:link2 url}">{text:link2}</a>
  435. {/block:IfLink2}
  436.  
  437. {block:IfLink3}
  438. <a href="{text:link3 url}">{text:link3}</a>
  439. {/block:IfLink3}
  440.  
  441. {block:IfLink4}
  442. <a href="{text:link4 url}">{text:link4}</a>
  443. {/block:IfLink4}
  444.  
  445. </div>
  446. </div>
  447.  
  448. <div class="desc">{Description}</div>
  449.  
  450. {block:IfNotInfiniteScroll}
  451. {block:IndexPage}
  452. <div class="pagi">
  453. {block:PreviousPage}
  454. <a href="{PreviousPage}">prev</a>
  455. {/block:PreviousPage}
  456.  
  457. {block:NextPage}
  458. <a href="{NextPage}">next</a>
  459. {/block:NextPage}
  460. </div>
  461. {/block:IndexPage}
  462. {/block:IfNotInfiniteScroll}
  463.  
  464. </div>
  465.  
  466. <div id="ew">
  467.  
  468. <div class="autopagerize_page_element">
  469.  
  470. {block:Posts}
  471.  
  472. <div id="kimkai">
  473.  
  474. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  475.  
  476. {block:Quote}<div id="quote">“{Quote}”</div> <div style="text-align:right;">—{Source}</div>{/block:Quote}
  477.  
  478. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>{block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  479.  
  480. {block:Photo}<center><a href="{Permalink}"><img src="{PhotoURL-500}" width="250px" alt="{PhotoAlt}"/></a></center>{/block:Photo}
  481.  
  482. {block:Photoset}<center>{Photoset-250}</center>{/block:Photoset}
  483.  
  484. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  485.  
  486. {block:Video}{Video-250}{/block:Video}
  487.  
  488. {block:Answer}<div id="question"><img style="padding-right:2px" src="http://i926.photobucket.com/albums/ad102/My_originals_album/stuffies/1335651096_004.png">
  489. <span id="asker">{Asker} asked:</span>{Question}</div>{Answer}<p>{/block:Answer}
  490.  
  491. {block:Audio}<div class="player">{AudioPlayerWhite}</div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br> by {Artist}{/block:Artist}</div>{/block:Audio}
  492.  
  493. {block:IndexPage}<div id="kai"><div id="day">{DayofWeek}</div><a href="{Permalink}"> {MonthNumber} / {DayOfMonth} / {ShortYear}</a></div>
  494.  
  495. </div>
  496.  
  497. {/block:IndexPage}
  498.  
  499. {block:PermalinkPage}{block:Date}<div id="jongin">
  500. {block:Caption}
  501. <div class="caption">{Caption}</div>{/block:Caption}<br>
  502. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  503. {block:NoteCount}
  504. <b>Notes:</b> {NoteCount}<br>{/block:NoteCount}{block:RebloggedFrom}
  505. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  506. {/block:RebloggedFrom}{block:ContentSource}
  507. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  508. {/block:ContentSource}{block:HasTags}
  509. <b>Tagged under:</b>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:Date}
  510. {/block:PermalinkPage}
  511.  
  512. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  513.  
  514. {/block:Posts}
  515. </div>
  516. </div>
  517.  
  518. <div style="position:fixed;bottom:3px; left:3px; font-size:11px; letter-spacing:1px; font-family:arial;"><a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a></center>
  519.  
  520. </div>
  521.  
  522. </div>
  523.  
  524. </div>
  525.  
  526. </div>
  527.  
  528. </body>
  529.  
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement