Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- very plain tumblr theme -->
- <meta name="image:sidebar" content="">
- <meta name="image:favi" content="">
- <meta name="text:desc" content="">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body{
- font-family:ms gothic;
- word-wrap:break-word;}
- #sidebar{
- left:10px;
- width:200px;
- position:fixed;}
- ::-webkit-scrollbar {
- width: 15px;
- height: 10px;}
- ::-webkit-scrollbar-thumb:vertical{
- background-color: #fff;
- background-image: url(https://i.imgur.com/Qtm9Z60.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;}
- ::-webkit-scrollbar-track {
- background-color: #fff;
- background-image: url(https://i.imgur.com/IGXGYKz.png);}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/WhC8iy3.png);
- width: 14px;
- height: 16px;
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/fQ18mrR.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- width: 14px;
- height: 16px;}
- ol.notes{
- list-style-type:none;
- padding:3px;
- overflow:auto;}
- .npf_row {
- margin: 0 !important;}
- blockquote{
- margin: 5px;}
- p{
- margin:0 0 10px 0;
- padding:0;}
- .sidebar img{
- width:100%;}
- .post img{
- max-width:100%;}
- #postcontent{
- margin-top:10px;
- margin-left:400px;
- width:420px;}
- .post, .naviga{
- margin:0 0 15px 0;
- overflow:hidden;
- padding:5px;}
- #c{
- font-size:20px;
- position:fixed;
- right:0px;
- bottom:5px;}
- #c a{
- text-decoration:none;}
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}" width="200px"></a>
- <center>{text:desc}</center>
- <br>
- {block:Pagination}
- <center>
- {block:PreviousPage}
- <a href="{PreviousPage}">« Back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- </div>
- <div id="postcontent">
- <div class="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">
- <!-- Text -->
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Chat}
- {block:Title}
- <div class="title">
- <h3><a href="{Permalink}">{Title}</a></h3></div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- <!-- Images --->
- {block:Photo}
- {LinkOpenTag}
- <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-400}</center>
- {block:Photos}
- {/block:Photos}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!-- Video -->
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!-- Audio -->
- {block:Audio}
- <div id= "audioplayer">{AudioPlayerWhite}</div>
- {block:AlbumArt}
- <div id="albumart">
- <img src="{AlbumArtURL}" width="100">
- </div>
- {/block:AlbumArt}
- <div class="trackstuff">
- {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
- {Caption}
- {/block:Audio}
- <!-- Quote -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">- <i>{Source}</i></div>
- {/block:Source}
- </div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- <!-- Ask -->
- {block:Answer}
- <div class="questie">
- <div class="question">{Asker}: <b>{Question}</b></div>
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <!-- Footer -->
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogUrl}"><img src="{image:footer pixel}"></a> <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- {block:HasTags}
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- {/block:Date}
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- <div id="c">
- <a href="https://jellyparty.tumblr.com/tagged/mine">ミ★</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement