Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- AMP UP! theme by faust cyberpalace
- it will look a little wonky in the preview this is normal
- i think i was gonna do a lot more of on-hover animations but i got satisfied with just the avatar. lol. Anyways theme name refers to like. guitar amps lol i love the distortion that comes from them. my luv letter to loud music...in any case enjoyyyy
- -->
- <!-- Images -->
- <meta name="image:favicon" content="">
- <meta name="image:background" content="">
- <meta name="image:avatar" content="">
- <meta name="image:floatie" content="">
- <meta name="image:custom cursor" content="">
- <!-- Text -->
- <meta name="text:text size" content="20">
- <meta name="text:border size" content="2">
- <meta name="text:floatie size" content="150">
- <meta name="text:title" content="lalalalaaa">
- <meta name="text:music track" content="Artist ★ Song">
- <meta name="text:URL to music" content="">
- <meta name="text:link one" content="home">
- <meta name="text:link two" content="ask">
- <meta name="text:link three" content="submit">
- <meta name="text:link four" content="archive">
- <meta name="text:link five" content="more?">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/ask">
- <meta name="text:link three url" content="/submit">
- <meta name="text:link four url" content="/archive">
- <meta name="text:link five url" content="https://crouton.net">
- <meta name="text:round corners by" content="30">
- <meta name="text:post corners" content="10">
- <meta name="text:marquee background RGB" content="255,255,255">
- <meta name="text:marquee text" content="HAPPY WORLD FOR EVARR">
- <!-- Select -->
- <meta name="select:border style" content="solid"/>
- <meta name="select:border style" content="double"/>
- <meta name="select:border style" content="groove"/>
- <meta name="select:border style" content="ridge"/>
- <meta name="select:border style" content="inset"/>
- <meta name="select:border style" content="outset"/>
- <meta name="select:border style" content="dashed"/>
- <meta name="select:border style" content="dotted"/>
- <!-- Colors -->
- <meta name="color:background color" content="">
- <meta name="color:content color" content="">
- <meta name="color:border color" content="">
- <meta name="color:text color" content="">
- <meta name="color:link color" content="">
- <meta name="color:link hover color" content="">
- <meta name="color:text selection color" content="">
- <meta name="color:text selection bg color" content="">
- <meta name="color:glow" content="">
- <!-- Options -->
- <meta name="if:custom cursor" content="">
- <meta name="if:full background" content="">
- <meta name="if:content glows" content="">
- <meta name="if:links glow" content="">
- <meta name="if:music player" content="">
- <meta name="if:avatar shape 1" content="">
- <meta name="if:avatar shape 2" content="">
- <meta name="if:avatar shape 3" content="">
- <meta name="if:avatar shape 4" content="">
- <meta name="select:font" content="Arial">
- <meta name="select:font" content="Tepeno Sans">
- <meta name="select:font" content="MS Gothic">
- <meta name="select:font" content="Black Wolf">
- <meta name="select:font" content="VCRosdNEUE">
- <meta name="select:font" content="Suboleya">
- <meta name="select:font" content="Jet Set">
- <meta name="select:font" content="Short Stack">
- <meta name="select:title font" content="Arial">
- <meta name="select:title font" content="Tepeno Sans">
- <meta name="select:title font" content="MS Gothic">
- <meta name="select:title font" content="Black Wolf">
- <meta name="select:title font" content="VCRosdNEUE">
- <meta name="select:title font" content="Suboleya">
- <meta name="select:title font" content="Jet Set">
- <meta name="select:title font" content="Short Stack">
- <!-- Misc -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <link href="https://fonts.cdnfonts.com/css/tepeno-sans" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/jet-set" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/black-wolf" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/vcrosdneue" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/suboleya" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/short-stack" rel="stylesheet">
- <script src="https://kit.fontawesome.com/9d40a42a52.js" crossorigin="anonymous"></script>
- <link rel="stylesheet" href="https://unpkg.com/@icon/dripicons/dripicons.css">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- /* Text, Background, Links */
- body{
- background-color:white;
- background-image:Url('{image:background}');
- background-attachment:fixed;
- {block:iffullbackground}
- background-size: cover;
- {/block:iffullbackground}
- color:{color:text color};
- {block:ifcustomcursor};
- cursor:url("{image:custom cursor}"), default;
- {/block:ifcustomcursor};
- font-size:{text:text size}px;
- font-family:{select:font};
- word-wrap:break-word;}
- a{
- color:{color:link color};
- text-decoration:none;
- {block:iflinksglow}
- text-shadow:0 0 5px;
- {/block:iflinksglow}
- }
- a:hover{
- cursor:help;
- color:{color:link hover color};
- text-decoration:none;
- font-weight: bold;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;}
- ::selection{
- color:{color:text selection color};
- background:{color:text selection bg color};}
- /* Sidebar, Posts */
- #content{
- width:500px;
- margin-left:200px;
- }
- .post, .naviga{
- width:475px;
- margin:0 0 25px 0;
- overflow:hidden;
- padding:10px;
- {block:ifcontentglows}
- box-shadow:0 0 20px {color:glow};
- {/block:ifcontentglows}
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- border-radius:{text:post corners}px;
- }
- #sidebar{
- width:220px;
- height:220px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- border-radius:{text:round corners by}px;
- {block:ifcontentglows}
- box-shadow:0 0 20px {color:glow};
- {/block:ifcontentglows}
- position:fixed;
- padding:15px;
- margin-left:-165px;
- overflow:hidden;
- }
- #sidebar:hover{
- transform: rotate(-8deg) translateX(-10px);
- }
- #linksbox{
- width:150px;
- background-color:{color:content color};
- height:100%;
- position:fixed;
- {block:ifcontentglows}
- box-shadow:0 0 20px {color:glow};
- {/block:ifcontentglows}
- top:285px;
- margin-left:-115px;
- }
- #mark{
- width:200px;
- height:100%;
- top:0;
- background: rgb({text:marquee background RGB},0.7);
- position:fixed;
- left:25px;
- }
- #wrapper{
- width:600px;
- margin:50px auto;}
- /* Content */
- .title{
- font-weight:bold;
- font-size:35px;
- margin:0 0 10px 0;}
- .footer{
- padding: 5px;}
- .naviga{
- text-align:center;}
- .post img{
- max-width:100%;}
- .sidebar img{
- max-width:100%;
- {block:ifavatarshape1}
- border-radius:{text:round corners by}px;
- {/block:ifavatarshape1}
- {block:ifavatarshape2}
- border-radius:100px 0px;
- {/block:ifavatarshape2}
- {block:ifavatarshape3}
- border-radius:100px 70px 200px 30px;
- {/block:ifavatarshape3}
- {block:ifavatarshape4}
- border-radius:5px;
- {/block:ifavatarshape4}
- }
- .question{
- margin-left:10px;
- width:93%;
- padding:7px;
- text-align:right;
- border:{text:border size}px {select:border style} {color:border color};
- border-radius:{text:post corners}px;
- }
- #titley{
- transform: rotate(-8deg);
- position:fixed;
- top:15px;
- margin-left:244px;
- font-size:36px;
- font-family:{select:title font};
- }
- /* Audio */
- #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;}
- /* Misc */
- #c{
- font-size:25px;
- position:fixed;
- left:5px;
- bottom:3px;}
- #plz{
- position:fixed;
- bottom:0px;
- right:15px;}
- video{
- max-width: 100%;
- height: auto;}
- #music {
- align-items: center;
- position: fixed;
- right:25px;
- top:100px;
- display: flex;
- box-sizing: border-box;
- width: 300px;
- padding: 5px;
- {block:ifcontentglows}
- box-shadow:0 0 20px {color:glow};
- {/block:ifcontentglows}
- background-color: {color:content color};
- color: {color:text color};
- border: {select:border style} {color:border color} {text:border size}px;
- font-size: 14px;
- font-family:'{select:font}';
- border-radius:{text:post corners}px;
- }
- #play {
- padding: 5px;
- padding-right: 7px;
- margin-right: 3px;
- background: 0;
- border: none;
- box-sizing: border-box;
- text-align: center;
- cursor: pointer;
- color: {color:text color};
- }
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="mark">
- <center><marquee direction="down" width="75%" height="800px" scrollamount="8">{text:marquee text}</marquee></center>
- </div>
- <div id="wrapper">
- <div id="linksbox"><center><br><a href="{text:link one url}">{text:link one}</a><br><a href="{text:link two url}">{text:link two}</a><br><a href="{text:link three url}">{text:link three}</a><br><a href="{text:link four url}">{text:link four}</a><br><a href="{text:link five url}">{text:link five}</a><br>
- <center>
- <br>
- <table>
- {block:PreviousPage}
- <a href="{PreviousPage}">« Back</a>
- {/block:PreviousPage}
- <td>
- <span class="current_page">{CurrentPage}</span>
- <td>
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </table>
- </center>
- </center></div>
- <div id="sidebar">
- <div class="sidebar img">
- <center>
- <a href="/"><img src="{image:avatar}"></a>
- </center>
- </div>
- </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">
- <!-- 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}
- {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"><img src="{AskerPortraitURL-64}" style="text-align:left;float:left;width:64px;height:64px;border:2px {select:border type} {color:border color};">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <!-- Footer -->
- {block:Date}
- <div class="footer">
- <hr width="100%" size="1" color="{color:text color}">
- <center><a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>, <a href="{ReblogUrl}">↺</a>
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- </div>
- {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>
- {/block:Posts}
- {block:Pagination}
- <div class="naviga">
- {block:PreviousPage}
- <a href="{PreviousPage}">« Back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="plz">
- <img src="{image:floatie}" width="{text:floatie size}px">
- </div>
- <div id="c">
- <a href="https://urlcyberpalace.tumblr.com"><img src="https://64.media.tumblr.com/67bfbe4513101669ac2a10b65d7c2a54/558928f97b1d2545-76/s75x75_c1/bca3538fc35ea4bb94deec7c88234b99bff82bab.gifv" width="35px" {block:ifcontentglows}{block:iflinksglow} style="box-shadow:0 0 20px {color:glow}"{/block:iflinksglow}{/block:ifshadowsglow};></a>
- </div>
- {block:ifmusicplayer}
- <div id="music">
- <button id="play">
- <div id="playbutton"><i class="dripicons dripicons-media-play" style='font-size:20px;'></i></div>
- </button>
- <marquee><b>{text:music track}</b></marquee>
- </div>
- {/block:ifmusicplayer}
- <div id="titley">{text:title}</div>
- <script>
- window.addEventListener("load", () => {
- var audio = new Audio("{text:URL to music}"),
- play = document.getElementById("play"),
- playbutton = document.getElementById("playbutton");
- play.onclick = () => {
- if (audio.paused) { audio.play(); }
- else { audio.pause(); }
- };
- audio.onplay = () => { document.getElementById("playbutton").innerHTML = "<i class='dripicons dripicons-media-pause' style='font-size:20px;'></i>"; };
- audio.onpause = () => { document.getElementById("playbutton").innerHTML = "<i class='dripicons dripicons-media-play' style='font-size:20px;'></i>"; };
- audio.onend = () => { document.getElementById("playbutton").innerHTML = "<i class='dripicons dripicons-media-play' style='font-size:20px;'></i>"; };
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement