Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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}
- <!----
- BASE THEME: Themesbyvanne.tumblr.com
- EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
- NAME/NUMBER: REED; Theme Ten
- Edited for public use by Ali (alicatofrp). Please do not remove the credit from where it is. However, feel free to edit it however much you want; just don't redestritube it afterwards saying that it's yours. I worked very hard on this, alright?
- :)
- --->
- <meta name="image:Sidebar1" content=""/>
- <meta name="image:Sidebar2" content=""/>
- <meta name="image:Sidebar BG" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Blockquote" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Description" content=""/>
- <meta name="color:Entries" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Navbar" content=""/>
- <meta name="color:Navigation" content=""/>
- <meta name="color:Navigation Links" content=""/>
- <meta name="color:Pre Bg" content=""/>
- <meta name="color:Pre Text" content=""/>
- <meta name="color:Question" content=""/>
- <meta name="color:Question Text" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link1 Text" content=""/>
- <meta name="text:Link2 Text" content=""/>
- <meta name="text:Link3 Text" content=""/>
- <meta name="text:Home Text" content=""/>
- <meta name="text:Ask Text" content=""/>
- <meta name="text:Main Title" content=""/>
- <meta name="text:Subtitle" content=""/>
- <meta name="text:Answer Name" content=""/>
- <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
- <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
- <script>
- (function($){
- $(document).ready(function(){
- $(“a[title]”).style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:”title”
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Background};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:6px;
- background-color:{color:Scrollbar};
- }
- #s-m-t-tooltip {
- margin-top: 15px;
- font-family: arial;
- font-size: 9px;
- text-transform:lowercase;
- padding:5px;
- background-color:{color:Entries};
- color:{color:Text};
- border:1px solid {color:Border};
- z-index:9999;
- }
- body {
- background: {color:Background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- font-family: georgia;
- font-size: 10px;
- color: {color:Text};
- }
- blockquote {
- padding-left:5px;
- margin:0px 2px 0px 10px;
- border-left:2px solid {color:Blockquote};
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- pre {
- font-family:arial;
- font-size:8px;
- text-transform:Uppercase;
- background-color:{color:Pre Bg};
- padding:2px;
- text-align:center;
- border-left:2px solid {color:border};
- border-right:2px solid {color:border};
- color:{color:Pre Text};
- }
- #sidebartitle {
- text-align: center;
- font-size: 20px;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-family:arial;
- font-style:italic;
- font-weight:bold;
- margin-top:0px;
- color: {color:Title};
- }
- #sidebartitle1 {
- text-align: center;
- font-size: 20px;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-family:arial;
- font-style:italic;
- font-weight:bold;
- margin-top:-7px;
- color: {color:Title};
- }
- #sidebartitle2 {
- text-align: center;
- font-size: 9px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-family:georgia;
- margin-top:0px;
- color: {color:Text};
- }
- small, sub {
- font-size:9px;
- }
- b, strong {
- color:{color:Title};
- }
- #backbar1 {
- position: fixed;
- margin-top:60px;
- margin-left:25px;
- width: 307px;
- height: 284px;
- border: 1px solid {color:Border};
- background-color:{color:Sidebar BG};
- background-attachment:fixed;
- background-image:url('{image:Sidebar BG}');
- }
- #photo1bar {
- position:fixed;
- margin-top:351px;
- margin-left:25px;
- padding:0px;
- border:1px solid {color:Border};
- height:240px;
- width:150px;
- }
- #photo2bar {
- position:fixed;
- margin-top:351px;
- margin-left:182px;
- padding:0px;
- border:1px solid {color:Border};
- height:240px;
- width:150px;
- }
- #titlebar {
- position:fixed;
- margin-top:20px;
- margin-left:25px;
- width:287px;
- padding:10px;
- height:25px;
- border:1px solid {color:Border};
- background-color:{color:Description};
- }
- #description {
- position: fixed;
- margin-top:134px;
- margin-left:30px;
- padding: 10px;
- width:277px;
- height:185px;
- font-size:9px;
- text-align:justify;
- border:1px solid {color:Border};
- background-color:{color:Description};
- }
- #navbar1 {
- position: fixed;
- margin-left:30px;
- margin-top: 71px;
- width: 297px;
- height: 56px;
- padding: 0px;
- background-color:{color:Navbar};
- border: 1px solid {color:Border};}
- #navigation {
- margin-top:5px;
- margin-left:-1px;
- text-align:center;
- }
- #navigation a {
- display:inline-block;
- text-align:center;
- border:1px solid {color:Border};
- width:40px;
- height:40px;
- line-height:40px;
- padding:2px;
- text-transform:lowercase;
- font-family:arial;
- font-weight:bold;
- font-style:italic;
- letter-spacing:-2px;
- font-size:22px;
- margin-bottom:3px;
- text-shadow: 1px 1px 2px #000000;
- margin-right:0px;
- background-color:{color:Navigation};
- color:{color:Navigation Links};}
- #entries {
- position:absolute;
- width:530px;
- margin-left:350px;
- padding:10px;
- margin-top:20px;
- overflow:auto;
- height:551px;
- border: 1px solid {color:Border};
- background-color:{color:Sidebar BG};
- background-attachment:fixed;
- background-image:url('{image:Sidebar BG}');}
- #entry {
- background-color:{color:Entries};
- margin-bottom:10px;
- padding:15px;
- border:1px solid {color:Border}}
- img {
- max-width: 100%;
- }
- #posttitles {
- text-align: center;
- font-size: 24px;
- font-style:italic;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-weight:bold;
- font-family:arial;
- padding:0px;
- border-bottom:0px double {color:Border};
- margin-bottom:5px;
- color: {color:Title};
- }
- #pagination {
- text-align:center;
- margin-top: 0px;
- }
- #pagination a {
- display: inline-block;
- text-transform:lowercase;
- font-size:22px;
- font-family:arial;
- font-weight:bold;
- font-style:italic;
- letter-spacing:-2px;
- word-spacing:3px;
- text-align: center;
- }
- #questionbox {
- padding:5px;
- margin-bottom:10px;
- background-color:transparent;
- border-left:0px double {color:Border};
- border-right:0px double {color:Border};
- }
- #question {
- text-align:right;
- padding:5px;
- word-wrap: break-word;
- letter-spacing:0px;
- margin-bottom:10px;
- margin-top:15px;
- font-family:georgia;
- background-color:{color:Question};
- color:{color:entries};
- text-transform:lowercase;
- border-left:3px solid {color:Border};
- border-right:3px solid {color:Border};
- font-size:9px;
- }
- .askerr1 {
- float:left;
- z-index:10;
- font-family:arial;
- font-size:22px;
- text-align:left;
- font-style:italic;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-weight:bold;
- color:{color:Question};
- background-color:{color:Entries};
- margin-top:-15px;
- margin-right:0px;
- margin-left:10px;
- padding-top:0px;
- padding-bottom:0;
- padding-left:5px;
- padding-right:5px;
- }
- .line1 {
- height:1px;
- margin-top:0px;
- margin-left:0px;
- background-color:{color:Border};
- z-index:-1;
- }
- .askerr2 {
- float:right;
- z-index:10;
- font-family:arial;
- font-size:22px;
- text-align:left;
- font-style:italic;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-weight:bold;
- color:{color:Question};
- background-color:{color:Entries};
- margin-top:-15px;
- margin-right:5px;
- margin-left:10px;
- padding-top:0px;
- padding-bottom:0;
- padding-left:5px;
- padding-right:5px;
- }
- .line2 {
- height:1px;
- margin-top:20px;
- margin-bottom:0px;
- margin-left:0px;
- background-color:{color:Border};
- z-index:-1;
- }
- #answer {
- text-align:left;
- padding:5px;
- padding-left:10px;
- word-wrap: break-word;
- letter-spacing:0px;
- margin-top:15px;
- font-family:georgia;
- text-transform:lowercase;
- background-color:{color:Question};
- color:{color:Question Text};
- border-left:3px solid {color:Border};
- border-right:3px solid {color:Border};
- font-size:9px;
- }
- #answer a {
- color:{color:Text};
- }
- #answer blockquote {
- padding:4px;
- padding-left:6px;
- border-left:2px solid {color:Border};
- background-color:{color:Question Text};
- color:{color:Question};
- }
- #permalink {
- text-align: center;
- border-top: 1px solid {color:Border};
- position: relative;
- font-size:9px;
- text-transform:lowercase;
- font-family:georgia;
- margin-top: 5px;
- padding-top: 5px;
- }
- </style>
- </head>
- <body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:10,
- tip_fade_speed:60,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="backbar1"></div>
- <div id="description"><div style="overflow:auto; padding-right:5px; width: 275px; height: 160px; text-align: justify;">{Description}</div><div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">« previous /</a>{/block:PreviousPage}
- {block:NextPage} <a href="{NextPage}"> next »</a>{/block:NextPage}
- </div></div>
- <div id="navbar1"><div id="navigation">
- <a href="/" title="{text:Home Text}">i.</a>
- <a href="/ask" title="{text:Ask Text}">ii.</a>
- <a href="{text:Link1 URL}" title="{text:Link1 Text}">iii.</a>
- <a href="{text:Link2 URL}" title="{text:Link2 Text}">iv.</a>
- <a href="{text:Link3 URL}" title="{text:Link3 Text}">v.</a>
- <a href="http://alicatofrp.tumblr.com/">ac.</a>
- </div></div>
- <div id="titlebar">
- <div id="sidebartitle1">{text:Main Title}</div>
- <div id="sidebartitle2">{text:Subtitle}</div>
- </div>
- <div id="photo1bar"><img src="{image:Sidebar1}"></div>
- <div id="photo2bar"><img src="{image:Sidebar2}"></div>
- <div id="entries">
- {block:Posts}
- <div id="entry">
- {block:Text}
- <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
- {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="posttitles">{Quote}</div>
- {block:Source}<br>—{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="questionbox"><div class="line1"></div><div class="askerr1">{Asker} sent:</div> <div id="question">{Question}</div> <div class="line2"></div><div class="askerr2">{text:answer name} answered:</div> <div id="answer">{Answer}</div></div>
- {/block:Answer}
- <div id="permalink">
- {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
- {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
- {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
- <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- </div> <!-- /div entry --->
- {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment