Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE 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}
- <!---
- base code by lexaofrp! / theme by nelliezuswrites
- theme 008 1/2: habits (remixed)
- pls don't steal, redistribute, or remove my credit. thx.
- --->
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Sidebar2" content="">
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:PostBG" content="#dfdfdf"/>
- <meta name="color:Text" content="#8f8f8f"/>
- <meta name="color:SBLinks" content="#8f8f8f" />
- <meta name="color:SBLinksBG" content="#dfdfdf"/>
- <meta name="color:Border" content="#8f8f8f"/>
- <meta name="color:Post Links" content="#8f8f8f"/>
- <meta name="color:Hover" content="#8f8f8f"/>
- <meta name="color:Scrollbar" content="#dfdfdf"/>
- <meta name="color:ScrollbarBg" content="#8f8f8f"/>
- <meta name="color:InfoBG" content="#8f8f8f"/>
- <meta name="color:DescBG" content="#dfdfdf"/>
- <meta name="color:bold"content="#fff">
- <meta name="color:italic"content="#000">
- <meta name="text:Home URL" content="/">
- <meta name="text:Home" content="I">
- <meta name="text:Ask URL" content="/">
- <meta name="text:Ask" content="II">
- <meta name="text:Link 1 URL" content="/">
- <meta name="text:Link 1" content="III">
- <meta name="text:Link 2 URL" content="/">
- <meta name="text:Link 2" content="IIII">
- <meta name="text:info" content="name / age / occupation">
- <meta name="text:sidetitle" content="put your title here">
- <meta name="text:marquee" content="put your marquee here">
- <meta name="text:marquee2" content="put your marquee2 here">
- <style type="text/css">
- h1 {
- font-family:helvetica;
- font-size:10px;text-align:center;
- font-style:italic;
- line-height:100%;
- letter-spacing:1px;border:1px solid {color:border};
- background-color:{color:background}; padding:6px;
- text-transform:lowercase;
- color:{color:text};
- }
- h1 a {
- color:{color:SBLinks};
- text-align:center;
- }
- h2 {
- font-family:helvetica;
- font-size:10px;
- text-align:right;
- line-height:80%;
- border-bottom:2px solid {color:border};
- letter-spacing:1px;
- background-color:{color:background};
- color:{color:text};
- padding:6px;
- }
- h2 a {
- color:{color:SBLinks};
- text-align:right;
- }
- h3 {
- font-family:helvetica;
- font-size:10px;
- text-align:left;
- font-style:italic;
- line-height:80%;
- border-bottom:2px solid {color:border};
- letter-spacing:1px;
- background-color:{color:background};
- padding:6px;
- font-weight:italic;
- color:{color:Text};
- }
- h3 a {
- color:{color:SBLinks};
- text-align:left;
- }
- pre {
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- text-align:center;
- color:{color:postbg};
- background-color:{color:Text};
- padding:4px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- pre a {
- color:{color:post links};
- text-align:center;
- }
- blockquote {
- border:2px solid {color:border};
- border-left:5px solid {color:border};
- padding:5px;
- background-color:{color:Text};
- color:{color:postbg};
- text-align:center;
- -moz-border-radius:11px;
- -webkit-border-radius:11px;
- }
- blockquote a {
- color:{color:post links};
- text-align:center;
- }
- b { font-weight:bold;
- color:{color:bold}; }
- i { font-weight:italic;
- color:{color:italic}; }
- u {text-decoration:none;
- border-bottom:1px solid {color:Text}; }
- body {
- font-family: 'helvetica';
- font-size:10px;
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-size:cover;
- color:{color:background};
- background-color:{color:background}; }
- a {
- color:{color:Post Links};
- text-decoration:none;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- a:hover {
- color:{color:Hover};
- text-decoration:underline;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- .sidebar {
- position:fixed;
- width:100px;
- height:100px;
- margin-left:350px;
- margin-top:15px;
- padding:10px;
- background-color:{color:border};
- z-index:99999999999999999;
- opacity:1;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .sidebar2 {
- position:fixed;
- width:100px;
- height:100px;
- margin-left:760px;
- margin-top:15px;
- padding:10px;
- background-color:{color:border};
- z-index:99999999999999999;
- opacity:1;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .description {
- position:fixed;
- overflow:auto;
- height:100px;
- width:260px;
- margin-left:475px;
- margin-top:15px;
- padding:10px;
- opacity:1;
- text-align:center;
- font-family:'times new roman';
- font-size:10px;
- background-color:{color:DescBG};
- color:{color:text};
- z-index:9999999;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .description2 {
- position:fixed;
- overflow:auto;
- width:220px;
- margin-left:350px;
- margin-top:615px;
- padding:12px;
- opacity:1;
- text-align:center;
- font-family:'times new roman';
- font-size:10px;
- background-color:{color:DescBG};
- color:{color:text};
- z-index:9999999;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .title {
- position:fixed;
- display:block;
- text-align:center;
- padding:5px;
- width:634px;
- margin-top:327px;
- margin-left:575px;
- font-family:'times new roman';
- font-style:italic;
- font-weight:normal;
- text-transform:uppercase;
- font-size:10px;
- z-index:999999999;
- background-color:{color:border};
- color:{color:background};
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- -moz-border-radius:5px; -webkit-border-radius:5px;
- }
- .links {
- position:fixed;
- width:300px;
- height:500px;
- margin-top:615px;
- margin-left:590px;
- text-align:center;
- z-index:99999;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .links a {
- line-height:250%;
- display:inline-block;
- position:center;
- margin-left:2px;
- margin-right:5px;
- margin-top:5px;
- margin-bottom:0px;
- padding:5px;
- width:28px;
- height:20px;
- font-family:'times new roman';
- font-style:normal;
- font-weight:normal;
- text-decoration:none;
- text-transform:uppercase;
- font-size:10px;
- color:{color:SBLinks};
- background-color:{color:SBLinksBG};
- border-top:3px solid {color:border};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -moz-border-radius:5px; -webkit-border-radius:5px;
- }
- .links a:hover {
- text-decoration:none;
- color:{color:Hover};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- .pagination {
- display:block;
- position:fixed;
- margin-top:405px;
- margin-left:192px;
- width:120px;
- height:23px;
- padding-top:7px;
- z-index:9;
- text-align:center;}
- .pagination a {
- display:inline-block;
- font-family:'times new roman';
- font-weight:normal;
- text-decoration:none;
- text-transform:uppercase;
- font-size:12px;
- color:{color:border};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- z-index:9;
- }
- .pagination a:hover{
- text-decoration:none;
- color:{color:hover};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- .container{
- position:fixed;
- overflow:auto;
- height:470px;
- width:530px;
- margin-left:350px;
- margin-top:140px;
- }
- .posts {
- width:520px;
- color:{color:text};}
- .entries {
- width:500px;
- padding:10px;
- padding-bottom:10px;
- color:{color:text};
- background-color:{color:postbg};
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- }
- .info {
- display:block;
- padding:10px;
- font-family:'times new roman';
- font-style:italic;
- text-align:center;
- color:{color:SBLinksBG};
- background-color:{color:InfoBG};
- margin-top:-15px;
- margin-bottom:3px;
- margin-left:0px;
- width:500px;
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- .info a {
- color:{color:SBLinksBG};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- .info a:hover {
- color:{color:hover};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- .tags{
- text-align:right;
- }
- .tags a {
- display:inline-block;
- margin-right:5px;
- background-color:{color:infoBG};
- color:{color:Post Links};}
- .post_title {
- display:block;
- padding:5px;
- text-align:center;
- font-size:15px;
- font-family:'times new roman';
- text-transform:uppercase;
- font-style:italic;}
- .text {
- display:block;
- padding:5px;
- text-align:justify;
- color:{color:Text};
- }
- .photo img {
- display:block;
- margin-bottom:5px; }
- .quote {
- display:block;
- padding:10px;
- text-align:center;
- font-size:20px;
- font-family:'cambria';
- font-style:italic;
- border-top:5px solid {color:scrollbar};
- color:{color:postbg};
- background-color:{color:InfoBG};}
- .source {
- display:block;
- padding:5px;
- text-align:right;
- font-size:9px;}
- .chat li {
- display:block;
- padding:5px;
- color:{color:text};}
- .audioimg img {
- width:100px;
- height:100px;
- color:{color:text};
- font-family:'times new roman';
- text-align:center;
- text-transform:uppercase;}
- .audioinfo {
- color:{color:Text};}
- .question {
- display:block;
- margin-top:12px;
- text-align:center;
- text-transform:Uppercase;
- font-size:12px;
- font-family:'times new roman'';
- font-style:normal;
- min-height:40px;
- width:500px;
- color:{color:sblinksbg};
- background-color:{color:sblinks};
- line-height:25px;}
- .question img {
- margin-right:5px;
- margin-bottom:-10px;}
- .asker{
- color:{color:SBLinksBG};
- font-family:'times new roman';
- font-size:15px;
- display:block;
- text-align:right;
- height:20px;
- padding-top:5px;
- margin-top:-7px;
- margin-bottom:-22px;
- background-color:{color:post links};
- padding-bottom:5px;
- letter-spacing:2px;
- z-index:99999;
- }
- .notes {
- font-family:'times new roman';
- text-align:center;
- text-transform:uppercase;
- font-size:8px;
- width:520px;
- margin-left:-30px;
- margin-top:20px;
- color:{color:SBLINKS};
- background-color:rgba(0,0,0,0);
- }
- .notes a{
- color:{color:SBLINKSBG};
- }
- .notes li{
- list-style-type:none;
- background-color:rgba(0,0,0,0);
- padding:5px;
- }
- .notes img {
- opacity:0;
- display:none;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color:{color:scrollbarBG};
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- -moz-border-radius:11px; -webkit-border-radius:11px;
- }
- #credit {
- position:fixed;
- font-family:'times new roman';
- color:{color:Border};
- text-transform:uppercase;
- font-size:10px;
- background-color:{color:postbg};
- right:10px;
- bottom:10px;
- padding:5px;
- opacity:1;
- border-top:2px solid {color:border};
- border-bottom:2px solid {color:border};
- }
- </style>
- </head>
- <body>
- </ul>
- <div class="sidebar2"><img src="{image:sidebar2}"></div>
- <div class="sidebar"><img src="{image:sidebar}"></div>
- <div class="links">
- {block:PreviousPage}
- <a href="{PreviousPage}">float</a>
- {/block:PreviousPage}
- <a href="{text:Home URL}">{text:Home}</a>
- <a href="{text:Ask URL}">{text:Ask}</a>
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- {block:NextPage}
- <a href="{NextPage}">dive</a>
- {/block:NextPage}
- </div>
- </div>
- <div class="title">{text:sidetitle}</div></div></div>
- <div class="description">
- <h2>{text:info}</h2>{Description}
- </div></div>
- <div class="description2">
- <marquee scrollamount="5">{text:marquee}</marquee>
- <marquee direction="right" scrollamount="5">{text:marquee2}</marquee>
- </div>
- <div class="container">
- <div class="posts">
- {block:Posts}
- <div class="entries">
- {block:Text}
- {block:Title}<div class="post_title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Photo}
- <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
- <div class="text">{Caption}</div>
- {/block:Photo}
- {block:Photoset}
- <center><div class="photo">{Photoset-500}</div></center>
- <div class="text">{Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- <div class="source">{Source}<br><br></div>
- {/block:Quote}
- {block:Link}
- <div class="post_title"><a href="{URL}">{Name} →</a></div>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="post_title">{Title}</div>{/block:Title}
- <div class="chat">
- <ul>
- {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Audio}
- <table>
- <tr>
- <td>
- {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- </td>
- <td>
- <div class="audioplayer">{AudioPlayerBlack}</div>
- <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
- {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
- {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div>
- </td>
- </tr>
- </table>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <center><div class="photo">{VideoEmbed-500}</div></center>
- <div class="text">{Caption}</div>
- {/block:Video}
- {block:Answer}<div id="answer">
- <div class="question">
- <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
- {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
- </div>
- <div class="info">
- <a><a href="{Permalink}"> {12Hour}:{Minutes}{CapitalAmPm} | {TimeAgo}</a></a>
- | {NoteCountWithLabel}<br>
- {block:HasTags}
- <div class="tags">tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}</div>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}
- </div>
- {/block:PermalinkPage}
- </div>
- </div>
- </div>
- <div id="credit">
- <a href="http://nelliezuswrites.tumblr.com" title="credit">©</a>
- </div>
- </div>
- </div>
- <!--END POSTS-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment