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: Starring Role; Theme one
- 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:Sidebar" content=""/>
- <meta name="image:Sidebar BG" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Blockquote" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Entries" content=""/>
- <meta name="color:Description" content=""/>
- <meta name="color:Sidebar BG" content=""/>
- <meta name="color:Navigation" content=""/>
- <meta name="color:Navigation Links" content=""/>
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link1 Text" content=""/>
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link2 Text" content=""/>
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link3 Text" content=""/>
- <style type="text/css">
- 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};
- }
- #backbar {
- position: fixed;
- margin-left:20px;
- margin-top: 50px;
- width: 340px;
- height: 466px;
- padding: 10px;
- border: 1px solid {color:Border};
- background-color:{color:Sidebar BG};
- background-attachment:fixed;
- background-image:url('{image:Sidebar BG}');
- }
- #photobar {
- position:fixed;
- margin-top:65px;
- margin-left:35px;
- border:1px solid {color:Border};
- height:220px;
- width:200px;
- }
- #description {
- position: fixed;
- margin-top:300px;
- margin-left:35px;
- padding: 5px;
- width:190px;
- height:210px;
- border:1px solid {color:Border};
- background-color:{color:Description};
- }
- #navbar {
- position:fixed;
- margin-top:65px;
- margin-left:252px;
- width:110px;
- border:1px solid {color:Border};
- background-color:{color:Description};
- height:455px;
- }
- #navigation {
- margin-top:0px;
- text-align:center;
- }
- #navigation a {
- display:inline-block;
- text-align:center;
- border:1px solid {color:Border};
- width:85px;
- height:50px;
- line-height:50px;
- text-transform:lowercase;
- font-family:georgia;
- font-size:9px;
- margin-top:11px;
- background-color:{color:Navigation};
- color:{color:Navigation Links};}
- #entry {
- float:left;
- position: relative;
- background-color:{color:entries};
- width:500px;
- padding: 10px;
- margin-top:20px;
- margin-left:430px;
- margin-bottom:20px;
- border: 1px solid {color:Border};
- }
- img {
- max-width: 100%;
- }
- #posttitles {
- text-align: center;
- font-size: 18px;
- text-transform:Normal;
- font-style:italic;
- color: {color:Title};
- }
- #pagination {
- text-align:center;
- margin-top: 10px;
- }
- #pagination a {
- display: inline-block;
- text-transform:lowercase;
- text-align: center;
- }
- #question {
- text-align:center;
- border-left:3px double {color:Border};
- border-right:3px double {color:Border};
- padding:10px;
- }
- #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>
- <div id="backbar"></div>
- <div id="photobar"><img src="{image:Sidebar}"></div>
- <div id="description">{Description}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
- {block:NextPage}/ <a href="{NextPage}">Next Page</a>{/block:NextPage}
- </div>
- </div>
- <div id="navbar">
- <div id="navigation">
- <a href="/">Home</a><br>
- <a href="/ask">Ask</a><br>
- <a href="/submit">Submit</a><br>
- <a href="{text:Link1 URL}">{text:Link1 Text}</a><br>
- <a href="{text:Link2 URL}">{text:Link2 Text}</a><br>
- <a href="{text:Link3 URL}">{text:Link3 Text}</a><br>
- <a href="http://alicatofrp.tumblr.com/">Theme</a>
- </div>
- </div>
- {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}
- {Quote}
- {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="question"><big>{Asker}:</big>{Question}</div>{Answer}
- {/block:Answer}
- <div id="permalink">
- {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
- {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- </div> <!-- /div entry --->
- {/block:Posts}
- </div><!-- /div container --->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment