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">
- <html><head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FFF3F3" />
- <meta name="color:titlebar" content="#FFF3F3" />
- <meta name="color:sidebar" content="#FFEBEB" />
- <meta name="color:sidebox" content="#FFF3F3" />
- <meta name="color:sideborder" content="#FFABAB" />
- <meta name="color:posts" content="#FFEBEB"/>
- <meta name="color:title" content="#D67878" />
- <meta name="color:titlepost" content="#D46363" />
- <meta name="color:text" content="#9C9179" />
- <meta name="color:link" content="#ED6464" />
- <meta name="color:notesdate" content="#FFF7F7" />
- <meta name="color:permalink" content="#FFF7F7" />
- <meta name="color:borderpermalink" content="#FFA3A3" />
- <meta name="color:bordernotesdate" content="#FFF1F5" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="georgia" />
- <meta name="image:sidebox" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:URL1" content="" />
- <meta name="text:URL1 Title" content="" />
- <meta name="text:URL2" content="" />
- <meta name="text:URL2 Title" content="" />
- <meta name="text:URL3" content="" />
- <meta name="text:URL3 Title" content="" />
- <meta name="text:URL4" content="" />
- <meta name="text:URL4 Title" content="" />
- <meta name="text:URL5" content="" />
- <meta name="text:URL5 Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <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}
- <style type="text/css">
- body {color:{color:text}; background-color:{color:background}; font-size:10px; font-family:{font:body}; text-align:justify; background-image:url('{image:Background}'); background-attachment:fixed; background-repeat: no-repeat; background-position:right bottom;}
- #title {margin-top:3px; text-align:center; font-size:13px; text-transform:lowercase; color:{color:title}; font-family: georgia; padding:2px;}
- blockquote {border-left:2px; padding-left:10px; margin:0px 2px 0px 10px}
- blockquote img, blockquote a img {max-width: 490px}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
- #entries {margin-left:500px; margin-top:10px; width:520px; margin-bottom:0px;}
- #posts{background-color:{color:posts}; margin-bottom:10px; padding:10px;}
- #titlebar {width:230px; height-auto; margin-left:50px; position:fixed; background-color:{color:titlebar}; margin-top:80px;}
- #sidebar {font-size:9px; width:230px; height-auto; margin-left:40px; position:fixed; overflow:hidden; background-color:{color:sidebar}; margin-top:125px; border-left:7px solid{color:sideborder};letter-spacing:2px; padding:2px}
- #sideboximg img {position:fixed; max-width: 150px; margin-left:0px; margin-top:0px; height-auto; border-bottom:2px dotted{color:sideborder};}
- #sidebox {width:150px; height-auto; background-color:{color:sidebox}; position:fixed; margin-top:50px; margin-left:300px; border-top:2px dotted{color:sideborder};}
- #sidelinks a {padding:3px; font:10px georgia; color:{color:link}; font-style:italic; letter-spacing: 2px; text-align:center;}
- .pagination {font-size:30px; height-auto; text-align: center; color:{color:text}; margin-top:0px}
- h1{color:{color:titlepost}; font-family:georgia; font-size:14px; letter-spacing:1px; font-weight:normal; margin:0px; padding:0px; text-align:justify; text-transform:lowercase}
- h2{color:{color:text}; font-family:georgia; font-size:11px; letter-spacing:1px; font-weight:normal; text-align:justify; text-transform:lowercase}
- #notesdate{background-color:{color:notesdate}; border-top:2px solid{color:bordernotesdate}; border-bottom:1px dotted{color:link}; font-family:georgia; font-size:9px; text-transform: lowercase; color:{color:text}; letter-spacing: 2px; text-align:left; padding:5px;}
- #permalink{background-color:{color:permalink}; border-bottom:1px dotted{color:borderpermalink}; font-family:georgia; font-size:9px; text-transform: lowercase; color:{color:text}; letter-spacing: 2px; text-align:left; padding:2px;}
- .links {text-align:center; margin-top:0px; margin-bottom:5px; text-transform:lowercase}
- #question {font-size: 10px; background-color:{color:background}; color:{color:text};margin-bottom:0px; padding: 10px; text-transform:lowercase}
- #question img{float: left; padding: 2px; margin: 0px 2px 5px 0px;}
- b, strong{color:{color:text};}
- i, em {color:{color:title};}
- p{margin-top:3px; margin-bottom:3px}
- .user_1 .label {color:{color:link}; text-transform:lowercase; font-weight:bold}
- .user_2 .label {color:{color:text}; text-transform:lowercase; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="titlebar">
- <div id="title" align="center">{Title}</div></div>
- <div id="sidebar">
- <br>{block:Description}{Description}{/block:Description}
- <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}</div></div>
- <div id="sidebox">
- <table width="100%" border:transparent>
- <tr><td width="50%"><div id="sidelinks" align="center"><a href="/">home</a><br>
- <a href="/ask">questions</a><br>
- <a href="/tagged/mine">my stuff</a><br>
- <a href="http://rdthemes.tumblr.com">theme</a></div></td>
- <td width="50%"><div id="sidelinks" align="center">{block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}<br>
- {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}<br>
- {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}<br>
- {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}<br>
- {block:ifURL5}<a href="{text:URL5}">{text:URL5 Title}</a>{/block:ifURL5}</div></td></tr>
- </table>
- <div id="sideboximg"><img src="{image:sidebox}"/></div></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}<h2>"{Quote}" - {Source}</h2>{/block:Quote}
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">{Asker} said: {Question}</div>
- <div id="answer">{Answer}</div>{/block:Answer}
- {block:Audio}<span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
- <div id="notesdate"><a href="{permalink}"> {TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> notes {/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}</div><div id="permalink">tags{block:HasTags}{block:Tags}<a href="/tagged/{Tag}"> · {Tag} </a>{/block:Tags}{/block:HasTags}</div><br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment