Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- papercut theme by sam @classroom.tumblr.com
- basecode by animecharacter
- edit as much as u want just dont remove or alter the credit in anyway pls
- lmk if there are any bugs !
- ----->
- <meta charset="utf-8">
- <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:sidebar" content="">
- <meta name="image:background" content="">
- <meta name="color:background" content="#ffffff">
- <meta name="color:text" content="#000000">
- <meta name="color:link" content="#000000">
- <meta name="color:link hover" content="#000000">
- <meta name="select:font size" content="12" title="12px">
- <meta name="select:font size" content="14" title="14px">
- <meta name="select:font size" content="16" title="16px">
- <meta name="select:font size" content="18" title="18px">
- <meta name="select:font size" content="20" title="20px">
- <meta name="select:hover decoration" content="none" title="none">
- <meta name="select:hover decoration" content="underline" title="underline">
- <meta name="select:post size" content="270" title="270px">
- <meta name="select:post size" content="350" title="350px">
- <meta name="select:post size" content="300" title="300px">
- <meta name="select:post size" content="350" title="350px">
- <meta name="select:post size" content="400" title="400px">
- <meta name="text:note symbol" content="">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height: 2px; background: {color:background};}
- ::-webkit-scrollbar-thumb {background-color:{color:link} ; }
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:{color:background} url({image:background});
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-position: top left;
- background-size: cover;
- font-family: arial, helvetica, sans-serif;
- font-size:{select:font size}px;
- line-height:140%;
- color: {color:text};
- }
- 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;
- }
- a:hover{
- color:{color:link hover};
- text-decoration:{select:hover decoration};
- }
- li{
- margin-left:-15px;
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:110px;
- position:fixed;
- text-align:center;
- }
- #content{
- width:{select:post size}px;
- margin-left:200px;
- overflow:hidden;
- }
- .post{
- width:{select:post size}px;
- margin:0 0 50px 0;
- overflow:hidden;
- }
- .post img{ max-width:100%; height:auto; }
- #sidebar img, .post img{
- max-width:100%;
- }
- #nav{
- margin:50px 0 0 0;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .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 #000;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- }
- /*
- post notes
- */
- 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;
- }
- .video-container {
- position: center;
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: center;
- max-width:{select:post size}px;
- max-height:{select:post size}px;
- }
- .video-wrapper {
- max-width:{select:post size}px;
- max-height:{select:post size}px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <a href="/"><img src="{image:Sidebar}" title="{title}"></a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </div>
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:ifshowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{Photoset}</div>
- {block:ifshowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {/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">
- <div class="video-wrapper">
- <div class="video-container">{Video-400}</div>
- </div>
- </div>
- {block:ifshowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Album}{Album}{/block:Album}
- </div>
- {/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}">{block:NoteCount}—{NoteCount} {text:note symbol}{/block:NoteCount}</a>
- </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}">prev</a>{/block:previousPage} {block:nextPage}<a href="{nextPage}">next</a>{/block:nextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- <div style="position:fixed;bottom:10px;opacity:1;right:20px;padding:px;font-size:8px;font-weight:normal;"><a title="theme"href="https://classroom.tumblr.com/"><img src="https://78.media.tumblr.com/292ed3c97f3cca46180ab84fe1f7d3f2/tumblr_inline_p7tm2v1prp1v2qfml_500.png"></a></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement