Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- BENTHIC ZONE THEME BY FAUST SCULPTOR
- Umm will definitely look a little broken in the theme preview but its ok...a little smoke and mirrors is needed for Awesome theme *Wink* you might need to adjust the left and right css for the avatar sadly but otherwise it will look Normal when viewed outside theme editor
- this theme initially looked wayy different in my mind but im really happy with the way it looks now :^]!!
- -->
- <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="">
- <meta name="image:post background" content="">
- <meta name="image:sidebar background" content="">
- <meta name="text:text size" content="20">
- <meta name="text:border size" content="3">
- <meta name="text:floatie size" content="100">
- <meta name="text:wobble" content="the SILLIEST">
- <meta name="text:wobble font size" content="25">
- <meta name="text:desc" content="my swag. my awesome">
- <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="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"/>
- <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="Angerpoise Lampshade">
- <meta name="select:font" content="G Gemah">
- <meta name="color:background color" content="">
- <meta name="color:post color" content="">
- <meta name="color:border color" content="">
- <meta name="color:text color" content="">
- <meta name="color:wobble" 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="if:custom cursor" content="">
- <meta name="if:full background" content="">
- <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/arial" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/tepeno-sans" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/black-wolf" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/sf-quartzite" rel="stylesheet">
- <link href="https://allfont.net/allfont.css?fonts=comic-sans-ms" rel="stylesheet" type="text/css"/>
- <link href="https://fonts.cdnfonts.com/css/angerpoise-lampshade" rel="stylesheet">
- <link href="https://fonts.cdnfonts.com/css/g-gemah" rel="stylesheet">
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body{
- background-color:{color:background color};
- 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;}
- 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};}
- @font-face {
- font-family: MS Gothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: MS Gothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: bold;
- font-style: normal;
- }
- @font-face {
- font-family: MS Gothic;
- src:url(https://sculptorgalaxy.neocities.org/MS%20Gothic.ttf) format("truetype");
- font-weight: normal;
- font-style: italic;
- }
- /* Sidebar, Posts */
- #content{
- position:absolute;
- top:20px;
- width:800px;
- left: 35%;
- transform: translateX(-50%);
- break-inside:avoid;
- column-count:3;
- column-gap: 20px;
- }
- .post{
- margin:0 0 20px 0;
- background-color:{color:post color};
- background-image: Url('{image:post background}');
- border:{text:border size}px {select:border style} {color:border color};
- padding:5px;
- overflow:hidden;
- break-inside:avoid;
- {block:permalinkpage}
- width:400px;
- break-inside:avoid;
- {/block:permalinkpage};
- }
- #sidebar{
- width:225px;
- background-color:{color:post color};
- background-image:Url('{image:sidebar background}');
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;
- margin-left:650px;
- margin-top:150px;
- }
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- .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%;
- max-height:215px;
- position: fixed;
- bottom:460px;
- top:5px;
- left:1135px;
- right:450px;
- }
- #titl{
- color:{color:wobble};
- font-size:{text:wobble font size}px;}
- }
- #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;}
- #hehe{
- font-size:35px;
- position:fixed;
- left:0px;
- bottom:0px;}
- #float{
- position:fixed;
- bottom:0px;
- right:15px;}
- video{
- max-width: 100%;
- height: auto;}
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <br><center><div id="titl"><center><div id="wobble">{text:wobble}</div></center></div><p>{text:desc}</center>
- <center>
- <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>
- </center>
- </div>
- <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">
- {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}
- {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}
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {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}
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">- <i>{Source}</i></div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {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="float">
- <img src="{image:floatie}" width="{text:floatie size}px">
- </div>
- <div id="hehe">
- <a href="https://urlcyberpalace.tumblr.com"><img src="https://64.media.tumblr.com/39d7fa9a70f5df1d55e1b768f75919d5/c51d9989687ce0f2-f8/s75x75_c1/b5c93ae6170d4f5a42776d9342eb04f4a61fe902.gifv" style="width:35px">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement