Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!--
- CERIUM SCULPTOR'S SWEETHEART.TXT THEME🎔
- thanks to france lalune at cloverparty.tumblr.com for the base code, and a few other things i ended up copying from their themes! ^_^
- i swear before you select a font it might look a little broken but its fine...i prommy
- This is my first theme and i got a little bit experimental with it, so if any problems arise you may redirect concerns to sunaboveclouds.tumblr.com -->
- <meta name="image:favicon" content="">
- <meta name="image:avatar" content="">
- <meta name="image:background" content="">
- <meta name="image:content" content="">
- <meta name="image:header" content="">
- <meta name="image:floatie" content="">
- <meta name="image:pixel 1" content="">
- <meta name="image:pixel 2" content="">
- <meta name="image:pixel 3" content="">
- <meta name="image:pixel 4" content="">
- <meta name="image:pixel 5" content="">
- <meta name="image:custom cursor" content="">
- <!-- Text -->
- <meta name="text:text size" content="20">
- <meta name="text:border size" content="3">
- <meta name="text:floatie size" content="100">
- <meta name="text:marquee under avatar" content="Happy smiling joy ☀">
- <meta name="text:desc" content="^_^!">
- <meta name="text:desc 2" content="just an extra little box!! You can even put images in here...Little hint: the pixels are your links!">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:link four url" content="/">
- <meta name="text:link five url" content="/">
- <meta name="text:song title" content="/">
- <meta name="text:song artist" content="/">
- <meta name="text:song url" content "Put your own song url here! Upload it on catbox or discord and just copy here :3">
- <meta name="select:font" content="Arial">
- <meta name="select:font" content="MS Gothic">
- <meta name="select:font" content="Tepeno Sans"
- <meta name="select:font" content="Comic Sans MS">
- <meta name="select:font" content="Sf Quartzite">
- <meta name="select:font" content="Black Wolf">
- <meta name="select:font" content="MTF Magical Marilyn">
- <meta name="select:font" content="Chiptune Valentine">
- <!-- 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:desc background" 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="">
- <!-- Options -->
- <meta name="if:custom cursor" content="">
- <meta name="if:full background" content="">
- <meta name="if:heart icon" content="">
- <!-- Misc -->
- <title>{Title}</title>
- <link href="https://fonts.cdnfonts.com/css/arial" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/tepeno-sans" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/milky-well" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/black-wolf" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/mtf-magical-marilyn" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/chiptune-valentine" rel="stylesheet">
- <link rel="stylesheet" href="https://unpkg.com/7.css"/>
- <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}
- <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;
- word-wrap:break-word;
- font-family:{select:font}}
- @font-face {
- font-family: MsGothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: MsGothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: bold;
- font-style: normal;
- }
- @font-face {
- font-family: MsGothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: normal;
- font-style: italic;
- }
- @font-face {
- font-family: SfQuartzite;
- src:url(https://sculptorgalaxy.neocities.org/SFQuartzite.ttf) format("truetype");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: SfQuartzite;
- src:url(https://sculptorgalaxy.neocities.org/SFQuartzite-Bold.ttf) format("truetype");
- font-weight: bold;
- font-style: normal;
- }
- @font-face {
- font-family: SfQuartzite;
- src:url(https://sculptorgalaxy.neocities.org/SFQuartzite-Oblique.ttf) format("truetype");
- font-weight: normal;
- font-style: italic;
- }
- a{
- color:{color:link color};
- text-decoration:none;}
- a:hover{
- cursor:help;
- color:{color:link hover color};
- text-decoration:none;}
- 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};}
- .button {
- text-align: center;
- display: inline-block;
- font-size: 15px;
- font-family: MS Gothic;
- font-weight: bold;
- }
- /* Sidebar, Posts */
- #content{
- position:absolute;
- padding:7px;
- top:190px;
- width:700px;
- left: 50%;
- transform: translateX(-50%);
- break-inside:avoid;
- overflow:hidden;
- border:{text:border size}px {select:border style} {color:border color};
- column-count:2;
- column-gap: 20px;
- background-image:Url('{image:content}');
- background-color:{color:content color};}
- #header{
- width:970px;
- height:160px;
- background-image:Url('{image:header}');
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:0px;
- margin-left:-200px;
- margin-top:5px;
- overflow:hidden;}
- #table, th, td{
- overflow:auto;
- width:275px;
- padding:8px;
- background:transparent;}
- #desc{
- {block:ifdescbackgroundcolor}
- background-color:{color:desc background};
- {/block:ifdescbackgroundcolor}
- {block:ifnotdescbackgroundcolor}
- background:transparent;
- {/block:ifnotdescbackgroundcolor}
- position:relative;
- top:-25px;
- overflow:auto;
- padding:5px;
- border:1px {select:border style} {color:border color};
- height:110px;
- width:270px;
- }
- #desc2{
- {block:ifdescbackgroundcolor}
- background-color:{color:desc background};
- {/block:ifdescbackgroundcolor}
- {block:ifnotdescbackgroundcolor}
- background:transparent;
- {/block:ifnotdescbackgroundcolor}
- position:relative;
- top:-25px;
- overflow:auto;
- padding:5px;
- border:1px {select:border style} {color:border color};
- height:125px;
- width:190px;
- }
- #container{
- overflow:hidden;
- position:absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- padding:5px;
- width:100%;
- height:100%;}
- #postcontain{
- overflow:auto;
- position:absolute;
- width:700px;
- padding:5px;
- overflow-x: hidden;
- overflow-y:auto;}
- #wrapper{
- width:600px;
- margin:10px auto;}
- /* Content */
- .title{
- font-weight:bold;
- font-size:35px;
- margin:0 0 10px 0;}
- .post{
- margin:0 0 20px 0;
- background-color:{color:content};
- border:{text:border size}px {select:border style} {color:content border};
- padding:5px;
- overflow:hidden;
- break-inside:avoid;}
- .footer{
- padding: 5px;}
- .naviga{
- text-align:center;}
- .post img{
- max-width:100%;}
- .header img{
- max-height: 125px;
- position:relative;
- top:-5px;
- {block:ifhearticon}
- -webkit-mask-image:url(https://64.media.tumblr.com/530d6f82ba12efe719853b50499b1d5d/b58a88777157fa9c-6e/s500x750/69a0aa24e15c4c98f2b7ce62f6c00544e0b3a1c3.png);
- -webkit-mask-repeat:no-repeat;
- -webkit-mask-size:cover;
- {/block:ifhearticon};
- }
- .enter{
- height:25px;
- font-family: MS Gothic;
- font-weight: bold;
- }
- .silly{
- position:relative;
- top:-45px;
- }
- .lala{
- position:relative;
- top:-25px;
- }
- .quastion{
- border:{text:border size}px solid {color:content border};
- padding:10px;
- text-align:right;
- margin:0 0 10px 0;}
- }
- .search{
- width:155px;
- height:10px;
- padding:5px;
- color:black;
- }
- /* 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{
- position:fixed;
- left:5px;
- bottom:-5px;}
- #plz{
- position:fixed;
- bottom:0px;
- right:15px;}
- video{
- max-width:100%;
- height: auto;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <center>
- <div id="container">
- <div id="wrapper">
- <div id="header">
- <center>
- <table>
- <tr>
- <td><center><div class="header img"><a href="/"><img src="{image:avatar}"></a></div><br><div class="silly"><marquee>{text:marquee under avatar}</marquee></div></center></td>
- <td><div id="desc"><center>{text:desc}</center></div></td>
- <td><audio id="myAudio">
- <source src="{text:song url}" type="audio/mpeg">
- </audio>
- <marquee>{text:song artist} ◈ {text:song title}</marquee>
- <br><center><button style="margin-header:15px;margin-right:0px;" onclick="playAudio()" type="button" class="button">PLAY</button>
- <button style="margin-header:15px;margin-left:20px;" onclick="pauseAudio()" type="button" class="button">STOP</button> </center>
- <script>
- var x = document.getElementById("myAudio");
- function playAudio() {
- x.play();
- }
- function pauseAudio() {
- x.pause();
- }
- </script>
- <br><center><div class="lala"><a href="{text:link one url}"><img src="{image:pixel 1}"></a> <a href="{text:link two url}"><img src="{image:pixel 2}"></a> <a href="{text:link three url}"><img src="{image:pixel 3}"></a> <a href="{text:link four url}"><img src="{image:pixel 4}"></a> <a href="{text:link five url}"><img src="{image:pixel 5}"></a></center>
- <div style="position:relative;top:-35px;"><form action="/search" method="get">
- <input class="search" type="text" placeholder="{text:searchbar text}" name="q" value="" style="outline:none;">
- <input class="enter" type="submit" value="SEARCH?" id="sb"/></div>
- <td><div id="desc2"><center>{text:desc 2}</center></div></td>
- </form>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </center>
- <div id="wrapper">
- <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="quastion">{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>
- <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/89576b66075b57a59e2f644b5ec709c3/a8276e510604ef51-34/s75x75_c1/c558b3636fe43e04d72b9047df90877c4e350cbe.gifv" width="35px"></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement