Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <!--
- RJ Tumblr Theme - Refer Page - 001
- Made by Patty of Rekindling-Joy.Webs.Com
- DO NOT REMOVE CREDIT.
- DO NOT USE AS BASE.
- DO NOT REDISTRIBUTE AS YOUR OWN.
- -->
- <html>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:backgroundcolor" content="#fcfbfa" />
- <meta name="color:background2color" content="#e9da84" />
- <meta name="color:desc" content="#585230" />
- <meta name="color:borders" content="#f7f5f3" />
- <meta name="color:linkage" content="#9e890c" />
- <meta name="color:linkagehover" content="#44392b" />
- <meta name="text:oldURLname" content="" />
- <meta name="text:newURLname" content="" />
- <meta name="text:newURLlink" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background-color: {color:backgroundcolor};
- margin:0px 0px; padding:0px;
- text-align:center;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:borders};
- }
- ::-webkit-scrollbar {
- height: 20px;
- width: 10px;
- background-color: {color:backgroundcolor};
- }
- #content {
- text-align:left;
- width: 900px;
- margin:0 auto 0 auto;
- }
- #stuffleft {
- position:fixed;
- }
- #descimg1 img{
- width: 96px;
- text-align:center;
- border: 5px solid {color:borders};
- margin-left: 80px;
- position:fixed;
- top:30%;
- z-index: 899;
- }
- #titles {
- padding: 2px;
- width:455px;
- position:fixed;
- top:30%;
- margin-top: 20px;
- margin-left:205px;
- z-index: 899;
- }
- #title {
- font-family: 'Amatic SC', 'trebuchet MS', sans serif;
- font-weight: 700;
- font-style: none;
- font-size: 20pt;
- line-height: 15pt;
- letter-spacing: 0px;
- text-align: center;
- text-transform: uppercase;
- color: {color:titlecolor};
- }
- #title:hover {
- letter-spacing: 2px;
- }
- #title2 {
- font-family: 'Times New Roman', serif;
- font-weight: normal;
- font-style: none;
- font-size: 7pt;
- line-height: 7.5pt;
- letter-spacing: 2px;
- margin-top:5px;
- text-align: center;
- text-transform: uppercase;
- color: {color:desc};
- }
- #theme {
- right: 5px;
- bottom: 5px;
- position: fixed;
- text-transform: lowercase;
- font-size: 6pt;
- letter-spacing: 5px;
- font-family: 'Georgia', serif;
- font-style: italic;
- z-index: 999;
- }
- #stuffright {
- position:fixed;
- top:30%;
- }
- #sidebg {
- height: 120%;
- width: 370px;
- margin-left: 250px;
- margin-top: -200px;
- position:fixed;
- background-color: {color:background2color};
- z-index: 599;
- }
- #sidebg2 {
- height: 150px;
- width: 120%;
- margin-left: 200px;
- margin-top: -20px;
- position:fixed;
- background-color: {color:borders};
- z-index: 699;
- }
- a, a:link, a:visited {
- color: {color:linkage};
- text-decoration: none;
- }
- a:hover {
- color: {color:linkagehover};
- text-decoration: none;
- }
- a.theme, a.theme:link, a.theme:visited {
- color: {color:linkage};
- text-decoration: none;
- }
- a.theme:hover {
- color: {color:linkagehover};
- text-decoration: none;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="theme">
- <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
- </div>
- <div id="content">
- <div id="stuffright">
- <div id="sidebg2"></div>
- <div id="sidebg"></div>
- </div>
- <div="stuffleft">
- <div id="titles">
- <div id="title"><a href="{text:newURLlink}" title="{text:newURLname}" target="_blank">{text:oldURLname} > {text:newURLname}</a></div>
- <div id="title2">{Description}</div>
- </div>
- <div id="descimages">
- <div id="descimg1"><a href="{text:newURLlink}" title="{text:newURLname}" target="_blank"><img src="{PortraitURL-96}" /></a></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement