Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- Code By Emoticon Equinox :thumbs up:
- The base code I've been using for my themes ever since I made it. Here you have all the basic customizations features to use as both a regular theme and to build off of as a base code! If you decide to use this code as a base for your own theme, you don't have to credit me if you release it publicly, but I'd love to see what you come up with regardless!
- -->
- <!-- Images -->
- <meta name="image:favicon" content="">
- <meta name="image:background" content="">
- <meta name="image:sidebar" 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="3">
- <meta name="text:floatie size" content="100">
- <meta name="text:desc" content="sweet honeydew melon">
- <meta name="text:link divider" content="/">
- <meta name="text:link one" content="1">
- <meta name="text:link two" content="2">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <!-- 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="">
- <!-- Options -->
- <meta name="if:custom cursor" content="">
- <meta name="if:full background" content="">
- <!-- Misc -->
- <title>{Title}</title>
- <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;}
- 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};}
- /* Sidebar, Posts */
- #content{
- width:500px;
- margin-left:100px;
- overflow:hidden;}
- .post, .naviga{
- width:480px;
- margin:0 0 25px 0;
- overflow:hidden;
- padding:5px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};}
- #sidebar{
- width:225px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;
- margin-left:-160px;}
- #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%;}
- /* 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:0px;
- bottom:0px;}
- #plz{
- position:fixed;
- bottom:0px;
- right:15px;}
- video{
- max-width: 100%;
- height: auto;}
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <div class="sidebar img">
- <center>
- <a href="/"><img src="{image:sidebar}"></a>
- </center>
- </div>
- <center>{text:desc}</center>
- <center>
- <a href="{text:link one url}">{text:link one}</a>
- {text:link divider}
- <a href="{text:link two url}">{text:link two}</a>
- </center>
- </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">{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://jellyparty.tumblr.com/tagged/mine">ミ★</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment