Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- marimo theme by tumblr user meanpost
- do whatever u want with it, go wild
- thank you for using my theme!
- ----->
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.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:1,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="image:Sidebar" content="">
- <meta name="image:Favicon" content="">
- <meta name="image:Right image" content="">
- <meta name="image:Left image" content="">
- <meta name="color:Background" content="fff">
- <meta name="color:Sidebar bg" content="fff">
- <meta name="color:Post bg" content="fff">
- <meta name="color:Border" content="fff">
- <meta name="color:Link" content="fff">
- <meta name="color:Link hover" content="fff">
- <meta name="color:Text" content="fff">
- <meta name="color:Scrollbar" content="fff">
- <meta name="color:Footer" content="fff">
- <meta name="color:Dropdown" content="fff">
- <meta name="color:Dropdown text" content="fff">
- <meta name="if:400px" content="1"/>
- <meta name="if:Sidebar img border" content=""/>
- <meta name="if:Small cursor" content=""/>
- <meta name="if:Transparent" content=""/>
- <meta name="if:Custom scrollbar" content=""/>
- <meta name="if:Dropdown navi" content=""/>
- <meta name="if:Rounded corners" content=""/>
- <meta name="if:Rounded sidebar img" content=""/>
- <meta name="if:Link 1" content=""/>
- <meta name="if:Link 2" content=""/>
- <meta name="if:Link 3" content=""/>
- <meta name="select:Font family" content="arial">
- <meta name="select:Font family" content="courier">
- <meta name="select:Font family" content="consolas">
- <meta name="select:Font family" content="verdana">
- <meta name="select:Font family" content="ms pgothic">
- <meta name="select:Font family" content="lucida sans">
- <meta name="select:Border type" content="solid">
- <meta name="select:Border type" content="dashed">
- <meta name="select:Border type" content="dotted">
- <meta name="select:Border type" content="none">
- <meta name="select:Footer text" content="left">
- <meta name="select:Footer text" content="center">
- <meta name="select:Footer text" content="right">
- <meta name="text:Font size" content="20">
- <meta name="text:Link divider" content="/">
- <meta name="text:Tag symbol" content="#">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 url" content="">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 url" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 url" content="">
- <meta name="text:Right image width" content=""/>
- <meta name="text:Left image width" content=""/>
- <meta name="text:Right image margin left" content="0"/>
- <meta name="text:Right image margin bottom" content="0"/>
- <meta name="text:Left image margin left" content="0"/>
- <meta name="text:Left image margin bottom" content="0"/>
- <style type="text/css">
- ::selection {
- background: {color:Highlight};
- color: {color:Highlight text};
- }
- ::-moz-selection {
- background: {color:Highlight};
- color: {color:Highlight text};
- }
- {block:ifsmallcursor} *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;} {/block:ifsmallcursor}
- #s-m-t-tooltip {max-width:300px;background-color: #fff;border:1px dotted #000000;font-size:10px;color: #000000;letter-spacing:1px;text-transform:normal;padding:3px;margin:15px 0px 0px 15px;z-index:999;}
- body {
- margin:0px;
- background:{color:Background} url({image:Background});
- background-attachment:fixed;
- text:{color:Text};
- font-family: {select:Font family};
- font-size:{text:Font size}px;
- line-height:140%;
- color: {color:Text};
- {block:ifFullbg}background: {color:Background} url('{image:Background}') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifFullbg}
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- {block:ifLinkbgs}background:{color:Link bg};{/block:ifLinkbgs}
- }
- a:hover{
- color:{color:Link hover};
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- transition: color 0.2s ease-out;
- {block:ifLinkbgs}background:{color:Link hover bg};{/block:ifLinkbgs}
- }
- li{
- margin-left:-15px;
- }
- {block:ifCustomscrollbar}
- .com:last-child{display:none;}
- ::-webkit-scrollbar {
- width:9px;
- height:0;
- background:{color:Scrollbar};
- border-left:4px solid {color:Background};
- border-right:4px solid {color:Background};
- border-bottom:2px solid {color:Background};
- border-top:2px solid {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- border:1px solid {color:Background};
- }
- div.notebox::-webkit-scrollbar {
- width:9px;
- height:0;
- background:{color:Text};
- border-left:4px solid {color:Footer bg};
- border-right:4px solid {color:Footer bg};
- border-bottom:2px solid {color:Footer bg};
- border-top:2px solid {color:Footer bg};
- }
- div.notebox::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- border:1px solid {color:Footer bg};
- }{/block:ifCustomscrollbar}
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:200px;
- position:top;
- text-align:center;
- margin-top:50px;
- margin-left:200px;
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- {block:ifnotTransparent}
- background: {color:Sidebar bg};
- {block:ifDoubleborder}border:4px double {color:Border};{/block:ifDoubleborder}
- {block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
- padding:10px;
- {/block:ifnotTransparent}
- }
- #content{
- width:{block:if250px}270px{/block:if250px} {block:if400px}420px{/block:if400px};
- margin-left:100px;
- overflow:hidden;
- padding:10px;
- }
- .post{
- width:{block:if250px}250px{/block:if250px} {block:if400px}400px{/block:if400px};
- margin:0 0 50px 0;
- overflow:hidden;
- text-align:justify;
- padding:10px;
- {block:ifnotTransparent} background:{color:Post bg}; border: 1px {select:Border type} {color:Border}; padding:10px; {block:ifDoubleborder}border:4px double {color:Border}; {/block:ifDoubleborder}
- {block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}{/block:ifnotTransparent}
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- }
- #sidebar img, .post img{
- max-width:200%;
- }
- #sidebar img{
- {block:ifSidebarimgfloat}
- margin-top:-50px;
- {/block:ifSidebarimgfloat}
- width:200px;
- margin-right:3px;
- height:200px;
- {block:ifSidebarimgborder}
- {/block:ifSidebarimgborder}
- {block:ifRoundedsidebarimg}
- {/block:ifRoundedsidebarimg}
- }
- #nav{
- margin:50px 0 0 0;
- {block:ifnotTransparent}background:{color:Post bg};border:1px {select:Border type} {color:Border};
- padding:5px;text-align:center;{/block:ifnotTransparent}text-align:center;
- }
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:bold;
- font-size:18px;
- margin:0 0 10px 0;
- text-align:center;
- border-bottom:1px solid {color:Border};
- padding:5px;
- color:{color:Title color};
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px {color:Text};
- }
- .post .footer{
- margin:0;
- text-align:{select:Footer text};
- {block:ifFooterbg}
- background:{color:Footer};{/block:ifFooterbg}
- padding:5px;
- }
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <img src="{image:Sidebar}">
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {block:ifDropdownnavi}
- <center>
- <select onchange='location=this.options[this.selectedIndex].value;' style='width:150px; border-radius:none;background:{color:Dropdown};border:1px solid {color:Border};color:{color:Dropdown text};'>
- <option>navigation</option>
- <option value="/">index</option>
- <option value="/ask">mail</option>
- {block:ifLink1}<option value="{text:Link 1 URL}">{text:Link 1}</option>
- {/block:ifLink1}
- {block:ifLink2}<option value="{text:Link 2 URL}">{text:Link 2}</option>
- {/block:ifLink2}
- {block:ifLink3}<option value="{text:Link 3 URL}">{text:Link 3}</option>
- {/block:ifLink3}
- </select>
- {/block:ifDropdownnavi}
- {block:ifnotDropdownnavi}
- <a href="/">index</a> {text:Link divider}
- <a href="/ask">mail</a>
- {block:ifLink1}{text:Link divider} <a href="{text:Link 1 url}">{text:Link 1}</a> {/block:ifLink1}
- {block:ifLink2}{text:Link divider} <a href="{text:Link 2 url}">{text:Link 2}</a> {/block:ifLink2}
- {block:ifLink3}{text:Link divider} <a href="{text:Link 3 url}">{text:Link 3}</a> {/block:ifLink3}
- {/block:ifnotDropdownnavi}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media"><img src="{PhotoURL-HighRes}" width="{block:if250px}250{/block:if250px} {block:if400px}400{/block:if400px}"/></div>
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{block:if250px}{Photoset-250}{/block:if250px} {block:if400px}{Photoset-400}{/block:if400px}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:indexpage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <div class="media">{block:if250px}{Video-250}{/block:if250px} {block:if400px}{Video-400}{/block:if400px}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}{/block:Album}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{TimeAgo}{block:NoteCount}</a> ({NoteCountWithLabel}){/block:NoteCount}
- {block:RebloggedFrom}<br> <a href="{ReblogParentURL}">via </a>•{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}">source </a>•{/block:ContentSource} <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- {block:HasTags}<br>{block:Tags} {text:Tag symbol} <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage} <a href="{PreviousPage}" title="earlier posts">←prev</a>
- {/block:PreviousPage}
- {block:NextPage} <a href="{NextPage}" title="later posts">next→</a> {/block:NextPage} </div>
- {/block:Pagination}
- <a style="bottom:2px;right:2px;background:none;none;position:fixed;padding:2px;font-size:15px;color:{color:Link};text-decoration:none;" href="http://meanpost.tumblr.com/" title="theme">THEME</a>
- </div>
- </div>
- <div id="imageright" style="position:fixed; bottom:{text:right image margin bottom}px; right:{text:right image margin left}px; z-index:-1;"><img src="{image:Right Image}"width="{text:right image width}"></div>
- <div id="imageleft" style="position:fixed; bottom:{text:left image margin bottom}px; z-index:-1; left:{text:left image margin left}px;"><img src="{image:Left Image}"width="{text:left image width}"></div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment