Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- made by salemcer
- ⇢ DO NOT remove the credit
- ⇢ you can change anything you want for your personal use, but remember, this is NOT a base code so don't make it available to anyone (free or not)!
- ⇢ feel free to ask me if you have problems with the code, i will help u
- ⇢ please, do not use any parts of this code without permission. i had a lot of difficulty and needed to see a lot of tutorials to update myself and i know you can do the same without stealing my codes.
- -->
- <html>
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <script src="//pull.cappuccicons.com/cpf.js"></script>
- <meta name="color:background" content="#ededed"/>
- <meta name="color:sidebar" content="#f1f1f1"/>
- <meta name="color:container" content="#ffffff"/>
- <meta name="color:posts" content="#ededed"/>
- <meta name="color:accent1" content="#ededed"/>
- <meta name="color:accent2" content="#ededed"/>
- <meta name="color:accent3" content="#ededed"/>
- <meta name="color:gradient1" content="#ededed"/>
- <meta name="color:gradient2" content="#ededed"/>
- <meta name="color:title" content="#ededed"/>
- <meta name="color:subtitle" content="#ededed"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:navlinks" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:bold" content="#ffffff"/>
- <meta name="color:mborder" content="#ffffff"/>
- <meta name="color:shadow" content="#ffffff"/>
- <meta name="image:background" content=""/>
- <meta name="image:posts" content=""/>
- <meta name="image:sidebar" content="https://placehold.it/310x585"/>
- <meta name="image:png" content="https://placehold.it/250x420"/>
- <meta name="text:title" content="evrday latata *"/>
- <meta name="text:subtitle" content="my eyes go left right, i can't stop"/>
- <meta name="text:sidebarbg" content="don’t be lazy, hurry up baby there’s not enough time, this is still basic drink deeper"/>
- <meta name="text:yourtumblr" content=""/>
- <meta name="text:linku1" content="/"/>
- <meta name="text:link1" content="link1"/>
- <meta name="text:linku2" content="/"/>
- <meta name="text:link2" content="link2"/>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <style type="text/css">
- @font-face{font-family:marmellata jam; src: url(https://static.tumblr.com/9wzbixa/mf3mj3kzl/marmellata_jam__demo.ttf);}
- @font-face{font-family:edosz;src:url(https://static.tumblr.com/9wzbixa/yRZmj2htw/edosz.ttf);}
- @font-face {font-family:bebas neue;src:url(https://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
- body {
- background: {color:background};
- font-family: courier new;
- font-size: 11px;
- background-repeat: repeat;
- color: {color:text};
- text-transform: lowercase;
- }
- a { text-decoration: none; color: {color:links}; font-weight: bold;}
- a:hover { color: {color:accent2}; transition: 0.35s ease-in-out; }
- [data-title]:hover:after {
- opacity: 1;
- transition: 0.35s ease-in-out;
- visibility: visible;
- }
- [data-title]:after {
- content: attr(data-title);
- background-color: {color:accent2};
- color: {color:text};
- width: auto;
- height: 10px;
- font-size: 9px;
- position: absolute;
- padding: 5px;
- bottom: -1.6em;
- left: 0px;
- top: -25px;
- white-space: nowrap;
- opacity: 0;
- z-index: 99999;
- visibility: hidden;
- transition: 0.35s ease-in-out;
- }
- [data-title] {
- position: relative;
- }
- [credit-title]:hover:after {
- opacity: 1;
- transition: 0.35s ease-in-out;
- visibility: visible;
- }
- [credit-title]:after {
- content: attr(credit-title);
- background-color: {color:accent2};
- color: {color:text};
- width: auto;
- height: 10px;
- font-size: 9px;
- position: absolute;
- padding: 5px;
- bottom: -1.6em;
- left: -110px;
- top: -3px;
- white-space: nowrap;
- opacity: 0;
- z-index: 99999;
- visibility: hidden;
- transition: 0.35s ease-in-out;
- }
- [credit-title] {
- position: relative;
- }
- b, strong { color: {color:bold}; font-weight: bold; font-size: 12px;}
- i, italic, em { color: {color:italic}; }
- u, underline { color: {color:text}; }
- stroke { color: {color:text}; font-weight: bold; }
- h1 { color: {color:bold}; font-size: 25px; font-weight: bold; margin-left: 10px; font-family: 'marmellata jam'; border-left: 1px solid {color:bold}; padding-left: 15px; margin-top: -2px; letter-spacing: 2px;}
- h2 { color: {color:bold}; font-size: 20px; font-weight: bold; font-family: 'marmellata jam';}
- h3 { font-size: 12px; text-align: right; font-family: 'bebas neue'; border-top: 1px solid {color:accent3}; padding-top: 15px;}
- blockquote {
- padding: 0px 5px 0px 10px;
- margin: 10px 3px 8px;
- border-left:1px solid {color:bold};
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- li {
- margin-bottom: 8px;
- text-align: left;
- list-style-type: circle;
- }
- ::-webkit-scrollbar {
- display:none;
- }
- /* sidebar */
- #sidebar {
- background-image: url({image:posts});
- background: {color:sidebar};
- width:820px;
- height:585px;
- left:19%;
- top:20px;
- position:fixed;
- }
- .bottom {
- background: #a3a5aa;
- width:710px;
- height:300px;
- left:0;
- top:248px;
- position:absolute;
- z-index: auto;
- }
- .avatar {
- width: 250px;
- height: 420px;
- position: absolute;
- left: 100px;
- top: 165px;
- z-index: 1;
- }
- .latata {
- width: 100px;
- height: 110px;
- position: absolute;
- left:120px;
- top: 225px;
- z-index: 0;
- background: url('https://i.imgur.com/vuRaUgI.png');
- -webkit-box-shadow: -7px -7px 0px 0px rgba({RGBcolor:shadow});
- -moz-box-shadow: -7px -7px 0px 0px rgba({RGBcolor:shadow});
- box-shadow: -7px -7px 0px 0px rgba({RGBcolor:shadow});
- }
- .senorita {
- background: {color:accent2};
- width: 3px;
- height: 550px;
- position: absolute;
- left:300px;
- top: 0px;
- }
- .maybe {
- background: {color:navlinks};
- width: 1px;
- height: 405px;
- position: absolute;
- left:340px;
- top: 180px;
- z-index: 0;
- }
- .title {
- width: 300px;
- height: auto;
- padding: 10px;
- margin-left: 0px;
- margin-top: 510px;
- background: transparent;
- text-align: left;
- font-size: 40px;
- font-family: 'marmellata jam';
- color: {color:title};
- z-index: 4;
- position: absolute;
- }
- .subtitle {
- width: 200px;
- height: auto;
- padding: 5px;
- top: 555px;
- margin-left: 140px;
- position: relative;
- background: transparent;
- font-size: 14px;
- display:block;
- color: {color:subtitle};
- font-family: 'bebas neue';
- z-index: 2;
- line-height: 120%;
- text-align: justify;
- font-weight: 500;
- }
- .desc {
- width: 120px;
- height: auto;
- padding: 10px;
- top: 200px;
- margin-left: 2px;
- position: relative;
- background: transparent;
- text-align: justify;
- }
- .top {
- width: 310px;
- height: 480px;
- position: absolute;
- left: 0px;
- top: 50px;
- background: {color:sidebar};
- z-index: -1;
- }
- .bgtext {
- width: 290px;
- height: 450px;
- top: -5px;
- color: {color:accent1};
- text-align: justify;
- text-transform: uppercase;
- padding: 10px;
- font-family: 'edosz';
- font-size: 50px;
- position: absolute;
- opacity: 0.6;
- z-index: -1;
- overflow: scroll;
- }
- .bgtext a {height: 100px;}
- .dumdi {
- width: 310px;
- height: 585px;
- position: absolute;
- left: 0px;
- top: 0px;
- background-image: url({image:sidebar});
- z-index: -1;
- }
- @keyframes float {
- 0% { transform: translatey(0px); }
- 50% { transform: translatey(-20px); }
- 100% { transform: translatey(0px); }
- }
- .eunha {
- background: transparent;
- width: 20px;
- height: 20px;
- top: 30px;
- left: 320px;
- padding: 10px;
- position: absolute;
- color: {color:navlinks};
- }
- .eunha a {color: {color:navlinks}; font-size: 20px; font-family: arial;}
- .sinb {
- background: transparent;
- width: auto;
- height: auto;
- top: 65px;
- left: 320px;
- padding: 10px;
- position: absolute;
- }
- .sinb a {color: {color:navlinks}; font-size: 20px;}
- .sowon {
- background: transparent;
- width: auto;
- height: auto;
- top: 100px;
- left: 320px;
- padding: 10px;
- position: absolute;
- }
- .sowon a {color: {color:navlinks}; font-size: 20px;}
- .umji {
- background: transparent;
- width: auto;
- height: auto;
- top: 135px;
- left: 320px;
- padding: 10px;
- position: absolute;
- }
- .umji a {color: {color:navlinks}; font-size: 20px;}
- .pagi {
- background: transparent;
- width:400px;
- height:auto;
- left:22%;
- top:20px;
- position: relative;
- text-align: center;
- padding: 10px;
- }
- .pagi a {
- text-decoration:none;
- font-size: 9px;
- color: {color:bold};
- }
- .pagi a:hover {
- color: {color:accent2};
- }
- /* posts */
- #container {
- background: transparent;
- width: auto;
- height: 565px;
- left: 47%;
- top: 20px;
- position: absolute;
- overflow: scroll;
- }
- .posts {
- background: {color:posts};
- width: 400px;
- padding: 15px;
- margin-bottom: 20px;
- border-radius: 0px 0px 10px 10px;
- }
- .perma {
- background: {color:gradient1};
- text-align: right;
- padding: 10px;
- margin-top: 20px;
- border-radius: 10px 10px 0px 0px;
- background-image: linear-gradient(-90deg, rgba({RGBcolor:gradient1},1) 50%, rgba({RGBcolor:gradient2},1) 90%);
- }
- .perma a {
- text-decoration:none;
- font-size: 9px;
- color: {color:text};
- }
- .perma a:hover {
- color:{color:accent2};
- }
- .tags {
- margin-top: 20px;
- text-align: center;
- padding: 10px;
- border-top: 1px solid {color:accent2};
- }
- .tags a {
- text-decoration:none;
- font-size: 9px;
- text-transform:lowercase;
- color:{color:navlinks};
- }
- .tags a:hover {
- color: {color:accent3};
- }
- /* photoset etc */
- .pset {
- width: auto;
- background: transparent;
- padding-top: 10px;
- margin-left: 5px;
- }
- /* chat */
- .chatchat {
- display: inline-block;
- }
- .chatchat b { font-size: 12px; font-weight: bold; font-family: 'bebas neue'; padding: 0px 3px 0px 3px; }
- .chatchat li {
- text-align: left;
- list-style-type: none;
- background: {color:accent2};
- padding: 5px 10px 10px;
- border-radius: 10px;
- -webkit-box-shadow: -3px -3px 0px 0px rgba({RGBcolor:shadow});
- -moz-box-shadow: -3px -3px 0px 0px rgba({RGBcolor:shadow});
- box-shadow: -3px -3px 0px 0px rgba({RGBcolor:shadow});
- }
- /* links */
- .blebs { text-align: left; }
- .blebs b { font-size: 20px; font-weight: bold; font-family: 'bebas neue'; padding: 0px 3px 0px 3px; color: {color:links};}
- /* quotes */
- .quotes { padding: 0px; }
- .quotes b { font-size: 20px; font-weight: bold; font-family: 'bebas neue'; padding: 0px 3px 0px 3px; text-align: left;}
- /* audios */
- .audio { padding: 0px; opacity: 0.5; transition: opacity .20s ease-in-out;}
- .audio:hover {transition: opacity .20s ease-in-out; opacity: 0.9;}
- /* asks */
- .askboxx {padding: 0px 3px 0px 3px;}
- .asker {
- height: auto;
- padding: 0px 0px;
- margin-left: 0px;
- display: inline-block;
- font-family: 'bebas neue';
- font-size: 27px;
- }
- .asker b {
- font-family: 'bebas neue';
- font-size: 27px;
- }
- .question {
- width: 335px;
- height: auto;
- text-align: justify;
- margin-left: 10px;
- padding: 10px 15px;
- border-radius: 15px;
- background-color: {color:accent2};
- display: inline-block;
- }
- .asker2 {
- width: auto;
- padding: 0px 0px;
- margin-bottom: 10px;
- margin-top: 7px;
- text-align: center;
- font-size: 9px;
- }
- .asker2 a {font-size: 9px;}
- .answer {
- border-top: 1px solid {color:accent3};
- width: auto;
- background: transparent;
- padding: 5px 5px 0px 5px;
- }
- /* credits. do not touch here!!!!! */
- .credit {
- background: transparent;
- color: {color:links};
- width: 20px;
- height: 20px;
- padding: 10px;
- left: 96%;
- top: 580px;
- text-align: center;
- font-size: 15px;
- position: fixed;
- }
- </style>
- <body>
- <div class="credit"><a href="https://salemcer.tumblr.com" credit-title="theme by salemcer"><i class="cp cp-peach"></i></a></div>
- <div id="sidebar">
- <div class="title">{text:title}</div>
- <div class="subtitle">{text:subtitle}</div>
- <div class="avatar"><img src="{image:png}"></div>
- <div class="latata"></div>
- <div class="senorita"></div>
- <div class="maybe"></div>
- <div class="top"></div>
- <div class="dumdi"></div>
- <div class="bgtext">{text:sidebarbg}</div>
- <div class="eunha"><a href="/"><i class="cp cp-moon-o" data-title="index"></i></a></div>
- <div class="sinb"><a href="/ask" data-title="message"><i class="cp cp-planet-1-o"></i></a></div>
- <div class="sowon"><a href="{text:linku1}" data-title="{text:link1}"><i class="cp cp-planet-2-o"></i></a></div>
- <div class="umji"><a href="{text:linku2}" data-title="{text:link2}"><i class="cp cp-shooting-star-o"></i></a></div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="perma"><a href="{Permalink}" data-title="permalink">{DayOfMonthWithZero} {MonthNumberWithZero} {ShortYear} </a>
- <span style="margin-left: 5px; margin-right: 5px;">♡</span>
- {block:NoteCount}<a href="{ReblogURL}" data-title="reblog">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/><p>{block:Caption}<div class="pset">{Caption}</div>{/block:Caption}</p>{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/><br>{LinkCloseTag}{block:Caption}<div class="pset">{Caption}</div>{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-400}{block:Caption}<div class="pset">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="blebs"><b><i>" {Quote} "</i></b>{block:Source}<br><h3>— {Source}</h3>{/block:Source}</div>{/block:Quote}
- {block:Link}<div class="blebs"><a href="{URL}" class="link" {Target}><b>{Name}</b></a>{block:Description}{Description}{/block:Description}</div>{/block:Link}
- {block:Chat}<div class="chatchat">{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}</div>{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}<div class="audio">{AudioEmbed-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="askboxx">
- <div style="width:auto;"><div class="asker"><b>Q</b></div> <div class="question">{Question}</div></div>
- <div class="asker2">{Asker}</div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}"> # {Tag} </a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Posts}
- <div class=“pagi”><h2 style="text-align:center;">{block:PreviousPage}<a href='{PreviousPage}'>prev</a>{/block:PreviousPage} {block:NextPage}<a href='{NextPage}'>next</a></h2>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment