Advertisement
SeoulChan

Bland

Dec 27th, 2014
2,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.03 KB | None | 0 0
  1. <!----
  2.  _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.               __/ |          
  9.              |___/
  10. Bland theme by Kaiguk  (http://kaiguk.tumblr.com/)
  11.  
  12. Let me find out you stealing my themes and doing other shit you're not suppose to, I'll slap you into hell. You little fuck. Just follow the rules.
  13.  
  14. Anyways, to you angels, enjoy the theme :)) If you have any questions on how to do something, just send me a msg on my personal blog or theme blog (I'll answer on either one.)
  15.  
  16. --->
  17.  
  18.  
  19. <!DOCTYPE html>
  20. <title>{Title}</title>
  21.  
  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}" />
  25. {/block:Description}
  26.  
  27. <head>
  28.  
  29. <meta name="if:ShowTags" content="0"/>
  30. <meta name="if:ShowCaptions" content="1"/>
  31.  
  32. <meta name="color:bold"content="#ccad00">
  33. <meta name="color:italic"content="#ffe033">
  34. <meta name="color:text"content="#aaaaaa">
  35. <meta name="color:link"content="#d4b405">
  36. <meta name="color:hover"content="#cccccc">
  37. <meta name="color:background"content="#ffffff">
  38. <meta name="color:border"content="#cccccc">
  39. <meta name="color:sideimg border" content="#000000"/>
  40. <meta name="color:description bg" content="#ffffff"/>
  41. <meta name="color:description" content="#000000"/>
  42. <meta name="color:toplink bg" content="#000000"/>
  43. <meta name="color:toplink" content="#222222"/>
  44. <meta name="color:link bg" content="#ccad00"/>
  45. <meta name="color:link hover" content="#ccad00"/>
  46. <meta name="color:link hover bg" content="#222222"/>
  47. <meta name="color:post bg"content="#ffffff">
  48. <meta name="color:post border"content="#cccccc">
  49. <meta name="color:caption bg" content="#fbfbfb"/>
  50. <meta name="color:caption border" content="#f6f6f6"/>
  51. <meta name="color:caption" content="#cccccc"/>
  52. <meta name="color:selection text" content="#888888"/>
  53. <meta name="color:selection background" content="#eeeeee"/>
  54. <meta name="color:linktitleBG" content="#eeeeee"/>
  55. <meta name="color:linktitletext" content="#888888"/>
  56.  
  57. <meta name="image:sidebar image"content="">
  58. <meta name="image:bg"content="">
  59. <meta name="image:totop" content=""/>
  60.  
  61. <meta name="text:link1"content="">
  62. <meta name="text:link2"content="">
  63. <meta name="text:link3"content="">
  64. <meta name="text:link4"content="">
  65. <meta name="text:link5"content="">
  66. <meta name="text:link6"content="">
  67. <meta name="text:link1 url"content="/">
  68. <meta name="text:link2 url"content="/">
  69. <meta name="text:link3 url"content="/">
  70. <meta name="text:link4 url"content="/">
  71. <meta name="text:link5 url"content="/">
  72. <meta name="text:link6 url"content="/">
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("a[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:0,
  82. tip_fade_speed:0,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. ::-webkit-scrollbar-thumb{
  92.    height:auto;
  93.    background-color:{color:post border};
  94.    }
  95.  
  96. ::-webkit-scrollbar{
  97.    height:4px;
  98.    width:3px;
  99.    padding-right:2px;
  100.    background-color:white;
  101.    }
  102.  
  103. body{
  104.    font-size:11px;
  105.    font-family:calibri;
  106.    top left fixed repeat;
  107.    color:{color:text};
  108.    background:{color:background} url('{image:bg}');
  109.    background-attachment:fixed;
  110.    line-height:200%;
  111.    }
  112.  
  113. h1 {
  114.    font-size:11px;
  115.    line-height:200%;
  116.    letter-spacing:1px;
  117.    padding:6px;
  118.    text-align:right;
  119.    font-style:normal;  
  120.    font-family:calibri;
  121.    }
  122.  
  123.  
  124. h2 {
  125.    letter-spacing:1px;
  126.    font-size:19px;
  127.    font-family:calibri;
  128.    text-align:center;
  129.    }
  130.  
  131.  
  132. blockquote {
  133.    padding:8px;
  134.    border-left:1px solid {color:post border};
  135.    background-color:#fcfcfc;
  136.    }
  137.  
  138.  
  139. b {
  140.    font-weight:bold;
  141.    color:{color:bold};
  142.    }
  143.  
  144. i {
  145.    font-weight:italic;
  146.    color:{color:italic};
  147.    }
  148.  
  149. u {
  150.    text-decoration:none;
  151.    border-bottom:1px solid {color:bold};
  152.    }
  153.  
  154. a {
  155.    font-family:calibri;
  156.    text-decoration:none;
  157.    color:{color:link};
  158.    -moz-transition-duration:0.5s;
  159.    -webkit-transition-duration:0.5s;
  160.    -o-transition-duration:0.5s;
  161.    }
  162.  
  163. a:hover {
  164.    color:{color:hover};
  165.    }
  166.  
  167. #sidebar {
  168.    width:200px;
  169.    margin-left:200px;
  170.    margin-top:100px;
  171.    position:fixed;
  172.    }
  173.  
  174. #sidebar img {
  175.    width:190px;
  176.    border:5px solid {color:sideimg border};
  177.    padding:5px;
  178.     }
  179.  
  180. #desc{
  181.    margin-top:8px;
  182.    text-align:justify;
  183.    line-height:170%;
  184.    color:#ff000;
  185.    }
  186.    
  187. .description{
  188.   background:{color:Description bg};
  189.   color:{color:description};
  190.    }
  191.  
  192. #links{
  193.     margin-left:50px;
  194.     }
  195.    
  196. #links a {
  197.    width:80px;
  198.    margin-top:20px;
  199.    margin-left:10px;
  200.    padding:3px;
  201.    font-size:15px;
  202.    font-family:calibri;
  203.    text-align:center;
  204.    text-transform:uppercase;
  205.    display:inline-block;
  206.    position:relative;
  207.    background:{color:link bg};
  208.    color:{color:toplink};
  209.    }
  210.  
  211. #links a:hover {
  212.    background:{color:link hover bg};
  213.    color:{color:link hover};
  214.    }
  215.    
  216. #entries{
  217.    width:400px;
  218.    margin-left:448px;
  219.    margin-top:60px;
  220.    position:absolute;
  221.    }
  222.  
  223. #post{
  224.    padding:19px;
  225.    width:400px;
  226.    float:left;
  227.    margin:8px;
  228.    margin-top:40px;
  229.    margin-left:-5px;
  230.    margin-bottom:25px;
  231.    background-color:{color:post bg};
  232.    border:1px solid {color:post border};
  233.    }
  234.    
  235. {block:IfShowCaptions}
  236. #captions {
  237.    margin-top: 10px;
  238.    padding:5px;
  239.    text-align:left;
  240.    background: {color:Caption bg};
  241.    border: 1px solid {color:Caption border};
  242.    color:{color:Caption};
  243.    }
  244. {/block:IfShowCaptions}
  245.  
  246. {block:IfNotShowCaptions}
  247. #captions {
  248.    display:none;
  249.    }
  250. {/block:IfNotShowCaptions}
  251.  
  252. #perma {
  253.    margin-top:15px;
  254.    padding:8px;
  255.    text-align:left;
  256.    font-family:calibri;
  257.    font-style: normal;
  258.    background:#000;
  259.    color:{color:text};
  260.    }
  261.  
  262. #perma a {
  263.    font-size:11px;
  264.    text-align:left;
  265.    font-style:normal;
  266.    padding:3px;
  267.    }
  268.  
  269. #perma a:hover {
  270.    color:{color:hover};
  271.    }
  272.  
  273. #permalink {
  274.    padding:10px;
  275.    text-align:justify;
  276.    line-height:15px;
  277.    margin-top:10px;
  278.    height:auto;
  279.    }
  280.  
  281. .note {
  282.    letter-spacing:0px;
  283.    text-align:left;
  284.    line-height:200%;
  285.    margin-left:-40px;
  286.    text-transform:lowercase;
  287.    font-style:normal;
  288.    }
  289.  
  290. .note li {
  291.    list-style-type:none;
  292.    padding:10px 25px 10px 25px;
  293.    text-align:left;
  294.    margin:0px;
  295.    border-bottom:1px solid {color:border};
  296.    -moz-transition-duration:0.5s;
  297.    -webkit-transition-duration:0.5s;
  298.    -o-transition-duration:0.5s;
  299.    }
  300.  
  301. .notes img {
  302.    display:none!important;
  303.    }
  304.  
  305. .player {
  306.  width:25px;
  307.  height:25px;
  308.  overflow:hidden;
  309.  position:absolute;
  310.  background:white;
  311.  }
  312.  
  313. .audioinfo {
  314.  margin-left:50px;
  315.  line-height:120%;
  316.  }
  317.  
  318. ul.chat, .chat ol, .chat li {
  319.    list-style:none;
  320.    margin:0px;
  321.    padding:2px;
  322.    }
  323.  
  324. #s-m-t-tooltip {
  325.    z-index: 9999;
  326.    background: {color:LinkTitleBG};
  327.    font-size: 10px;
  328.    line-height: 11px;
  329.    font-family: calibri;
  330.    letter-spacing: 1px;
  331.    text-transform: normal;
  332.    color: {color:LinkTitleText};
  333.    max-width: 150px;
  334.    word-wrap: break-word;
  335.    padding: 2px 5px 2px 6px;
  336.    display: block;
  337.    margin: 24px 14px 7px 12px;
  338.    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  339.    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  340.    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  341.    }
  342.  
  343. ::selection {
  344.    background:{color:Selection Background};
  345.    color:{color:Selection Text};
  346.    }
  347.  
  348.  
  349. #xiah {
  350.    background:{color:background};
  351.    padding:5px;
  352.    font-size:12px;
  353.    line-height:150%;
  354.    letter-spacing:0px;
  355.    left:10px;
  356.    bottom:10px;
  357.    font-weight:normal;
  358.    position:fixed;
  359.    text-transform:uppercase;
  360.    text-align:center;
  361.    }
  362.  
  363.  
  364. #xiah a {
  365.    padding:3px;
  366.    color:{color:link};
  367.    background-color:#fff;
  368.    -moz-transition-duration:0.5s;
  369.    -webkit-transition-duration:0.5s;
  370.    -o-transition-duration:0.5s;
  371.    }
  372.  
  373. #scrollToTop:link, #scrollToTop:visited {
  374.   display:none;
  375.   position:fixed;
  376.   bottom: 10px;
  377.   right:10px;
  378.   }  
  379.  
  380. #ban1 {
  381.    width:100%;
  382.    height:10px;
  383.    top:0px;
  384.    left:0px;
  385.    position:fixed;
  386.    z-index:999999;
  387.    border-top:0px solid;
  388.    }
  389.  
  390. #ban2 {
  391.    background:{color:toplink bg};
  392.    width:706px;
  393.    height:60px;
  394.    margin-left:200px;
  395.    }
  396.  
  397. {CustomCSS}
  398.  
  399. </style>
  400.  
  401. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  402.  
  403. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  404. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  405. <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  406.  
  407. </head>
  408.  
  409. <body>
  410.  
  411. <div id="ban1">
  412. <div id="ban2">
  413. <div id="links">
  414.  
  415. {block:ifLink1}
  416. <a href="{text:link1 url}">{text:link1}</a>
  417. {/block:ifLink1}
  418.  
  419. {block:ifLink2}
  420. <a href="{text:link2 url}">{text:link2}</a>
  421. {/block:ifLink2}
  422.  
  423. {block:ifLink3}
  424. <a href="{text:link3 url}">{text:link3}</a>
  425. {/block:ifLink3}
  426.  
  427. {block:ifLink4}
  428. <a href="{text:link4 url}">{text:link4}</a>
  429. {/block:ifLink4}
  430.  
  431. {block:ifLink5}
  432. <a href="{text:link5 url}">{text:link5}</a>
  433. {/block:ifLink5}
  434.  
  435. {block:ifLink6}
  436. <a href="{text:link6 url}">{text:link6}</a>
  437. {/block:ifLink6}
  438.  
  439. </div>
  440. </div>
  441. </div>
  442.  
  443. <div id="sidebar">
  444. <img src="{image:sidebar image}">
  445.  
  446. <div id="desc"><span class="description">{description}</span></div>
  447. </div>
  448.  
  449. <div id="entries">
  450.  
  451. <div class="autopagerize_page_element">
  452.  
  453. {block:Posts}
  454.  
  455. <div id="post">
  456.  
  457.  
  458. {block:Text}{block:Title}
  459. <h2>{Title}</h2>
  460. {/block:Title}
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Photo}
  465. <center> <a href="{Permalink}"><img src="{PhotoURL-400}"/></a>
  466. </center>
  467. {block:Caption}<div id="captions">
  468. {Caption}</div>
  469. {/block:Caption}
  470. {/block:Photo}
  471.  
  472. {block:Photoset}
  473. <center>{Photoset-400}</center>
  474. {block:Caption}<div id="captions">
  475. {Caption}</div>
  476. {/block:Caption}
  477. {/block:Photoset}
  478.  
  479.  
  480. {block:Quote}
  481. <div style="font-size:14px;">โ€œ{Quote}โ€</div>
  482. {block:Source}<h1>-{Source}</h1>
  483. {/block:Source}
  484. {/block:Quote}
  485.  
  486.  
  487. {block:Video}
  488. <center>{Video-400}</center>
  489. {block:Caption}<div id="captions">
  490. {Caption}</div>
  491. {/block:Caption}
  492. {/block:Video}
  493.  
  494.  
  495. {block:Link}
  496. <a href="{URL}" class="link" {Target}>
  497. <h2>{Name} ยป</h2></a>
  498. {block:Description}
  499. {Description}
  500. {/block:Description}
  501. {/block:Link}
  502.  
  503. {block:Chat}
  504. {block:Lines}
  505. {block:Label}
  506. <div style="line-height:150%;">
  507. <br><b>{Label}</b>
  508. {/block:Label}
  509. &nbsp;{Line}
  510. </div>
  511. {/block:Lines}
  512. {/block:Chat}
  513.  
  514. {block:Audio}
  515. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  516. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  517. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  518. <b>Plays:</b> {PlayCount}
  519. </a>
  520. </div>
  521. {/block:Audio}
  522.  
  523. {block:Answer}
  524. <div style="background:{color:asker bg}; padding:6px;"id="question">
  525. <img style="padding-right:2px" src="http://media.tumblr.com/71c22f624186d6ca7f4fb48d2931bd81/tumblr_inline_n5sqt5IPZZ1sbfysw.gif">
  526. <span id="asker"> {Asker} asked: {Question}</div>
  527. <div style="border:1px solid {color:border};"></div>
  528. </span>
  529. {Answer}
  530. {/block:Answer}
  531.  
  532. {block:IndexPage}
  533. <div id="perma"><a href="{Permalink}"> {12Hour} : {Minutes} {AMPM}</a>
  534. </div>
  535. {block:IfShowTags}
  536. {block:Tags}<a href="{TagURL}"> #{Tag}  
  537. </a>{/block:Tags}
  538. {/block:IfShowTags}
  539.  
  540. {/block:IndexPage}
  541.  
  542. {block:PermalinkPage}
  543. {block:Date}
  544. <div id="permalink">
  545. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  546. <br>
  547. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  548. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  549. {block:NoteCount}
  550. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  551. <b>Notes:</b> {NoteCount}<br>
  552. {/block:NoteCount}
  553. {block:RebloggedFrom}
  554. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  555. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  556. {/block:RebloggedFrom}
  557. {block:ContentSource}
  558. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  559. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  560. {/block:ContentSource}
  561. {block:HasTags}
  562. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  563. <b>Tagged:</b>
  564. {block:Tags}
  565. <a href="{TagURL}">#{Tag}</a>
  566. {/block:Tags}
  567. {/block:HasTags}
  568. </div>
  569. {/block:Date}
  570. {/block:PermalinkPage}
  571.  
  572. <div class="note">
  573. {block:PostNotes}{PostNotes}{/block:PostNotes}
  574. </div>
  575.  
  576. </div>
  577.  
  578. {/block:Posts}
  579.  
  580. </div>
  581. <div id="xiah"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
  582. </div>
  583. </div>
  584.  
  585. </div>
  586. </body>
  587. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement