Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- slick theme by sleaklayouts.tumblr.com
- please donot remove the credit, i worked really hard on this and if you do i will skewer you like a kebab and report you
- -->
- <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="image:background" content=""/>
- <meta name="image:banner" content=""/>
- <meta name="color:background" content="#FFF"/>
- <meta name="color:post background" content="#FFF"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:links" content="#000"/>
- <meta name="color:borders" content="#000"/>
- <meta name="color:scrollbar" content"#000"
- <meta name="color:permalink" content="#d1d1d1"/>
- <meta name="color:permalink text" content="#000"/>
- <meta name="color:bgtooltip" content="#000"/>
- <meta name="color:tooltiptext" content="#fff"/>
- <meta name="if:banner" content="0"/>
- <meta name="if:backgroundrepeat" content="0"/>
- <meta name="text:posttop" content="120px"/>
- <meta name="text:linkalink" content="http://link a link"/>
- <meta name="text:linkatext" content="link a"/>
- <meta name="text:linkblink" content="http://link b link"/>
- <meta name="text:linkbtext" content="link b"/>
- <meta name="text:linkclink" content="http://link c link"/>
- <meta name="text:linkctext" content="link c"/>
- <meta name="text:linkdlink" content="http://link d link"/>
- <meta name="text:linkdtext" content="link d"/>
- <style type="text/css">
- body {
- background: {color:background} url({image:background})top left fixed repeat;
- {block:ifnotbackgroundrepeat}
- background-size: cover;
- {/block:ifnotbackgroundrepeat}
- {block:ifbackgroundrepeat}
- background-repeat:repeat;
- {/block:ifbackgroundrepeat}
- /** change the fonts here **/
- font-size: 10px;
- font-family: 'Courier New', Courier, monospace;
- color: {color:text};
- letter-spacing: 1px;
- line-height: 12px;
- text-align: center;
- }
- ::-webkit-scrollbar {width: 8px; height: 0px;}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
- /** edit how text looks when highlighted **/
- ::selection { }
- ::-moz-selection { }
- ::-webkit-selection { }
- /** this holds all your posts **/
- #wrapper {
- width: 1000px;
- margin: 30px auto;
- margin-top:{text:posttop};
- margin-left:200px;
- {block:permalinkpage}
- margin-left:400px;
- {/block:permalinkpage}
- }
- #post {
- width: 250px;
- margin: 20px;
- padding: 10px;
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- #post img {
- border: 2px solid {color:borders};
- background: {color:post background};
- padding:0px;
- max-width:100%;
- }
- .post {
- width:220px;
- margin:25px;
- padding:10px;
- border-radius:0px;
- float:left;
- position:relative;
- text-align:left;
- font-size:11px;
- color:#000000;
- }
- .audio {
- background: black;
- padding: 5px;
- color: white;
- text-transform: uppercase;
- }
- .posttitle {
- background: transparent;
- padding: 10px;
- text-transform: uppercase;
- }
- .body {
- text-align: justify;
- padding: 10px;
- }
- a {
- color: {color:links};
- text-decoration: none;
- }
- blockquote {
- text-align: justify;
- padding: 5px;
- margin: 0px;
- }
- ul, li {
- padding: 5px;
- margin: 10px;
- text-align: justify;
- list-style-image:url('http://i.imgur.com/Khn3RHr.png');
- }
- .permalinks {
- padding: 5px;
- color: {color:permalink text};
- text-transform: uppercase;
- text-align: left;
- font-size: 9px;
- }
- .tags {
- padding: 5px;
- background: {color:permalink};
- color: {color:permalink text};
- margin: 5px 0px 0px 0px;
- text-transform: uppercase;
- text-align: center;
- font-size: 9px;
- }
- #header{
- position:absolute;
- top:35px;
- {block:ifbanner}
- top:6px;
- {/block:ifbanner}
- left:35%;
- text-align:center;
- max-width:400px;
- }
- #navi{
- top:22px;
- {block:ifbanner}
- top:31px;
- {/block:ifbanner}
- left:30%;
- position:absolute;
- width:20px;
- }
- #notehold{
- margin-top:1500px;
- position:absolute;
- }
- .blogtitle{
- font-size:25px;
- }
- div#qTip{
- font-size: 8px;
- color:{color:tooltiptext};
- background-color:{color:bgtooltip};
- text-align: center;
- text-transform: lowercase;
- letter-spacing:1px;
- min-width:40px;
- max-width:120px;
- display: none;
- position: absolute;
- z-index: 99;
- padding: 3px;
- margin:5px 0px 0px 20px;}
- {CustomCSS}
- </style>
- <!-- this is jquery it makes the theme work, leave this alone -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
- <!-- code for the home /mail buttons -->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--tooltip script-->
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <!-- if you wanna add fonts or other scripts add them under here -->
- </head>
- <body>
- <div id="header">
- {block:ifbanner}
- <img src="{image:banner}" height="70px">
- {/block:ifbanner}
- {block:ifnotbanner}
- <div class="blogtitle">{title}</div>
- {/block:ifnotbanner}
- <p><span class="description">{description}</span></p>
- <p>
- <a href="{text:linkalink}">{text:linkatext}</a>
- <a href="{text:linkblink}">{text:linkbtext}</a>
- <a href="{text:linkclink}">{text:linkctext}</a>
- <a href="{text:linkdlink}">{text:linkdtext}</a>
- </p>
- </div>
- <div id="navi">
- <a href="/" title="home"><i class="fa fa-home" style="float: left; font-size: 16px;"></i> </a><br><br>
- <a href="/ask" title="ask"> <i class="fa fa-pencil-square-o" style="float: left; font-size: 16px;"></i></a><br><br>
- <a href="/archive" title="archive"><i class="fa fa-archive" style="float: left; font-size: 16px;"></i></a><br><br>
- <a href="http://sleaklayouts.tumblr.com" title="credit"><i class="fa fa-paperclip" style="float: left; font-size: 16px;"></i></a>
- </div>
- <div id="wrapper">
- {block:Posts}
- <!-- the area below removes the VIA and SOURCES of posts -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="post">
- {block:Text}
- {block:Title}<div class="posttitle">{title}</div>{/block:Title}
- <div class="body">{body}</div>
- {/block:Text}
- {block:Link}
- <div class="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}
- <div class="body">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Quote}
- {Quote}
- {block:Source}
- <p>— {Source}</p>
- {/block:Source}
- {/block:Quote}
- {block:Photo}
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {block:IndexPage}</a>{/block:IndexPage}
- {/block:Photo}
- {block:Chat}
- <div class="body">
- {block:Title}
- {Title}
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {Video-250}
- {/block:Video}
- {block:Photoset}
- {block:Photos}
- {block:indexpage}<img src="{PhotoURL-250}" width="115" />{/block:indexpage}
- {block:permalinkpage}<img src="{PhotoURL-250}" />{/block:permalinkpage}
- {/block:Photos}
- {/block:Photoset}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- {AudioPlayerBlack}
- {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- {/block:Audio}
- {block:HasTags}{block:permalinkpage}
- <div class="tags"><i class="fa fa-tags" style="float: left;"></i>
- {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}
- </div>{/block:permalinkpage}
- {/block:HasTags}
- {block:PermalinkPage}
- <br><br>Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- <div class="permalinks">
- <a href="{Permalink}">{NoteCountwithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details" style="float: right;">reblog <i class="fa fa-retweet"></i></a>
- </div>
- </div>
- {/block:photos}
- <!-- this is for jquery's infinite scrolling -->
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment