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}
- <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')”);
- $("p").remove(":contains('(via')");
- });
- </script>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#979696"/>
- <meta name="color:Link" content="#b5b5b5"/>
- <meta name="color:Title" content="#a3a3a3"/>
- <meta name="color:Sidebar Links" content="#a5a4a4"/>
- <meta name="color:Border" content="#acabab"/>
- <meta name="color:Scrollbar" content="#FF9675"/>
- <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">
- @font-face {
- font-family: 'WebSymbolsRegular';
- src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');
- }
- ::-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:10px;
- line-height:100%;
- 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 {
- 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;
- }
- 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;
- }
- .symbols {
- font-family:WebSymbolsRegular;
- font-size: 8px;
- }
- blockquote {
- border-left:1px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 15px
- }
- #h1{
- font-family:consolas;
- font-size: 14px;
- }
- #entries {
- margin-top:50px;
- }
- #post {
- width:500px;
- margin-bottom:20px;
- margin-left:520px;
- }
- #notes {
- list-style:none;
- margin-left:-35px;
- }
- ol.notes li.note {
- padding:1px;
- list-style: none;
- border-bottom: dotted 1px;
- border-color:{color:border};
- }
- ol.notes li.note img.avatar {
- vertical-align:-8px;
- margin-right:0px;
- width:16px;
- height:16px;
- }
- #notes img {
- margin-bottom:0px;
- padding:3px;
- }
- #information {
- text-align:center;
- font-family:consolas;
- padding-top:3px;
- font-size:8px;
- 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;
- font-size:9px;
- font-family:consolas;
- text-align:center;
- margin-top:1px;
- padding-bottom:20px;
- -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 dotted;
- border-color: {color:border};
- padding-bottom: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:225px;
- position:fixed;
- left:230px;
- top:150px;
- }
- #title {
- font-family:consolas;
- text-align:center;
- font-size:10px;
- width:228px;
- text-transform: uppercase;
- 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:4px;
- margin-left:10px;
- -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:#ddd;
- padding:3px;
- height: auto;
- text-align:center;
- }
- #sidebarlinks {
- text-align:center;
- font-family:consolas;
- font-size:8px;
- width:225px;
- margin-top:-2px;
- margin-bottom:0px;
- padding-top:8px;
- padding-bottom: 8px;
- padding-left:2px;
- position:absolute;
- letter-spacing:1;
- background-color:#e8e8e8;
- -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;
- background-color:#ffffff;
- padding: 3px 3px 2px 4px;
- 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-top:40px;
- width:130px;
- position:absolute;
- margin-left:41px;
- padding:8 8 8 8;
- letter-spacing:1px;
- font-family:consolas;
- font-size:9px;
- background-color:#ffffff;
- opacity:.1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #description:hover {
- opacity:.8;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #pagination {
- margin-top: 10px;
- text-align: center;
- line-height: 20px;
- font-family:'calibri';
- font-size: 10px;
- }
- #pagination a {
- font-family:consolas;
- padding:0px 3px 0px 3px;
- color:{color:text};
- }
- #pagination a:hover {
- opacity:.5;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title"><font color="{color:title}">{Title}</font></div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="sidebarimage"><img src="{image:sidebar}"></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}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </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}<div id="post">
- {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div><div id="asker">{Asker} <small>asked:</small></div><br><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}"><span class="symbols">,</span> {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