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/mythemes. ♥
- -->
- <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="#b5b5b5"/>
- <meta name="color:Sidebar Links" content="#6d6d6d"/>
- <meta name="color:Border" content="#c1c1c1"/>
- <meta name="color:Scrollbar" content="#b6b6b6"/>
- <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: 7px;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:8px;
- line-height:15px;
- letter-spacing:1px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:#ddd;
- }
- img {
- border:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- blockquote {
- padding-left:10px;
- margin-left:10px;
- border-left:2px solid;
- border-color:{color:Border};
- }
- blockquote blockquote {
- padding-left:10px;
- margin-left:10px;
- border-left:2px solid;
- border-color:{color:Border};
- }
- #h1{
- font-family:consolas;
- font-size: 11px;
- letter-spacing:1px;
- }
- #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 {
- text-align:center;
- margin-top:10px;
- font-family:consolas;
- padding-top:8px;
- font-size:7px;
- text-transform:uppercase;
- border-top: 1px solid;
- border-color:{color:border};
- padding-left:4px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tags {
- padding-left:4px;
- padding-bottom:5px;
- font-size:7px;
- font-family:consolas;
- text-align:center;
- border-bottom:1px solid;
- border-color:{color:border};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #quote {
- font-size:14px;
- font-style:italic;
- padding-bottom:5px;
- }
- #quotesource {
- padding-bottom:10px;
- }
- #ask {
- border-bottom:1px solid;
- border-top:1px solid;
- border-left:1px solid;
- border-right:1px solid;
- border-color:{color:border};
- background-color: #fafafa;
- padding: 5px 5px 5px 5px;
- }
- #asker {
- font-family:"consolas";
- letter-spacing:2px;
- text-transform:uppercase;
- font-size:10px;
- margin-bottom:3px;
- padding-top:5px;
- }
- #askerimg {
- float:left;
- margin-right:5px;
- margin-top:-5px;
- }
- #question {
- margin-left:5px;
- font-size:9px;
- font-family:consolas;
- }
- #answer {
- margin-top:10px;
- margin-bottom:0px;
- }
- #credit {
- position:fixed;
- width:80px;
- right:3px;
- bottom:10px;
- font:9px consolas;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #sidebar {
- width:150px;
- position:fixed;
- top:170px;
- left:18%;
- z-index:2;
- }
- #title {
- font-family:consolas;
- text-align:right;
- font-size:10px;
- width:200px;
- color:{color:title};
- letter-spacing: 4px;
- -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: 150px;
- height: auto;
- text-align:center;
- opacity:1;
- margin-top:5px;
- -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: 150px;
- padding:3 3 0 3;
- height: auto;
- text-align:center;
- }
- #sidebarlinks {
- text-align:center;
- font-family:consolas;
- font-size:7px;
- margin-bottom:0px;
- padding-top:3px;
- letter-spacing:1px;
- margin-right:-5px;
- -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;
- padding: 0px 2px 0px 0;
- margin-bottom: 6px;
- text-transform: uppercase;
- }
- #sidebarlinks a:hover{
- text-decoration:line-through;
- }
- #description {
- text-align:right;
- margin-top:5px;
- width:150px;
- letter-spacing:1px;
- font-family:consolas;
- font-size:7px;
- border-top:1px solid;
- border-bottom:1px solid;
- padding:10px 0px 7px 0px;
- border-color:{color:border};
- }
- #pagination {
- margin-top: 10px;
- text-align: center;
- line-height: 20px;
- font-family:'calibri';
- font-size: 7px;
- margin-bottom:55px;
- }
- #pagination a {
- font-family:consolas;
- padding:0px 3px 0px 3px;
- color:{color:link};
- }
- #pagination a:hover {
- opacity:.5;
- }
- #credit {
- position:fixed;
- width:80px;
- right:3px;
- bottom:10px;
- font:9px consolas;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="sidebarlinks">
- <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 id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="pagination">
- {block:PreviousPage}<font face="georgia"><a href="{PreviousPage}">back</a> and {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forth</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}<div id="post">
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {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}<div id="quote">{Quote}</div>{block:Source}<div id="quotesource"> —{Source}</div>{/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>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer} <div id="ask"><div id="asker">{Asker} <small>asked:</small></div><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
- <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