Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- container base code theme by emoticon equinox / quinley jean-marie <:-)
- information ; ・・・・・
- ★ you can use this as a base code 4 your own theme, or you can just use it as is. if u decide 2use it for a base, you can change the credit redirect an symbol 2 whatever you want. but if yure not using it 4that purpose please leave the credit as is @_@ !!!
- ★ i left little descriptions above each section of the code describ'ing what each part will do but if u run into any problems i can be contacted at any time an i'll try my best 2help you ^_^
- that's all, thanks !!!!! ツ -->
- <!-- images -->
- <meta name="image:favicon" content="">
- <meta name="image:blog background" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:container background" content="">
- <meta name="image:content background" content="">
- <meta name="image:floatie" content="">
- <!-- end images -->
- <!-- color -->
- <meta name="color:blog background" content="">
- <meta name="color:container background" content="">
- <meta name="color:content background" content="">
- <meta name="color:border color" content="#000000">
- <meta name="color:text" content="">
- <meta name="color:link" content="">
- <meta name="color:link hover" content="">
- <meta name="color:text selection" content="">
- <meta name="color:text selection bg" content="">
- <!-- end color -->
- <!-- text -->
- <meta name="text:text size" content="18">
- <meta name="text:desc" content="^_^">
- <meta name="text:link one" content="link one">
- <meta name="text:link two" content="link two">
- <meta name="text:link three" content="link three">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:floatie size" content="100">
- <!-- end text -->
- <!-- font -->
- <meta name="select:font" content="arial">
- <meta name="select:font" content="short stack">
- <meta name="select:font" content="ms gothic">
- <meta name="select:font" content="roboto mono">
- <!-- end font -->
- <!-- border styles n' sizes -->
- <meta name="select:border type" content="solid">
- <meta name="select:border type" content="double">
- <meta name="select:border type" content="dashed">
- <meta name="select:border type" content="dotted">
- <meta name="select:border size" content="1">
- <meta name="select:border size" content="2">
- <meta name="select:border size" content="3">
- <!-- end border styles -->
- <!-- options -->
- <meta name="if:full background" content="">
- <meta name="if:bold links" content="">
- <meta name="if:link underline" content="">
- <!-- end options -->
- <!-- misc -->
- <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
- <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}
- <link rel="shortcut icon" href="{image:favicon}">
- <style type="text/css">
- /* basic appearance */
- /* basic customization options here, like text & link colors etc!! */
- body{
- word-wrap:break-word;
- font-size:{text:text size}px;
- font-family:{select:font};
- color:{color:text};
- background-color:{color:blog background};
- background-image:Url('{image:blog background}');
- background-attachment:fixed;
- {block:iffullbackground}
- background-size: cover;
- {/block:iffullbackground}}
- ::-webkit-scrollbar {
- width: 1px;
- height: 10px;}
- a{
- color:{color:link};
- {block:ifboldlinks}
- font-weight:bold;
- {/block:ifboldlinks}
- text-decoration:none;
- {block:iflinkunderline}
- text-decoration:underline;
- {/block:iflinkunderline};}
- a:hover{
- color:{color:link hover};
- {block:ifboldlinks}
- font-weight:bold;
- {/block:ifboldlinks}
- {block:iflinkunderline}
- text-decoration:underline;
- {/block:iflinkunderline};}
- ::selection{
- color:{color:text selection};
- background-color:{color:text selection bg};}
- ::-webkit-scrollbar-track {
- background: transparent}
- ::-webkit-scrollbar-thumb:vertical{
- background:transparent;
- border:none;}
- .npf_row {
- margin: 0 !important;}
- blockquote{
- margin: 0;}
- /* --- basics end --- */
- /* container */
- /* your container here holds the posts and the sidebar inside it */
- #overallcontainer{
- overflow:hidden;
- position:absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- padding:5px;
- width:720px;
- height:615px;
- background-color:{color:container background};
- background-size: cover;
- background-image:Url('{image:container background}');
- border:{select:border size}px {select:border type} {color:border color};}
- /* --- container end --- */
- /* posts */
- /* 'postcontainer' is the container holding the posts inside it, 'postcontent' is the size of the post, and 'post' is how the post looks */
- #postcontainer{
- overflow:auto;
- position:absolute;
- padding:5px;
- overflow-x: hidden;
- overflow-y:auto;}
- #postcontent{
- width:412px;
- height:602px;}
- #content{
- overflow:hidden;}
- .post, .naviga{
- margin:0 0 10px 0;
- overflow:hidden;
- padding:5px;
- border:{select:border size}px {select:border type} {color:border color};
- background-color:{color:content background};
- background-image:Url('{image:content background}');
- background-size: cover;}
- /* --- posts end --- */
- /* sidebar */
- /* 'side' is what is holding the sidebar inside it, 'sidebar' will change the size of the sidebar, desc and links are there just to nicely space things out so everything isnt cramped together!! */
- #side{
- left:433px;
- top:10px;
- width:275px;
- max-height:600px;
- padding:5px;
- border:{select:border size}px {select:border type} {color:border color};
- background-color:{color:content background};
- background-image:Url('{image:content background}');
- background-size: cover;
- position:fixed;}
- #sidebar{
- width:275px;
- background-color:{color:content background};
- background-image:Url('{image:content background}');
- background-size: cover;
- background-color:{color:content background};}
- #desc{
- margin:10px 0 0 0;
- display:block;}
- #links{
- margin:10px 0 0 0;
- display:block;
- text-align:center;}
- /* --- sidebar end --- */
- /* content appearance */
- /* the way images, notes, and other assets will look */
- .post img{
- max-width:400px;
- height:100%;
- max-width:100%;}
- .sidebar img{
- max-width:270px;
- max-width:100%;
- display:block;}
- ol.notes{
- list-style-type:none;
- padding:3px;
- overflow:auto;}
- video{
- max-width: 100%;
- height: auto;}
- #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;}
- /* --- appearance end --- */
- /* moar stuff */
- /* random things that you add to the theme, not necessary for the theme's function */
- #foatie{
- position:fixed;
- bottom:0px;
- right:15px;}
- #c{
- font-size:25px;
- position:fixed;
- left:0px;
- bottom:0px;}
- /* --- more end --- */
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="overallcontainer">
- <div id="side">
- <div id="sidebar">
- <a href="/"><div class="sidebar img"><img style='height: 100%; width: 100%; object-fit: cover' src='{image:sidebar}'/></div></a>
- <div id="desc">
- <center>{text:desc}</center>
- </div>
- <div id="links">
- <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>
- </div>
- </div>
- <div id="foatie">
- <img src="{image:floatie}" width="{text:floatie size}px">
- </div>
- </div>
- <div id="postcontainer">
- <div id="postcontent">
- <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-400}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Photos}
- {/block:Photos}
- {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">
- <img src="{image:footer pixel}"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> (<a href="{Permalink}">{TimeAgo}</a>) <a href="{ReblogUrl}">↺</a>
- </div>
- {block:PermalinkPage}
- {block:HasTags}
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- <a href="{Permalink}">{block:NoteCount} [{NoteCountWithLabel}] {/block:NoteCount}</a>
- {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">
- <center>
- {block:PreviousPage}
- / <a href="{PreviousPage}">« Back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </div>
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- </div>
- <div id="c">
- <a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement