Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Bland theme by Kaiguk (http://kaiguk.tumblr.com/)
- 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.
- 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.)
- --->
- <!DOCTYPE html>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <head>
- <meta name="if:ShowTags" content="0"/>
- <meta name="if:ShowCaptions" content="1"/>
- <meta name="color:bold"content="#ccad00">
- <meta name="color:italic"content="#ffe033">
- <meta name="color:text"content="#aaaaaa">
- <meta name="color:link"content="#d4b405">
- <meta name="color:hover"content="#cccccc">
- <meta name="color:background"content="#ffffff">
- <meta name="color:border"content="#cccccc">
- <meta name="color:sideimg border" content="#000000"/>
- <meta name="color:description bg" content="#ffffff"/>
- <meta name="color:description" content="#000000"/>
- <meta name="color:toplink bg" content="#000000"/>
- <meta name="color:toplink" content="#222222"/>
- <meta name="color:link bg" content="#ccad00"/>
- <meta name="color:link hover" content="#ccad00"/>
- <meta name="color:link hover bg" content="#222222"/>
- <meta name="color:post bg"content="#ffffff">
- <meta name="color:post border"content="#cccccc">
- <meta name="color:caption bg" content="#fbfbfb"/>
- <meta name="color:caption border" content="#f6f6f6"/>
- <meta name="color:caption" content="#cccccc"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="color:selection background" content="#eeeeee"/>
- <meta name="color:linktitleBG" content="#eeeeee"/>
- <meta name="color:linktitletext" content="#888888"/>
- <meta name="image:sidebar image"content="">
- <meta name="image:bg"content="">
- <meta name="image:totop" content=""/>
- <meta name="text:link1"content="">
- <meta name="text:link2"content="">
- <meta name="text:link3"content="">
- <meta name="text:link4"content="">
- <meta name="text:link5"content="">
- <meta name="text:link6"content="">
- <meta name="text:link1 url"content="/">
- <meta name="text:link2 url"content="/">
- <meta name="text:link3 url"content="/">
- <meta name="text:link4 url"content="/">
- <meta name="text:link5 url"content="/">
- <meta name="text:link6 url"content="/">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- height:auto;
- background-color:{color:post border};
- }
- ::-webkit-scrollbar{
- height:4px;
- width:3px;
- padding-right:2px;
- background-color:white;
- }
- body{
- font-size:11px;
- font-family:calibri;
- top left fixed repeat;
- color:{color:text};
- background:{color:background} url('{image:bg}');
- background-attachment:fixed;
- line-height:200%;
- }
- h1 {
- font-size:11px;
- line-height:200%;
- letter-spacing:1px;
- padding:6px;
- text-align:right;
- font-style:normal;
- font-family:calibri;
- }
- h2 {
- letter-spacing:1px;
- font-size:19px;
- font-family:calibri;
- text-align:center;
- }
- blockquote {
- padding:8px;
- border-left:1px solid {color:post border};
- background-color:#fcfcfc;
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-weight:italic;
- color:{color:italic};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:bold};
- }
- a {
- font-family:calibri;
- text-decoration:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- }
- #sidebar {
- width:200px;
- margin-left:200px;
- margin-top:100px;
- position:fixed;
- }
- #sidebar img {
- width:190px;
- border:5px solid {color:sideimg border};
- padding:5px;
- }
- #desc{
- margin-top:8px;
- text-align:justify;
- line-height:170%;
- color:#ff000;
- }
- .description{
- background:{color:Description bg};
- color:{color:description};
- }
- #links{
- margin-left:50px;
- }
- #links a {
- width:80px;
- margin-top:20px;
- margin-left:10px;
- padding:3px;
- font-size:15px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- display:inline-block;
- position:relative;
- background:{color:link bg};
- color:{color:toplink};
- }
- #links a:hover {
- background:{color:link hover bg};
- color:{color:link hover};
- }
- #entries{
- width:400px;
- margin-left:448px;
- margin-top:60px;
- position:absolute;
- }
- #post{
- padding:19px;
- width:400px;
- float:left;
- margin:8px;
- margin-top:40px;
- margin-left:-5px;
- margin-bottom:25px;
- background-color:{color:post bg};
- border:1px solid {color:post border};
- }
- {block:IfShowCaptions}
- #captions {
- margin-top: 10px;
- padding:5px;
- text-align:left;
- background: {color:Caption bg};
- border: 1px solid {color:Caption border};
- color:{color:Caption};
- }
- {/block:IfShowCaptions}
- {block:IfNotShowCaptions}
- #captions {
- display:none;
- }
- {/block:IfNotShowCaptions}
- #perma {
- margin-top:15px;
- padding:8px;
- text-align:left;
- font-family:calibri;
- font-style: normal;
- background:#000;
- color:{color:text};
- }
- #perma a {
- font-size:11px;
- text-align:left;
- font-style:normal;
- padding:3px;
- }
- #perma a:hover {
- color:{color:hover};
- }
- #permalink {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- }
- .note {
- letter-spacing:0px;
- text-align:left;
- line-height:200%;
- margin-left:-40px;
- text-transform:lowercase;
- font-style:normal;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:50px;
- line-height:120%;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 10px;
- line-height: 11px;
- font-family: calibri;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 2px 5px 2px 6px;
- display: block;
- margin: 24px 14px 7px 12px;
- -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- }
- ::selection {
- background:{color:Selection Background};
- color:{color:Selection Text};
- }
- #xiah {
- background:{color:background};
- padding:5px;
- font-size:12px;
- line-height:150%;
- letter-spacing:0px;
- left:10px;
- bottom:10px;
- font-weight:normal;
- position:fixed;
- text-transform:uppercase;
- text-align:center;
- }
- #xiah a {
- padding:3px;
- color:{color:link};
- background-color:#fff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- #ban1 {
- width:100%;
- height:10px;
- top:0px;
- left:0px;
- position:fixed;
- z-index:999999;
- border-top:0px solid;
- }
- #ban2 {
- background:{color:toplink bg};
- width:706px;
- height:60px;
- margin-left:200px;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" title="top"><img src="{image:ToTop}"></a></a>
- </head>
- <body>
- <div id="ban1">
- <div id="ban2">
- <div id="links">
- {block:ifLink1}
- <a href="{text:link1 url}">{text:link1}</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:link2 url}">{text:link2}</a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:link3 url}">{text:link3}</a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:link4 url}">{text:link4}</a>
- {/block:ifLink4}
- {block:ifLink5}
- <a href="{text:link5 url}">{text:link5}</a>
- {/block:ifLink5}
- {block:ifLink6}
- <a href="{text:link6 url}">{text:link6}</a>
- {/block:ifLink6}
- </div>
- </div>
- </div>
- <div id="sidebar">
- <img src="{image:sidebar image}">
- <div id="desc"><span class="description">{description}</span></div>
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}
- <h2>{Title}</h2>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center> <a href="{Permalink}"><img src="{PhotoURL-400}"/></a>
- </center>
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-400}</center>
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div style="font-size:14px;">“{Quote}”</div>
- {block:Source}<h1>-{Source}</h1>
- {/block:Source}
- {/block:Quote}
- {block:Video}
- <center>{Video-400}</center>
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>
- <h2>{Name} »</h2></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <div style="line-height:150%;">
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
- <b>Plays:</b> {PlayCount}
- </a>
- </div>
- {/block:Audio}
- {block:Answer}
- <div style="background:{color:asker bg}; padding:6px;"id="question">
- <img style="padding-right:2px" src="http://media.tumblr.com/71c22f624186d6ca7f4fb48d2931bd81/tumblr_inline_n5sqt5IPZZ1sbfysw.gif">
- <span id="asker"> {Asker} asked: {Question}</div>
- <div style="border:1px solid {color:border};"></div>
- </span>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div id="perma"><a href="{Permalink}"> {12Hour} : {Minutes} {AMPM}</a>
- </div>
- {block:IfShowTags}
- {block:Tags}<a href="{TagURL}"> #{Tag}
- </a>{/block:Tags}
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permalink">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <br>
- <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
- <b>Tagged:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="xiah"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement