Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Innocence theme by kaiguk (http://kaiguk.tumblr.com/)
- You know the rules, no theme claiming, no using as base, no nothing like that,
- and if I find out you're doing bad stuff like that... I'll fucking kick your ass. I'm fucking serious. I know you code theives are out there and I hope you get the ass whooping of your life. Learn to code, you dicks.
- If you have any questions, just notify me on my personal blog or theme blog. I'd be glad to help out :-)
- Happy using!!!
- -->
- <!DOCTYPE html>
- <head>
- <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}
- <meta name="if:ShowCaptions" content="1"/>
- <meta name="if:ShowTags" content="1"/>
- <meta name="color:bold" content="#cab1da"/>
- <meta name="color:italic" content="#dccbe7"/>
- <meta name="color:underline" content="#b997ce"/>
- <meta name="color:side bg" content="#3bb5bb"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:post bg" content="#3bb5bb"/>
- <meta name="color:desc bg" content="#ffffff"/>
- <meta name="color:sidelinks" content="#3bb5bb"/>
- <meta name="color:sidelink bg" content="#3bb5bb"/>
- <meta name="color:sidelink border" content="#3bb5bb"/>
- <meta name="color:sidelink hover" content="#3bb5bb"/>
- <meta name="color:sidelink hover bg" content="#3bb5bb"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:asker bg" content="#3bb5bb"/>
- <meta name="color:answer bg" content="#3bb5bb"/>
- <meta name="color:perma bg" content="#fcebd5">
- <meta name="color:Caption Bg" content="#fbfbfb"/>
- <meta name="color:Caption Border" content="#f6f6f6"/>
- <meta name="color:Caption" content="#cccccc"/>
- <meta name="color:scrollbar" content="#fcebd5">
- <meta name="image:Sidebar" content=""/>
- <meta name="image:BG" content=""/>
- <meta name="image:totop" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="color:LinkTitleBG" content="#000"/>
- <meta name="color:LinkTitleText" content="#FFF"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="color:selection bg" content="#eeeeee"/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:bg};
- }
- body {
- background:{color:background};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;
- }
- blockquote {
- padding:5px 0 5px 30px;
- border-left:1px solid {color:side bg};
- margin-left:30px;
- background:#fafafa;
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- img{
- opacity:1;
- border:none;
- text-decoration:none;
- }
- #side {
- left:0px;
- top:0px;
- position:fixed;
- width:220px;
- height:100%;
- background-color:{color:side bg};
- border-right:3px double {color:sidelink border};
- }
- #sideimg {
- width:150px;
- }
- #sideimg img {
- width:150px;
- margin-bottom:10px;
- border:1px solid #eee;
- padding:8px;
- background:#fff;
- }
- #sidebar {
- width:150px;
- position:fixed;
- margin-top:80px;
- margin-left:300px;
- }
- #sidelinks {
- width:150px;
- margin-top:157px;
- margin-left:50px;
- font-size:11px;
- font-weight:bold;
- word-spacing:2px;
- font-family:arial;
- text-transform:lowercase;
- }
- #sidelinks a {
- width:105px;
- padding:8px;
- margin-bottom:25px;
- color:{color:sidelinks};
- border:1px solid {color:sidelink border};
- background:{color:sidelink bg};
- display:inline-block;
- text-align:center;
- }
- #sidelinks a:hover{
- background:{color:sidelink hover bg};
- color:{color:sidelink hover};
- border:1px solid {color:sidelink hover bg};
- }
- #desc {
- margin-top:20px;
- margin-left:25px;
- text-align:justify;
- position:fixed;
- width: 110px;
- padding: 5px;
- background:{color:desc bg};
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- #desc:after {
- content: "";
- position: absolute;
- top: -10px;
- left: 50px;
- border-style: solid;
- border-width: 0 7px 10px;
- border-color: {color:desc bg} transparent;
- display: block;
- width: 0;
- z-index: 1;
- }
- {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}
- {block:IfShowTags}
- #tags{
- margin-top:5px;
- text-align:right;
- color:{color:text};
- word-spacing:2px;
- font-style:italic;
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- #tags{
- display:none;
- }
- {block:IfNotShowTags}
- #entries {
- width:400px;
- margin-top:75px;
- }
- #posts {
- width:400px;
- background:{color:post bg};
- margin-left:560px;
- margin-bottom:75px;
- padding:20px;
- }
- #posts img {
- max-width:400px;
- }
- #titlequote{
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- text-align:right;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:70px;
- line-height:120%;
- padding:3px;
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- list-style:none;
- padding:5px 0;
- }
- .label {
- text-decoration:bold;
- }
- #suho {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- background:#fafafa;
- padding:10px;
- }
- #permaout {
- word-spacing:3px;
- margin-top:10px;
- padding:8px;
- font-size:11px;
- background:{color:perma bg};
- }
- #permaout a{
- color:{color:link};
- }
- #permaout a:hover{
- color:{color:hover};
- }
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:normal;
- }
- #permalink a {
- margin-right:10px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:border};
- line-height:140%;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- #kaijong {
- font-size:12px;
- line-height:150%;
- letter-spacing:0px;
- right:10px;
- bottom:10px;
- font-weight:normal;
- position:fixed;
- text-transform:uppercase;
- text-align:center;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 10px;
- line-height: 11px;
- font-family: arial;
- 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 bg};
- color:{color:selection text};
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- #who {
- position:fixed;
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:15px;
- letter-spacing:1px;
- padding:5px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- {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="side">
- <div id="sidelinks">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- </div>
- </div>
- <div id="sidebar">
- <div id="sideimg"><a href="/"><img src="{image:Sidebar}"></a></div>
- <div id="desc">{Description}</div>
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title"><div style="font-size:17px; text-align:left;">{Title}</div></div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title">
- <div style="font-size:17px; text-align:left;"><a href="{URL}">{Name} »</a></div></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- <b>{Label}</b></span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <center><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></center>
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-400}</center>
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photoset}
- {block:IfNotShowCaptions}
- {block:PermalinkPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaptions}
- </center>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}
- <div style="margin-top:20px; margin-left:20px;" 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="opacity:0.4;"src="http://i926.photobucket.com/albums/ad102/My_originals_album/icons/1335651593_comment.gif"> <span id="asker"> {Asker} said: {Question}</div> </span><div style="background:{color:answer bg}; padding:6px;">{Answer}</div>{/block:Answer}
- {block:IndexPage}
- <div style="text-align:right;" id="permaout"><a href="{Permalink}"> Posted {ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- </div>
- {block:IndexPage}
- {block:IfShowTags}
- <div id="tags">
- {block:HasTags}
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
- tags:
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IfShowTags}
- {block:PermalinkPage}
- {block:Date}
- <div id="suho">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <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>
- </body>
- <div id="who">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement