Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Silence theme by Kaiguk (http://kaiguk.tumblr.com/)
- Please follow the fucking rules. To you theives, stop stealing themes and acting like you a big shot, assholes. Stealing is wrong and I will kick you so far up your ass , and you will never know how it feels to walk again.
- 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:Grayscale" content="0"/>
- <meta name="if:ShowCaptions" content="0"/>
- <meta name="if:TwoColumns" content="0"/>
- <meta name="color:bold"content="#5289db">
- <meta name="color:italic"content="#97b8e9">
- <meta name="color:underline" content="#dce7f8"/>
- <meta name="color:topbar"content="#5289db">
- <meta name="color:text"content="#aaaaaa">
- <meta name="color:background"content="#ffffff">
- <meta name="color:post bg" content="#fbfbfb"/>
- <meta name="color:border" content="#eeeeee"/>
- <meta name="color:caption bg" content="#fbfbfb"/>
- <meta name="color:caption border" content="#f6f6f6"/>
- <meta name="color:caption" content="#cccccc"/>
- <meta name="color:title" content="#5289db"/>
- <meta name="color:link" content="#444444"/>
- <meta name="color:hover" content="#cccccc"/>
- <meta name="color:post bg" content="#fbfbfb"/>
- <meta name="color:desc bg" content ="#000000"/>
- <meta name="color:desc text" content ="#ffffff"/>
- <meta name="color:linktitlebg" content="#000000"/>
- <meta name="color:linktitletext" content="#ffffff"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="color:selection bg" content="#eeeeee"/>
- <meta name="image:sideimg" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="image:navicon1" content=""/>
- <meta name="image:navicon2" content=""/>
- <meta name="image:navicon3" content=""/>
- <meta name="image:navicon4" content=""/>
- <meta name="image:navicon5" content=""/>
- <meta name="image:navicon6" content=""/>
- <meta name="text:Link1Title" content="one"/>
- <meta name="text:Link1URL" content="/"/>
- <meta name="text:Link2Title" content="two"/>
- <meta name="text:Link2URL" content="/"/>
- <meta name="text:Link3Title" content="three"/>
- <meta name="text:Link3URL" content="/"/>
- <meta name="text:Link4Title" content="four"/>
- <meta name="text:Link4URL" content="/"/>
- <meta name="text:Link5Title" content="five"/>
- <meta name="text:Link5URL" content="/"/>
- <meta name="text:Link6Title" content="six"/>
- <meta name="text:Link6URL" content="/"/>
- <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">
- body {
- margin: 0;
- padding: 0;
- border: 0;
- background: url('{image:BG}') repeat fixed;
- background-color:{color:background};
- color:{color:text};
- font-family:courier;
- font-size: 9.5px;
- text-transform:uppercase;
- line-height: 190%;
- word-wrap: break-word;
- }
- a {
- color: {color:link};
- text-decoration: none;
- -moz-transition: all ease-in-out 0.4s;
- -webkit-transition: all ease-in-out 0.4s;
- -o-transition: all ease-in-out 0.4s;
- }
- a:hover{
- color: {color:hover};
- text-decoration: none;
- }
- blockquote {
- border-left:3px solid {color:border};
- padding:4px;
- margin-left:3px;
- }
- b, strong {
- color: {color:bold};
- font-weight: bold;
- }
- i, em {
- color: {color:italic};
- font-style: italic;
- }
- u {
- border-bottom: 1px solid;
- color:{color:underline};
- }
- #topbar {
- background:{color:topbar};
- width:100%;
- height:40px;
- top:0px;
- left:0px;
- position:fixed;
- z-index:999999;
- }
- {block:iftwocolumns}
- #wrapper{
- width: 650px;
- height: auto;
- margin-top: 50px;
- margin-left: 300px;
- margin-bottom: 50px;
- border: 0;
- }
- .posts {
- width: 250px;
- margin-left: 30px;
- margin-bottom: 30px;
- float: left;
- text-align: justify;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:20px;
- }
- {/block:iftwocolumns}
- {block:ifnottwocolumns}
- #wrapper{
- width: 350px;
- {block:PermalinkPage}
- width: 400px;
- {/block:PermalinkPage}
- height: auto;
- margin-top: 50px;
- margin-left: 300px;
- margin-bottom: 50px;
- border: 0;
- }
- .posts {
- width: 250px;
- margin-left: 250px;
- margin-bottom: 30px;
- float: left;
- text-align: justify;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:20px;
- }
- {/block:ifnottwocolumns}
- {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:IfGrayscale}
- img{
- filter:gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- img:hover{
- filter:none;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .photo{
- filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.7S ease-in-out;
- -moz-transition: all 0.7S ease-in-out;
- -o-transition: all 0.7S ease-in-out;
- }
- {/block:IfGrayscale}
- #pagi {
- border-top:1px solid {color:border};
- font-size: 9px;
- line-height: 21px;
- text-shadow: 0 1px 1px #fff;
- text-align:center;
- margin-top: 10px
- margin-left:-10px;
- letter-spacing:1px;
- text-transform: lowercase;
- font-style: italic;
- }
- .sidebar {
- position: fixed;
- top: 0px;
- left: 50px;
- bottom: 0px;
- width: 200px;
- padding: 10px;
- margin-top:250px;
- }
- #sidebar img{
- float:left;
- margin-right:7px;
- width:60px;
- height:60px;
- }
- #title {
- color:{color:title};
- margin-top: 30px;
- text-align: left;
- font-size: 20px;
- letter-spacing: 3px;
- padding-bottom: 5px;
- -moz-transition: all ease-in-out 0.4s;
- -webkit-transition: all ease-in-out 0.4s;
- -o-transition: all ease-in-out 0.4s;
- }
- #desc {
- margin-top: 5px;
- word-spacing:2px;
- letter-spacing:1px;
- font-size: 9px;
- line-height:110%;
- text-align: left;
- }
- .desc{
- line-height:180%;
- background:{color:desc BG};
- color:{color:desc text};
- }
- #links {
- text-align: left;
- margin-top: 10px;
- word-spacing: 5px;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- #links a {
- display: inline-block;
- color: #CCC;
- border-top: 2px solid transparent;
- padding: 5px 1px 0px 1px;
- }
- #postinfo {
- margin-top:20px;
- border-top:1px solid #eee;
- padding:5px;
- text-align:center;
- font-size:10px;
- letter-spacing:0px;
- line-height:150%;
- color:{color:link};
- }
- #postinfo a {
- color:{color:link};
- padding:5px;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- #permalink {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- background:#fafafa;
- padding: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;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 10px;
- line-height: 11px;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 3px 3px 3px 3px;
- 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);
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- line-height:160%;
- }
- #question {
- padding-bottom:5px;
- font-style:italic;
- border-bottom:1px solid {color:border};
- }
- #asker {
- letter-spacing:1px;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:50px;
- line-height:120%;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:background};
- height: 80px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- background: {color:topbar};
- }
- ::selection {
- background:{color:selection bg};
- color:{color:selection text};
- }
- #sungyeol {
- position:fixed;
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:10px;
- 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;
- }
- </style>
- {block:IndexPage}
- {block:iftwocolumns}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#wrapper');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagi",
- nextSelector : ".pagi a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 10000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:iftwocolumns}
- {/block:IndexPage}
- </head>
- <body>
- <div id="topbar"></div>
- <div class="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebar"><img src="{image:sideimg}"></div>
- <div id="desc"><span class="desc">{Description}</span></div>
- <div id="links">
- <a href="{text:Link1URL}" title= "{text:Link1Title}"><img src="{image:navicon1}"></a></a>
- <a href="{text:Link2URL}" title= "{text:Link2Title}"><img src="{image:navicon2}"></a></a>
- <a href="{text:Link3URL}" title= "{text:Link3Title}"><img src="{image:navicon3}"></a></a>
- <a href="{text:Link4URL}" title= "{text:Link4Title}" ><img src="{image:navicon4}"></a></a>
- <a href="{text:Link5URL}" title= "{text:Link5Title}"><img src="{image:navicon5}"></a></a>
- <a href="{text:Link6URL}"title= "{text:Link6Title}" ><img src="{image:navicon6}"></a></a>
- </div>
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <center> <a href="{PreviousPage}">previous —</a>
- {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}
- <a href="{NextPage}">— next</a></center>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="wrapper">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<div style="font-size:14px; font-weight:bold; padding:3px;">“{Quote}”</div>{Source}{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {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} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Photo}
- <div class="photo">
- <center>
- <img src="{PhotoURL-250}" {block:IndexPage}
- title="{NoteCountWithLabel}"href="{permalink}"{/block:IndexPage}
- alt="{PhotoAlt}">
- </center>
- </div>
- {block:IndexPage}
- {block:Caption}
- <div id="captions">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo"><center>{Photoset-250}</center></div>
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- <div class="photo"><center>{Video-250}</center></div>{block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}{/block:Video}
- {block:Answer}<div id="question"><img style="padding-right:2px" src="http://media.tumblr.com/71c22f624186d6ca7f4fb48d2931bd81/tumblr_inline_n5sqt5IPZZ1sbfysw.gif">
- <span id="asker">{Asker} asked:</span>{Question}</div><div style="color:{color:text}; font-size:11px;">{Answer}</div>{/block:Answer}
- {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:IndexPage}
- <div id="postinfo">
- <a href="{Permalink}"> {12Hour} : {Minutes} {AMPM} </a>
- </div>
- {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}<br>
- {block:HighRes}
- <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
- <b>High Res:</b>
- <a href="{PhotoURL-HighRes}">Click for higher res.</a>{/block:HighRes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- {/block:Posts}
- </body>
- <div id="sungyeol">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement