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'>
- <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/z5o2pr2/4jEm2giux/jquery.style-my-tooltip.js"></script>
- <script type="text/javascript">
- $().ready(function() {
- //applies to all elements with title attribute. Change to ".class[title]" to select only elements with specific .class and title
- $("[title]").style_my_tooltips({
- tip_follows_cursor: "on", //on/off
- tip_delay_time: 40 //milliseconds
- });
- });
- </script>
- <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="#b4b4b4"/>
- <meta name="color:Title" content="#b9b9b9"/>
- <meta name="color:Link" content="#a9bfd6"/>
- <meta name="color:Link hover" content="#e6eef7"/>
- <meta name="color:Sidebar Links" content="#afbdcc"/>
- <meta name="color:Border" content="#cccccc"/>
- <meta name="color:Scrollbar" content="#dbd2ce"/>
- <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="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 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%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover}
- }
- img {
- border:none;
- }
- blockquote {
- border-left:1px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 15px
- }
- #s-m-t-tooltip {
- position:absolute;
- background-color:#f1f0f0;
- padding:3px 5px;
- z-index:9999;
- display:inline-block;
- font-size:10px;
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- line-height:12px;
- color:{color:text};
- }
- .symbols {
- font-family:WebSymbolsRegular;
- font-size: 9px;
- }
- #h1{
- font-family:'pacifico';
- font-size: 13px;
- letter-spacing:1px;
- }
- #entries {
- margin-top:50px;
- }
- #post {
- width:500px;
- margin-bottom:30px;
- margin-left:480px;
- }
- #notes img {
- margin-bottom:0px;
- }
- #information {
- text-align:right;
- border: 1px dashed;
- border-color:{color:border};
- padding: 3px 3px 5px 3px;
- margin-top:5px;
- }
- #tags {
- display:block;
- padding-top: 0px;
- margin-top:3px;
- padding-bottom:2px;
- width:150px;
- position:absolute;
- margin-left:495px;
- opacity:0;
- text-align: left;
- padding-left:3px;
- border-left:1px dashed;
- border-color:{color:border};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 04s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #post:hover #tags{
- opacity:1;
- margin-left:505px;
- }
- #quote {
- font-size:14px;
- font-style:italic;
- padding-bottom:5px;
- }
- #quotesource {
- padding-bottom:10px;
- }
- #question {
- text-align:left;
- }
- .askerpic {
- padding-right:3px;
- float:left;
- }
- .asker {
- text-transform:uppercase;
- margin-top:3px;
- margin-bottom:4px;
- }
- .question {
- font-size:11px;
- }
- .answer {
- }
- #sidebar {
- width:159px;
- position:fixed;
- margin-top: 70px;
- margin-left: 250px;
- }
- #title {
- font-family:'pacifico';
- text-align:center;
- font-size:12px;
- color:{color:title};
- letter-spacing:3px;
- padding-bottom:4px;
- }
- #sidebarimage {
- width: 150px;
- -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;
- border: 1px dashed;
- border-color:{color:border};
- padding:3px;
- }
- #sidebarlinks2 {
- text-align:center;
- margin-top:10px;
- padding-top:30px;
- margin-left:-135px;
- position:absolute;
- }
- #sidebarlinks2 a{
- font-size: 10px;
- display: block;
- color:{color:Sidebar Links};
- text-align: center;
- width: 240px;
- margin-bottom: 17px;
- text-transform: uppercase;
- }
- #sidebarlinks2 img {
- width:12px;
- opacity:.3;
- }
- #sidebarlinks2 img:hover {
- opacity:.5;
- }
- #sidebarlinks {
- text-align:center;
- margin-top:3px;
- padding-top:5px;
- margin-left:5px;
- }
- #sidebarlinks a{
- font-size: 10px;
- display: inline;
- color:{color:Sidebar Links};
- text-align: center;
- width: 240px;
- margin-bottom: 1px;
- text-transform: uppercase;
- }
- #sidebarlinks a:hover{
- border-bottom:1px dashed;
- }
- #description {
- text-align:center;
- padding-top: 7px;
- padding-bottom:3px;
- letter-spacing:1px;
- font-size:9px;
- }
- #pagination{
- text-align:center;
- padding-top:15px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title"><a href="/"><font color="{color:title}">{Title}</font></a></div>
- <div id="sidebarlinks2">
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- <a href="/"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_home2.png" title="home"></a>
- <a href="/ask"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_comment2.png" title="message"></a>
- <a href="/archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_clipboard2-1.png" title="archive"></a>
- <a href="http://meliapond.tumblr.com/guidelines"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_pencil2.png" title="theme by meliapond"></a>
- </div>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="sidebarlinks">
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {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="entries">{block:Posts}<div id="post">
- <div id="tags">{block:HasTags}{block:Tags} <span class="symbols">A</span> <a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
- {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>{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}<br>{/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="question">
- <div class="question"><big>❝</big><b> {Question} </b><big>❞</big></div><div class="asker"> —{Asker}</div>
- </div>
- <div class="answer">{Answer}</div>{/block:Answer}
- <div id="information">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a><br>{block:RebloggedFrom}via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- </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