Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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}
- <!--
- HOT DAMN IS THAT A BASE CODE?!
- by softwaring.tumblr.com avaliable at jubileethemes.tumblr.com
- LEARN FROM IT -- MESS WITH IT -- HAVE FUN WITH IT
- -->
- <!-- color <meta name="color:" 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="#d1d1d1"/>
- <meta name="color:permalink" content="#d1d1d1"/>
- <meta name="color:permalink text" content="#000"/>
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2" content="link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3" content="link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4" content="link 4" />
- <!-- if <meta name="if:" content=""/> -->
- <meta name="if:one column" content="0"/>
- <meta name="if:two column" content="1"/>
- <!-- images <meta name="image:" content=""/> -->
- <meta name="image:background" content="http://i.ytimg.com/vi/5PNAGxtJHcU/maxresdefault.jpg"/>
- <meta name="image:sidebar" content="http://33.media.tumblr.com/d94af35ee32a1ada7ea112270c96d196/tumblr_n8nzxlApxC1s3i2ego1_500.jpg"/>
- <!-- text <meta name="text:" content=""/> -->
- <!-- select <meta name="select:" content="" title=""/> -->
- <style type="text/css">
- body {
- background: {color:background} url({image:background})top left fixed repeat;
- background-size: cover;
- /** change the fonts here **/
- font-size: 10px;
- font-family: 'Open Sans', sans-serif;
- color: {color:text};
- letter-spacing: 1px;
- line-height: 12px;
- text-align: justify;
- }
- /** remember this only works in chrome **/
- /** scrollbar **/
- ::-webkit-scrollbar {
- width: 8px;
- height: 5px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- display: block;
- height: 10px; }
- ::-webkit-scrollbar-button:vertical:increment {
- background-color: white; }
- ::-webkit-scrollbar-track-piece {
- background-color: white; }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: rgba(0, 0, 0, 0.1); }
- /** edit how text looks when highlighted **/
- ::selection { }
- ::-moz-selection { }
- ::-webkit-selection { }
- /** this holds all your posts **/
- #wrapper {
- width: 850px;
- {block:ifonecolumn} width: 500px; {/block:ifonecolumn}
- {block:iftwocolumn} width: 900px; {/block:iftwocolumn}
- margin: 40px 250px;
- {block:ifonecolumn} margin-left:300px; {/block:ifonecolumn}
- }
- /** this is where you style your posts **/
- #post {
- width: 250px;
- margin: 10px;
- padding: 5px;
- border: 1px solid {color:borders};
- background: {color:post background};
- {block:ifonecolumn} width: 700px; {/block:ifonecolumn}
- {block:iftwocolumn} width: 400px; {/block:iftwocolumn}
- }
- #post img {
- width:100%;
- }
- /** posts guts style **/
- .audio {
- background: black;
- padding: 5px;
- color: white;
- text-transform: uppercase;
- }
- /*asks*/
- .q {margin-bottom:10px;
- background-color:{color:permalink};
- padding:3px;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- .posttitle {
- background: transparent;
- padding: 5px;
- font-size:12px;
- }
- .body {
- text-align: justify;
- padding: 10px;
- }
- a {
- color: {color:links};
- text-decoration: none;
- }
- a:hover {
- text-transform:uppercase;
- }
- 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;
- background: {color:permalink};
- color: {color:permalink text};
- margin: 5px 0px 0px 0px;
- 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;
- }
- .cap {
- }
- /** sidebar styling **/
- #sidebar {
- position: fixed;
- width: 150px;
- padding: 15px;
- z-index: 999;
- left: 50px;
- margin-top: 100px;
- border: 1px solid {color:borders};
- text-align:center;
- background: {color:post background};
- }
- #sidebar img {
- width: 150px;
- margin-bottom: 10px;
- border: 1px solid {color:permalink};
- {block:ifnotsidebarimage} display: none; {/block:ifnotsidebarimage}
- }
- #sidebar li {
- list-style: none;
- text-transform: uppercase;
- padding: 5px;
- margin: 5px 0px;
- text-align: center;
- border: 1px solid {color:borders};
- background: {color:permalink};
- }
- #sidebar li:hover {
- background: transparent;
- }
- .blogtitle {
- text-transform: uppercase;
- font-size: 14px;
- padding: 5px 5px 15px 5px;
- }
- ol.notes img { display:none; }
- #linkbar {
- position: fixed;
- width: 150px;
- padding: 15px;
- z-index: 999;
- right: 50px;
- margin-top: 100px;
- border: 1px solid {color:borders};
- text-align:center;
- background: {color:post background};
- }
- #linkbar li {
- list-style: none;
- text-transform: uppercase;
- padding: 5px;
- margin: 5px 0px;
- text-align: center;
- border: 1px solid {color:borders};
- background: {color:permalink};
- }
- #linkbar li:hover {
- background: transparent;
- }
- {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>
- <!-- this is a hosted font from google -->
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
- <!-- font awesome to change the font awesome icons go to http://fontawesome.io/icons/ -->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- </head>
- <body>
- <div id="linkbar"><li><i style="float: left; font-size: 12px;"></i> <a href="{text:Link 1 URL}">{text:Link 1}</a></li>
- <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 2 URL}">{text:Link 2}</a></li>
- <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 3 URL}">{text:Link 3}</a></li>
- <li><i style="float: left; font-size: 12px;"></i><a href="{text:Link 4 URL}">{text:Link 4}</a></li></div>
- <div id="wrapper">
- <div id="sidebar">
- <div class="blogtitle"><a href="/">{title}</a></div>
- <img src="{image:sidebar}"/>
- {block:Description}
- <div class="body">{Description}</div>
- {/block:Description}
- <li><i class="fa fa-home" style="float: left; font-size: 12px;"></i> <a href="/">home</a></li>
- <li><i class="fa fa-pencil-square-o" style="float: left; font-size: 12px;"></i><a href="/ask">ask</a></li>
- <li><i class="fa fa-archive" style="float: left; font-size: 12px;"></i><a href="/archive">archive</a></li>
- <li><i class="fa fa-sign-out" style="float: left; font-size: 12px;"></i><a href="/submit">submit</a></li>
- <li><i class="fa fa-paperclip" style="float: left; font-size: 12px;"></i><a href="http://band-themes.tumblr.com">credit</a></li>
- </div>
- {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: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}
- <div class="posttitle">{Title}</div>
- {/block:Title}<br>
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {block:ifonecolumn} {Video-700} {/block:ifonecolumn}
- {block:iftwocolumn} {Video-400} {/block:iftwocolumn}
- {/block:Video}
- {block:Photoset}
- {block:ifonecolumn} {Photoset-700} {/block:ifonecolumn}
- {block:iftwocolumn} {Photoset-400} {/block:iftwocolumn}
- {/block:Photoset}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {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:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- <div class="permalinks">
- <a href="{Permalink}">{NoteCountwithLabel} </a>{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">// via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float: right;">reblog <i class="fa fa-retweet"></i></a>
- </div>
- {block:HasTags}
- <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:HasTags}
- {block:PermalinkPage}
- Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <!-- 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