Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // [Theme]
- Organ Edit
- by egg.design //
- + basic html and css knowledge is required to customize this theme
- + feel free to edit and custom the theme to your liking,
- but don't redistribute, use as a base, or claim as your own
- + please do not move or remove the credit
- + this is an april fools theme, so please be aware that does not have the same features as a normal theme
- Credits
- + Iconn in preview made by https://www.freepik.com from https://www.flaticon.com/
- Version 1.0
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
- <link href="https://fonts.googleapis.com/css?family=Muli|Titillium+Web" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('#abt').click(function() {
- $('body').toggleClass('active');
- });
- });
- </script>
- <style>
- body {
- background:url() center center fixed;
- word-wrap:break-word;
- line-height:180%;
- {block:indexpage}
- overflow-y:hidden;
- {/block:indexpage}
- font-family:Muli;
- }
- a {
- text-decoration:none;
- color:#222;
- }
- main {
- {block:indexpage}
- display:flex;
- overflow-y:hidden;
- overflow-x:auto;
- align-content:center;
- height:68vh;
- align-items:flex-start;
- {/block:indexpage}
- width:84%;
- margin:100px auto;
- padding-bottom:40px;
- }
- *, :hover {
- transition:.4s;
- }
- .indextext {
- width:calc(100% - 20px);
- background:#f8f8f8;
- padding:10px;
- height:100%;
- display:flex;
- align-content:center;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- .indextext p {
- width:100%;
- text-align:center;
- }
- .indexpage.posts{
- flex: 0 0 auto;
- width:12%;
- margin:0px 0px;
- height:auto;
- border-bottom-left-radius:40px;
- border-bottom-right-radius:40px;
- max-height:100%;
- border-right:none;
- overflow:hidden;
- position:relative;
- }
- {block:permalinkpage}
- .posts,{/block:permalinkpage} ol.notes {
- width:700px;
- margin:100px auto;
- }
- .posts:hover {
- border-radius:0px;
- }.indexpage.photo-post .pset {
- display:none;
- }
- .indexpage.photo-post .pset:first-of-type {
- display:block;
- }
- .indexpage .pho{
- width:100%;
- position:absolute;
- display:block!important;
- height:100%;
- z-index:-1;
- top:0px;
- left:0px;
- background-size:cover!Important;
- }
- .info {
- padding:10px 0px;
- text-align:center;
- width:100%;
- background:white;
- z-index:99999;
- border:1px solid #eee;
- }
- .posts img {
- max-width:200%;
- display:block;
- }
- .phot {
- width:100%;
- }
- .reblogs, .text, .quote, .link, ol.notes{
- padding:20px;
- }
- ol.notes img {
- display:none;
- }
- ol.notes li {
- position:relative;
- margin:20px;
- }
- ol.notes a {
- text-decoration:none;
- }
- .reblog-header {
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- }
- /* chat posts */
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:links};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:links};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:links};
- -webkit-transition:.5s;
- transition:.5s; }
- /* Audio Posts */
- /* circle inside the album art to make it look like a CD */
- .posts #albumart img{
- width:calc(100% - 20%);
- padding:10%;
- border-width:0px; transition:.6s;
- }
- .playerbox {
- width:300px;
- height:300px;
- box-shadow:4px 4px 20px rgba(0,0,0,.07);
- display:flex;
- margin:0 0 40px 0;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- }
- .player {
- width:32px;
- overflow:hidden;
- height:26px;
- transform:scale(1.6);
- z-index:9999999!important;
- }
- .playercon {
- height:60px;
- width:60px;
- background:linear-gradient(to top right, {color:links}, {color:accent2});
- transform:translateY(-20px);
- border-radius:100%;
- overflow:hidden;
- display:flex;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- }
- .infobox {
- width:100%;
- height:80px;
- bottom:0px;
- position:absolute;
- overflow:hidden;
- display:flex;
- align-content:center;
- flex-wrap:wrap;
- align-items:center;
- background:inherit;
- background-size:100% auto!important;
- text-align:left;
- background-position:-6px;
- z-index:99!important;
- color:{color:text};
- }
- .infobox:before{
- content: '';
- z-index:-2;
- width: 150%;
- height: 140px;
- background: inherit;
- position: absolute;
- left: -50px;
- right: 0;
- top: -50px;
- box-shadow: inset 0 0 0 500px rgba(255,255,255,0.2);
- filter: blur(10px);
- }
- .artist, .album, .trackname {
- width:80%;
- margin:auto;
- }
- .audiopost .caption {
- background:#f8f8f8;
- margin:10% auto 0 auto;
- }
- .audiop {
- width:300px;
- margin:auto;
- margin-top:10%;
- background-size:100% auto!important;
- position:relative;
- }
- .tags {
- padding:20px;
- line-height:270%;
- }
- .tags a {
- position:relative;
- padding:6px 12px;
- margin:10px;
- }
- .tags a span {
- font-size:.64em;
- font-weight:bold;
- margin:0 4px;
- }
- .user, .inactive {
- margin-left:10px;
- }
- .h1 {
- position: fixed;
- width: 200%;
- height: 100%;
- background:linear-gradient(to bottom, skyblue, transparent);
- border-radius: 100%/100%;
- left: 50%;
- top: -88%;
- margin-left: -100%;
- }
- .h2 {
- position:fixed;
- height:100%;
- width:200%;
- background:linear-gradient(to top, #64a0ed,transparent);
- border-radius: 100%/100%;
- left: 50%;
- bottom: -80%;
- margin-left: -100%;
- }
- nav {
- width:6%;
- position:fixed;
- top:0px;
- height:70vh;
- left:0;
- align-content:flex-start;
- overflow:hidden;
- display:flex;
- flex-wrap:wrap;
- justify-content:flex-end
- }
- nav .fa {
- width:100%;
- margin-top:90px;
- color:white;
- text-align:right;
- font-size:1.4em;
- padding:0 10px 0 0;
- }
- .menu {
- writing-mode: vertical-rl;
- margin-top:10px;
- transform: translateX(-4px);
- font-size:1.06em;
- color:white;
- }
- .egg {
- width: 14px; height: 18px;
- -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- border:2px solid #fff;
- z-index:9999;
- }
- ::-webkit-scrollbar-track
- {
- border-radius: 10px;
- background-color: #F5F5F5;
- }
- main::-webkit-scrollbar
- {
- width: 5px;
- height:4px;
- background-color: #F5F5F5;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 10px;
- background-color: #aaa;
- }
- .indexpage .caption {
- display:none}
- .pag {
- position:fixed;
- top:110px;
- }
- .pag a {
- padding:10px;
- border:1px solid #eee;
- }
- #leftpag {
- left:1%;
- }
- #rightpag {
- right:2%;
- }
- .permpag {
- text-align:center;
- }
- .permpag a {
- margin:10px;
- }
- footer {
- position:fixed;
- width:100%;
- min-height:50px;
- bottom:0px!important;
- display:flex;
- align-items:center;
- justify-content:space-around;
- flex-wrap:wrap;
- background:#fff;
- border-top:1px solid #eee;
- }
- header {
- width:100%;
- position:fixed;
- text-align:center;
- top:10px;
- z-index:9999999999999;
- }
- header a {
- width:3em;
- height:3em;
- cursor:pointer;
- display:flex;
- align-items:center;
- justify-content:center;
- border-radius:100%;
- border:1px solid #eee;
- }
- header img {
- width:26px;
- }
- .userabout {
- position:fixed;
- top:0px;
- width:100%;
- height:100%;
- display:flex;
- z-index:-99999;
- opacity:0;
- background:rgba(255,255,255,.8);
- justify-content:center;
- align-items:center;
- }
- .about {
- width:700px;
- padding:40px;
- background:#fff;
- border:1px solid #eee;
- }
- body.active .userabout {
- z-index:999999;
- opacity:1;
- }
- </style>
- </head>
- <body>
- <div class="userabout">
- <div class="about">
- <h1>{Title}</h1>
- {Description}
- </div>
- </div>
- <header>
- <center>
- <a id="abt" href=""><img src="{portraitURL-128}"></a>
- </center>
- </header>
- <main>
- {block:posts}
- <article class="posts {posttype}-post {block:indexpage} indexpage {/block:indexpage}">
- {block:date}
- <div class="info">
- {block:indexpage}
- <a href="{permalink}">{24hour}:{minutes}</a>
- {/block:indexpage}
- {block:permalinkpage}
- {lang:Posted on Month DayOfMonth Year with NoteCount notes 2}
- {/block:permalinkpage}
- </div>
- {/block:date}
- {block:Text}
- {block:indexpage}
- <div class="indextext">
- <span class="fa fa-font"></span>
- <p>
- Text {lang:PostTypeNoun with NoteCount notes}
- </div>
- {/block:indexpage}
- <div class="text">
- {block:permalinkpage}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:notreblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- {/block:permalinkpage}
- </div>
- {/block:text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" class="phot" alt="{PhotoAlt}">
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
- {/block:Panorama}
- {block:Photoset}
- {block:indexpage}
- {block:Photos}
- <img src="{PhotoURL-HighRes}" class="pset" alt="{PhotoAlt}">
- {/block:Photos}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Link}
- {block:indexpage}
- <div class="indextext">
- <span class="fa fa-link"></span>
- <p>
- {lang:PostTypeNoun with NoteCount notes}
- </p>
- </div>
- {/block:indexpage}
- <div class="link">
- {block:permalinkpage}
- <a href="{URL}" class="linkp">{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:permalinkpage}
- </div>
- {/block:Link}
- {block:Video}
- {block:indexpage}
- <div class="indextext">
- <span class="fa fa-video"></span>
- <p>
- {lang:PostTypeNoun with NoteCount notes}</p>
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <center>
- {Video-500}
- </center>
- {/block:permalinkpage}
- {/block:Video}
- {block:Quote}
- {block:indexpage}
- <div class="indextext">
- <span class="fa fa-quote-left"></span>
- <p>
- {lang:PostTypeNoun with NoteCount notes}
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="quote">
- {Quote}
- <p>
- {Source}
- </p>
- {/block:permalinkpage}
- </div>
- {/block:Quote}
- {block:Chat}
- {block:indexpage}
- <div class="indextext">
- <span class="fa fa-comments"></span>
- <p>
- {lang:PostTypeNoun with NoteCount notes}
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="reblogs">{block:Title}<h2>{title}</h2>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}</div> {/block:permalinkpage}{/block:Chat}
- {block:Audio}
- {block:albumart} <img src="{AlbumArtURL}">{/block:Albumart}
- {block:permalinkpage}
- <div class="audiop" style="{block:AlbumArt}background:url({AlbumArtURL});{/block:AlbumArt}">
- <div class="playerbox">
- <div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></div>
- <div class="infobox">
- <div class="trackname"> {block:TrackName}
- Track: {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}
- Artist: {Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- Album: {Album}
- {/block:Album}
- </div>
- </div></div>
- {/block:permalinkpage}
- {/block:Audio}
- {block:Answer}
- <div class="reblogs">
- <div style="padding:10px; background:#eee;">
- {Asker}: {Question}
- </div>
- {block:permalinkpage}
- {Answer}
- {/block:permalinkpage}
- </div>
- {/block:Answer}
- {block:caption}
- <div class="caption">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:notreblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs {block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:caption}
- {block:permalinkpage}
- {block:hastags}
- <div class="tags">
- {block:tags}<a href="{TagURL}"><span>#</span> {Tag}</a>
- {/block:tags}
- </div>
- {/block:hastags}
- {/block:permalinkpage}
- </article>
- <div class="permpag">
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}">{lang:Previous Post}</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">{lang:Next Post}</a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </div>
- {PostNotes}
- {/block:posts}
- </div>
- </main>
- {block:Pagination}
- <div class="pag" id="leftpag">{block:PreviousPage}
- <span> <a href="{PreviousPage}">{lang:Previous}</a></span>
- {/block:PreviousPage}
- </div>
- <div id="rightpag" class="pag">
- {block:NextPage}
- <span> <a href="{NextPage}">{lang:Next}</a></span>
- {/block:NextPage}</div>{/block:Pagination}
- <footer>
- <a href="/">Home</a> <a href="/ask">Ask</a>
- {block:haspages}
- {block:pages}
- <a href="{URL}">{Label}</a>
- {/block:pages}
- {/block:haspages}
- <a href="https://egg.design">Theme</a>
- </footer>
- </body>
- </html>
Add Comment
Please, Sign In to add comment