Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- beautiful gf / smile.zip theme by emoticon equinox (¯∇¯٥) -->
- <!-- images -->
- <meta name="image:favicon" content="">
- <meta name="image:blog background" content="">
- <meta name="image:custom cursor" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:link pixel 1" content="">
- <meta name="image:link pixel 2" content="">
- <meta name="image:link pixel 3" content="">
- <meta name="image:content background" content="">
- <meta name="image:floatie" content="">
- <!-- end images -->
- <!-- color -->
- <meta name="color:blog background" content="">
- <meta name="color:content background" content="">
- <meta name="color:border color" content="#000000">
- <meta name="color:text" content="">
- <meta name="color:link" content="">
- <meta name="color:link hover" content="">
- <meta name="color:link border" content="">
- <meta name="color:link border hover" content="">
- <meta name="color:text selection" content="">
- <meta name="color:text selection bg" content="">
- <!-- end color -->
- <!-- text -->
- <meta name="text:text size" content="18">
- <meta name="text:link one" content="1">
- <meta name="text:link two" content="2">
- <meta name="text:link three" content="3">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:floatie size" content="100">
- <!-- end text -->
- <!-- font -->
- <meta name="select:font" content="arial">
- <meta name="select:font" content="short stack">
- <meta name="select:font" content="ms gothic">
- <meta name="select:font" content="roboto mono">
- <!-- end font -->
- <!-- border styles n' sizes -->
- <meta name="select:border type" content="none">
- <meta name="select:border type" content="solid">
- <meta name="select:border type" content="double">
- <meta name="select:border type" content="dashed">
- <meta name="select:border type" content="dotted">
- <meta name="select:border size" content="1">
- <meta name="select:border size" content="2">
- <meta name="select:border size" content="3">
- <!-- end border styles -->
- <!-- options -->
- <meta name="if:full background" content="">
- <meta name="if:custom cursor" content="">
- <meta name="if:pixel links" content="">
- <meta name="if:bold links" content="">
- <meta name="if:circular icon" content="">
- <meta name="if:link underline" content="">
- <!-- end options -->
- <!-- misc -->
- <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
- <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">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{image:favicon}">
- <style type="text/css">
- /* basic appearance */
- /* basic customization options here, like text & link colors etc!! */
- body{
- word-wrap:break-word;
- font-size:{text:text size}px;
- font-family:{select:font};
- color:{color:text};
- background-color:{color:blog background};
- background-image:Url('{image:blog background}');
- background-attachment:fixed;
- {block:iffullbackground}
- background-size: cover;
- {/block:iffullbackground}
- {block:ifcustomcursor}
- cursor:url("{image:custom cursor}"), default;
- {/block:ifcustomcursor};}
- ::-webkit-scrollbar {
- width: 1px;
- height: 10px;}
- a{
- text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
- color:{color:link};
- {block:ifboldlinks}
- font-weight:bold;
- {/block:ifboldlinks}
- text-decoration:none;
- {block:iflinkunderline}
- text-decoration:underline;
- {/block:iflinkunderline};}
- a:hover{
- text-shadow: -1px 0 {color:link border hover}, 0 1px {color:link border hover}, 1px 0 {color:link border hover}, 0 -1px {color:link border hover};
- color:{color:link hover};
- {block:ifboldlinks}
- font-weight:bold;
- {/block:ifboldlinks}
- {block:iflinkunderline}
- text-decoration:underline;
- {/block:iflinkunderline};}
- ::selection{
- color:{color:text selection};
- background-color:{color:text selection bg};}
- ::-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;}
- .npf_row {
- margin: 0 !important;}
- blockquote{
- margin: 0;}
- /* --- basics end --- */
- /* posts */
- #postcontainer{
- overflow:auto;
- position:absolute;
- padding:5px;
- overflow-x: hidden;
- overflow-y:auto;}
- #postcontent{
- width:450px;}
- #content{
- overflow:hidden;}
- .post, .naviga{
- margin:0 0 10px 0;
- overflow:hidden;
- padding:5px;
- border:{select:border size}px {select:border type} {color:border color};
- background-color:{color:content background};
- background-image:Url('{image:content background}');
- background-size: cover;}
- /* --- posts end --- */
- /* sidebar */
- #side{
- left:485px;
- max-height:600px;
- padding:5px;
- border:none;
- background-color:transparent;
- position:fixed;}
- #sidebar{
- background-color:transparent;}
- #links{
- margin:10px 0 0 0;
- display:block;
- text-align:center;}
- /* --- sidebar end --- */
- /* content appearance */
- .post img{
- max-width:500px;
- height:100%;
- max-width:100%;}
- .sidebar img{
- {block:ifcircularicon}
- border-radius:100%;
- {/block:ifcircularicon}
- max-width:200px;
- display:block;}
- ol.notes{
- list-style-type:none;
- padding:3px;
- overflow:auto;}
- video{
- max-width: 100%;
- height: auto;}
- .footer{
- text-align:center;}
- #audioplayer{
- width:30px;
- height:25px;
- overflow:hidden;
- position:absolute;
- margin-top:40px;
- margin-bottom:40px;
- margin-left:35px;
- border-radius: 40px;
- opacity: 0.7;}
- .trackstuff{
- overflow:auto;
- margin-left:110px;
- margin-top:-75px;
- margin-bottom:50px;
- display:block;}
- .playbutton{
- margin-bottom:30px;
- margin-top:-60px;
- margin-left:35px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;}
- /* --- appearance end --- */
- /* moar stuff */
- #foatie{
- position:fixed;
- bottom:0px;
- right:15px;}
- #c{
- font-size:25px;
- position:fixed;
- right:0px;
- bottom:0px;}
- /* --- more end --- */
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="side">
- <div id="sidebar">
- <center><a href="/"><div class="sidebar img"><img style='object-fit: cover' src='{image:sidebar}'/></div></a></center>
- <div id="links">
- {block:ifpixellinks}
- <a href="{text:link one url}"><img src="{image:link pixel 1}" width="20px"></a> <a href="{text:link two url}"><img src="{image:link pixel 2}" width="20px"></a> <a href="{text:link three url}"><img src="{image:link pixel 3}" width="20px"></a>
- {/block:ifpixellinks}
- {block:ifnotpixellinks}
- <a href="{text:link one url}">{text:link one}</a>
- <a href="{text:link two url}">{text:link two}</a>
- <a href="{text:link three url}">{text:link three}</a>
- {/block:ifnotpixellinks}
- </div>
- </div>
- <div id="foatie">
- <img src="{image:floatie}" width="{text:floatie size}px">
- </div>
- </div>
- <div id="postcontainer">
- <div id="postcontent">
- <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">
- <!-- 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}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {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="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <!-- Footer -->
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> + <a href="{ReblogUrl}">↺</a>
- </div>
- {block:PermalinkPage}
- {block:HasTags}
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- <a href="{Permalink}">{block:NoteCount} [{NoteCountWithLabel}] {/block:NoteCount}</a>
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="naviga">
- <center>
- {block:PreviousPage}
- / <a href="{PreviousPage}">« Back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </div>
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <!-- please do not edit link or remove -->
- <div id="c"><a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a></div>
- <!-- please do not edit link or remove -->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement