Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- theme by jessica @meliapond.tumblr.com
- please no stealing. i worked hard to make this theme, so please leave the credit where it is. this is also NOT a base theme. you also cannot take snipets of the coding to make your own theme. thank you for understanding, and enjoy! for more of my themes go to meliapond.tumblr.com/guidelines. ♥
- -->
- <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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#979696"/>
- <meta name="color:Link" content="#c1c1c1"/>
- <meta name="color:Title" content="#a3a3a3"/>
- <meta name="color:Sidebar Links" content="#a5a5a5"/>
- <meta name="color:Border" content="#dddddd"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {height: auto;width: 5px;}
- ::-webkit-scrollbar-thumb {background-color:{color:border};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:10px;
- line-height:120%;
- letter-spacing:1px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover {
- color: #f5f5f5;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- blockquote {
- border-left:1px {color:border} solid;
- padding-left:5px;
- margin:0px 2px 0px 8px
- }
- #h1{
- font-family:consolas;
- font-size: 12px;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- #entries {
- margin-top:50px;
- position:absolute;
- z-index:1;
- top:0;
- bottom: 0;
- left: 0;
- right: 0;
- margin:auto;
- }
- #post {
- width:400px;
- margin-top:50px;
- margin-bottom:20px;
- margin-left:520px;
- }
- #notes {
- list-style:none;
- margin-left:-35px;
- }
- ol.notes li.note {
- padding:5px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- list-style: none;
- border-bottom: dotted 1px;
- border-color:{color:border};
- }
- ol.notes li.note img.avatar {
- vertical-align:-8px;
- margin-right:3px;
- width:16px;
- height:16px;
- }
- #notes img {
- margin-bottom:0px;
- padding:3px;
- }
- #information {
- border: 1px solid;
- border-color:{color:border};
- text-align:center;
- padding:8px 5px 5px 5px;
- font-family:consolas;
- font-size:8px;
- text-transform:uppercase;
- }
- #tags {
- font-size:9px;
- font-family:consolas;
- text-align:center;
- padding:8px 8px 8px 8px;
- }
- #quote {
- font-size:14px;
- font-style:italic;
- padding-bottom:5px;
- }
- #quotesource {
- padding-bottom:10px;
- }
- #container2 {
- background-color:#f9f9f9;
- padding:10px 10px 10px 10px;
- letter-spacing:1px;
- }
- #asker {
- text-transform:uppercase;
- float:left;
- }
- #answer {
- padding-left:20px;
- }
- #credit {
- position:fixed;
- width:80px;
- right:3px;
- bottom:10px;
- font:9px consolas;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #sidebar {
- width:212px;
- position:fixed;
- top:150px;
- left:15%;
- z-index:2;
- }
- #title {
- font-family:consolas;
- text-align:center;
- font-size:11px;
- width:212px;
- color:{color:title};
- margin-top:14px;
- letter-spacing: 2px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #sidebarimage {
- width: 200px;
- height: auto;
- text-align:center;
- opacity:1;
- margin-top:-2px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #sidebarimage img{
- width: 200px;
- border:1px solid;
- border-color:{color:border};
- padding:5px;
- height: auto;
- text-align:center;
- }
- #sidebarlinks {
- text-align:center;
- font-family:consolas;
- font-size:8px;
- margin-bottom:0px;
- padding-bottom:7px;
- padding-top:8px;
- letter-spacing:1px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #sidebarlinks a{
- display: inline;
- color:{color:Sidebar Links};
- text-align: center;
- width: 240px;
- padding: 3px 3px 0px 0;
- margin-bottom: 6px;
- text-transform: uppercase;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #sidebarlinks a:hover{
- opacity:.5;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #description {
- text-align:center;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:-5px;
- width:200px;
- letter-spacing:1px;
- font-family:consolas;
- font-size:9px;
- }
- #pagination {
- margin-top: 10px;
- text-align: center;
- line-height: 20px;
- font-family:'calibri';
- font-size: 10px;
- margin-bottom:2px;
- }
- #pagination a {
- font-family:consolas;
- padding:0px 3px 0px 3px;
- color:{color:text};
- }
- #pagination a:hover {
- opacity:.5;
- }
- #box1 {
- border:1px solid;
- border-color:{color:border};
- width:210px;
- margin-bottom:10px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="box1">
- <div id="title"><font color="{color:title}">{Title}</font></div>
- <div id="sidebarlinks">
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div></div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="pagination">
- {block:PreviousPage}<font face="georgia"><a href="{PreviousPage}">←</a></font>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="jumppag">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jumppaglink" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<font face="georgia"><a href="{NextPage}">→</a></font>{/block:NextPage}
- </div>
- </div>
- <div id="credit"><a target="blank"href="http://meliapond.tumblr.com/guidelines"><font color="{color:text}">© meliapond</a></font></div>
- <div id="entries">{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 id="post">
- {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<i><big><big>"</big></big> {Quote} <big><big>"</big></big></i><br><br>{block:Source} —{Source}<p>{/block:Source}{/block:Quote}
- {block:Link}<div id="h1"><t><a href="{URL}" {Target}>{Name}</a></t></div><Br>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><p>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="container2"><div id="asker">{Asker} said:</div> <i>{Question}</i></div><div id="answer">{Answer}</div>{/block:Answer}
- <p>
- <div id="information">
- {block:Date}{TimeAgo}{/block:Date} - <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
- title="{ReblogParentName}">via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}"><big>©</big></a>{/block:RebloggedFrom}
- </div>
- <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> {Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}<div id="notes"><div id="notestext">{PostNotes}</div></div>{/block:PostNotes}
- </div>{/block:Posts}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment