Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--FONTS-->
- <style>
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Fredoka+One&family=Silkscreen&display=swap');
- </style>
- <title>{Title}</title>
- <meta name="select:font" content="arial" />
- <meta name="select:font" content="comic sans ms" />
- <meta name="select:font" content="times" />
- <meta name="select:font" content="ms gothic" />
- <meta name="select:font" content="Caveat" />
- <meta name="select:font" content="DynaPuff" />
- <meta name="select:font" content="Silkscreen" />
- <meta name="select:font" content="Fredoka One" />
- <meta name="image:background" contents="" />
- <meta name="color:background" contents="" />
- <meta name="color:links" contents="" />
- <meta name="color:links hover" contents="" />
- <meta name="color:tags" contents="" />
- <meta name="image:icon" contents="" />
- <meta name="color:icon border" contents="" />
- <meta name="select:icon border" content="solid" />
- <meta name="select:icon border" content="dashed" />
- <meta name="select:icon border" content="dotted" />
- <meta name="select:icon border" content="double" />
- <meta name="select:icon border" content="groove" />
- <meta name="select:icon border" content="ridge" />
- <meta name="select:icon border" content="inset" />
- <meta name="select:icon border" content="outset" />
- <meta name="image:description background" contents="" />
- <meta name="color:description background" contents="" />
- <meta name="color:description text" contents="" />
- <meta name="select:description align" content="left" />
- <meta name="select:description align" content="right" />
- <meta name="select:description align" content="center" />
- <meta name="select:description align" content="justify" />
- <meta name="image:post background" contents="" />
- <meta name="color:post background" contents="" />
- <meta name="color:post text" contents="" />
- <meta name="color:post border" contents="" />
- <meta name="select:post border" content="solid" />
- <meta name="select:post border" content="dashed" />
- <meta name="select:post border" content="dotted" />
- <meta name="select:post border" content="double" />
- <meta name="select:post border" content="groove" />
- <meta name="select:post border" content="ridge" />
- <meta name="select:post border" content="inset" />
- <meta name="select:post border" content="outset" />
- <meta name="image:footer background" contents="" />
- <meta name="color:footer background" contents="" />
- <meta name="color:footer text" contents="" />
- <meta name="color:footer border" contents="" />
- <meta name="select:footer border" content="solid" />
- <meta name="select:footer border" content="dashed" />
- <meta name="select:footer border" content="dotted" />
- <meta name="select:footer border" content="double" />
- <meta name="select:footer border" content="groove" />
- <meta name="select:footer border" content="ridge" />
- <meta name="select:footer border" content="inset" />
- <meta name="select:footer border" content="outset" />
- <meta name="image:pagination background" contents="" />
- <meta name="color:pagination background" contents="" />
- <meta name="color:pagination" contents="" />
- <meta name="color:pagination border" contents="" />
- <meta name="select:pagination border" content="solid" />
- <meta name="select:pagination border" content="dashed" />
- <meta name="select:pagination border" content="dotted" />
- <meta name="select:pagination border" content="double" />
- <meta name="select:pagination border" content="groove" />
- <meta name="select:pagination border" content="ridge" />
- <meta name="select:pagination border" content="inset" />
- <meta name="select:pagination border" content="outset" />
- <meta name="text:description" contents="" />
- <style>
- #credit {
- position: fixed;
- left: 12px;
- bottom: 6px;
- font-size: 14px;
- }
- body {
- padding-top: 30px;
- background-color: {color:background};
- background-image: url('{image:background}');
- background-size: cover;
- font-family: {select:font};
- }
- .npf_row {
- margin: 0 !important;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- a {
- color: {color:links};
- }
- a:hover {
- color: {color:links hover};
- -webkit-transition: all 0.4s ease;
- transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- .icon {
- width: 200px;
- height: 200px;
- border: 4px {select:icon border} {color:icon border};
- background-image: url('{image:icon}');
- background-size: cover;
- z-index: 10;
- }
- .icon:hover + .desc {
- opacity: 1.0;
- visibility: visible;
- }
- .desc:hover {
- opacity: 1.0;
- visibility: visible;
- }
- .desc {
- opacity: 0.0;
- visibility: hidden;
- transition: opacity .2s, visibility .2s;
- width: 180px;
- height: 180px;
- padding: 10px;
- background-color: {color:description background};
- background-image: url('{image:description background}');
- background-size: cover;
- margin-top: -204px;
- overflow: auto;
- color: {color:description text};
- text-align: {select:description align};
- scrollbar-width: none;
- }
- .desc::webkit-scrollbar {
- display: none;
- }
- .pagination {
- width: 190px;
- height: auto;
- margin-top: 10px;
- background-image: url('{image:pagination background}');
- background-size: cover;
- background-color: {color:pagination background};
- color: {color:pagination};
- border: 4px {select:pagination border} {color:pagination border};
- padding: 5px;
- scrollbar-width: none;
- }
- .jump_page {
- padding-right: 8px;
- color: {color:pagination};
- font-size: 14px;
- text-decoration: none;
- }
- .current_page {
- padding-right: 8px;
- color: {color:pagination};
- font-size: 14px;
- text-decoration: underline;
- }
- .posts {
- width: 410px;
- padding: 10px;
- text-align: justify;
- background-color: {color:post background};
- background-image: url('{image:post background}');
- background-size: cover;
- color: {color:post text};
- border: 4px {select:post border} {color:post border};
- }
- .footer {
- text-align: justify;
- border: {select:footer border size} {select:footer border} {color:footer border};
- padding: 5px;
- background-color: {color:footer background};
- background-image: url('{image:footer background}');
- background-size: cover;
- color: {color:footer text};
- }
- </style>
- </head>
- <body>
- <center>
- <div class="icon"></div> <!--ICON-->
- <div class="desc">
- {text:description}
- </div> <!--DESC-->
- <div class="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page" style="color: {color:pagination}; margin-top: -8px;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}" style="color: {color:pagination}; margin-top: -8px;">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div> <!--PAGI-->
- <br>
- {block:posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote"><h2 style="margin-top: 2px; margin-bottom: 2px;"><b>"</b> <i>{Quote}</i> <b>"</b></h2></div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <span style="float: right;"><b>{Asker}</b></span><br>
- <div class="question"><i>{Question}</i></div>
- {Answer}
- {/block:Answer}
- <center>
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{Permalink}"/>{LinkCloseTag}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <center>
- {block:Photoset}
- {Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AlbumArt}<div class="songart"><img src="{AlbumArtURL}" style="width:140px;"></div>{/block:AlbumArt}
- <div class="songtitle">
- {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- <div class="songauthor">By{block:Artist} {Artist}{/block:Artist}</div>
- {AudioPlayerWhite}
- {/block:Audio}
- <div class="footer">
- {block:Date}
- <div id="permalink">
- <a style="text-decoration: none;" href="{Permalink}" title="{Month} {DayOfMonth} {Year}">
- <b>{Month} {DayOfMonth}</b>
- </a>
- {block:NoteCount}
- <b><a href="{Permalink}" style="text-decoration: none; float: right;" title="{Notecount} notes">
- {NoteCount} notes
- </a></b>
- {/block:NoteCount}
- <div>{block:RebloggedFrom}from <a href="{ReblogParentURL}" title="{ReblogParentName}" style="font-family: {text:font family}; text-decoration: none;">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="text-decoration: none; color:{color:tags}" title="{Tag}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:Date}
- </div>
- <br>
- {/block:Posts} <!--POSTS-->
- </center>
- <div id="credit">
- <a href="https://cod.tumblr.com/" target="_blank" title="CODED BY JOYBOY">🦩</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement