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">
- $(window).load(function(){
- $("p").remove(":contains('Source:')”);
- $("p").remove(":contains('(via')");
- });
- </script>
- <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>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#a3a2a2"/>
- <meta name="color:Link" content="#c4c2c2"/>
- <meta name="color:Info Border" content="#a7a5a5"/>
- <meta name="color:Sidebar" content="#6f6f6f"/>
- <meta name="color:Description" content="#a2a0a0"/>
- <meta name="color:Title" content="#a8a8a8"/>
- <meta name="color:Sidebar Links" content="#a5a5a5"/>
- <meta name="color:Image Border" content="#9b9b9b"/>
- <meta name="color:Scrollbar" content="#c0c0c0"/>
- <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 {
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- background:#ffffff;
- url(‘http://img90.imageshack.us/img90/3152/lightsn.gif’) repeat-x top center;
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:10px;
- line-height:100%;
- }
- a {
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
- 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:{color:background};
- -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 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- img:hover {
- opacity:.8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s 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:calibri;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size: 12px;
- }
- #s-m-t-tooltip {
- position:absolute;
- font-size:8px;
- letter-spacing:1px;
- background-color:#f3f3f3;
- border:1px solid;
- border-color:#c4c4c4;
- padding:3px 5px;
- z-index:9999;
- display:inline-block;
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- line-height:12px;
- color:{color:text};
- }
- #entries {
- margin-top:50px;
- }
- #post {
- width:500px;
- margin-bottom:40px;
- margin-left:540px;
- padding:20px;
- background-color:#f5f5f5;
- }
- #post a:hover {
- color:#f5f5f5;
- }
- #information {
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- padding-top:4px;
- padding-bottom:1px;
- margin-top:20px;
- text-transform:uppercase;
- border-color:{color:info border};
- border-left:2px solid;
- padding-left:4px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- background-color:{color:background};
- }
- #information:hover {
- border-left:7px solid;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #information a:hover {
- color:#fff;
- }
- #tags {
- font-family:consolas;
- letter-spacing:1px;
- font-size:9px;
- text-transform:none;
- border-left:2px solid;
- padding-top:1px;
- padding-bottom:4px;
- border-color:{color:info border};
- padding-left:4px;
- background-color:{color:background};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tags:hover {
- border-left:7px solid;
- border-color:{color:info border};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tags a:hover {
- color:#fff;
- }
- #quote {
- font-size:14px;
- font-style:italic;
- padding-bottom:5px;
- }
- #quotesource {
- }
- #ask {
- border-bottom:1px dotted;
- border-color: {color:border};
- padding-bottom:5px;
- }
- #asker {
- letter-spacing:2px;
- text-transform:uppercase;
- font-size:10px;
- margin-bottom:10px;
- padding-top:5px;
- }
- #askerimg {
- float:left;
- margin-right:5px;
- margin-top:-5px;
- }
- #askerimg img {
- }
- #question {
- margin-left:5px;
- margin-top:-3px;
- }
- #answer {
- margin-top:10px;
- margin-bottom:-5px;
- }
- #ads {
- position:fixed;
- right:0px;
- bottom:3px;
- }
- #sidebar {
- width:350px;
- height:100%;
- margin-top:-50px;
- position:fixed;
- background-color:{color:sidebar};
- }
- #container {
- margin-left:95px;
- margin-top:160px;
- width:160px;
- }
- #title {
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- font-size:8px;
- color:{color:title};
- margin-top:13px;
- letter-spacing: 2px;
- font-weight:bold;
- }
- #sidebarimage {
- width: 150px;
- height: auto;
- text-align:center;
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #sidebarimage:hover {
- opacity:.8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 05s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #sidebarimage img{
- width: 150px;
- height: auto;
- text-align:center;
- border: 5px solid;
- border-color:{color:image border};
- }
- #sidebarlinks {
- text-align:center;
- margin-top:5px;
- padding-bottom:7px;
- margin-left:5px;
- padding-top:3px;
- }
- #sidebarlinks a{
- font-size: 8px;
- letter-spacing:1px;
- display: inline;
- color:{color:Sidebar Links};
- text-align: center;
- width: 240px;
- padding: 3px 4px 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{
- color:{color:sidebar};
- -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;
- padding-top: 7px;
- color:{color:description};
- margin-top:4px;
- }
- #description a:hover {
- color:{color:sidebar};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #pagination{
- text-align:center;
- padding-top:10px;
- margin-top:30px;
- }
- #pagination a:hover {
- color:{color:sidebar};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #credit {
- position:fixed;
- width:80px;
- right:3px;
- bottom:10px;
- font:9px consolas;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #notes {
- list-style:none;
- margin-left:-35px;
- }
- ol.notes li.note {
- padding:1px;
- list-style: none;
- }
- ol.notes li.note img.avatar {
- vertical-align:-8px;
- margin-right:0px;
- width:16px;
- height:16px;
- }
- #notes img {
- margin-bottom:0px;
- padding:3px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="container">
- <div id="sidebarlinks">
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- <a href="/">home</a>
- <a href="/ask">ask</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="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="title"><font color="{color:title}">{Title}</font></div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div></div>
- <div id="pagination"><font face="georgia"><big><big><big><big><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</big></big></big></big></big></big></font></div>
- </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-30}"></div><div id="asker">{Asker}</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} - via <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> © <a href="{ReblogRootURL}"title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- </div>
- <div id="tags"><div align='left'>{block:HasTags}{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag}</a> {/block:Tags}{/block:HasTags}</div></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