ritadee

(10) vagabond

Dec 8th, 2011
1,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <html><head>
  6.  
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#FFF3F3" />
  9. <meta name="color:titlebar" content="#FFF3F3" />
  10. <meta name="color:sidebar" content="#FFEBEB" />
  11. <meta name="color:sidebox" content="#FFF3F3" />
  12. <meta name="color:sideborder" content="#FFABAB" />
  13. <meta name="color:posts" content="#FFEBEB"/>
  14. <meta name="color:title" content="#D67878" />
  15. <meta name="color:titlepost" content="#D46363" />
  16. <meta name="color:text" content="#9C9179" />
  17. <meta name="color:link" content="#ED6464" />
  18. <meta name="color:notesdate" content="#FFF7F7" />
  19. <meta name="color:permalink" content="#FFF7F7" />
  20. <meta name="color:borderpermalink" content="#FFA3A3" />
  21. <meta name="color:bordernotesdate" content="#FFF1F5" />
  22. <meta name="font:title" content="georgia" />
  23. <meta name="font:body" content="georgia" />
  24. <meta name="image:sidebox" content=""/>
  25. <meta name="image:background" content=""/>
  26. <meta name="text:URL1" content="" />
  27. <meta name="text:URL1 Title" content="" />
  28. <meta name="text:URL2" content="" />
  29. <meta name="text:URL2 Title" content="" />
  30. <meta name="text:URL3" content="" />
  31. <meta name="text:URL3 Title" content="" />
  32. <meta name="text:URL4" content="" />
  33. <meta name="text:URL4 Title" content="" />
  34. <meta name="text:URL5" content="" />
  35. <meta name="text:URL5 Title" content="" />
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38.  
  39. <title>{Title}</title>
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}
  44. <meta name="description" content="{MetaDescription}" />
  45. {/block:Description}
  46.  
  47. <style type="text/css">
  48.  
  49. 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;}
  50.  
  51. #title {margin-top:3px; text-align:center; font-size:13px; text-transform:lowercase; color:{color:title}; font-family: georgia; padding:2px;}
  52.  
  53. blockquote {border-left:2px; padding-left:10px; margin:0px 2px 0px 10px}
  54. blockquote img, blockquote a img {max-width: 490px}
  55.  
  56. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  57.  
  58. #entries {margin-left:500px; margin-top:10px; width:520px; margin-bottom:0px;}
  59. #posts{background-color:{color:posts}; margin-bottom:10px; padding:10px;}
  60.  
  61. #titlebar {width:230px; height-auto; margin-left:50px; position:fixed; background-color:{color:titlebar}; margin-top:80px;}
  62.  
  63. #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}
  64.  
  65. #sideboximg img {position:fixed; max-width: 150px; margin-left:0px; margin-top:0px; height-auto; border-bottom:2px dotted{color:sideborder};}
  66.  
  67. #sidebox {width:150px; height-auto; background-color:{color:sidebox}; position:fixed; margin-top:50px; margin-left:300px; border-top:2px dotted{color:sideborder};}
  68.  
  69. #sidelinks a {padding:3px; font:10px georgia; color:{color:link}; font-style:italic; letter-spacing: 2px; text-align:center;}
  70.  
  71. .pagination {font-size:30px; height-auto; text-align: center; color:{color:text}; margin-top:0px}
  72.  
  73. 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}
  74.  
  75. h2{color:{color:text}; font-family:georgia; font-size:11px; letter-spacing:1px; font-weight:normal; text-align:justify; text-transform:lowercase}
  76.  
  77. #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;}
  78.  
  79. #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;}
  80.  
  81. .links {text-align:center; margin-top:0px; margin-bottom:5px; text-transform:lowercase}
  82.  
  83. #question {font-size: 10px; background-color:{color:background}; color:{color:text};margin-bottom:0px; padding: 10px; text-transform:lowercase}
  84.  
  85. #question img{float: left; padding: 2px; margin: 0px 2px 5px 0px;}
  86.  
  87. b, strong{color:{color:text};}
  88. i, em {color:{color:title};}
  89. p{margin-top:3px; margin-bottom:3px}
  90.  
  91. .user_1 .label {color:{color:link}; text-transform:lowercase; font-weight:bold}
  92. .user_2 .label {color:{color:text}; text-transform:lowercase; font-weight:bold}
  93. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  94.  
  95. .notes img{width:10px; position:relative; top:1px;}
  96. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  97. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  98.  
  99. </style>
  100. <style type="text/css">{CustomCSS}</style>
  101. </head>
  102.  
  103. <body>
  104. <div id="titlebar">
  105. <div id="title" align="center">{Title}</div></div>
  106.  
  107. <div id="sidebar">
  108. <br>{block:Description}{Description}{/block:Description}
  109. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}</div></div>
  110.  
  111. <div id="sidebox">
  112. <table width="100%" border:transparent>
  113. <tr><td width="50%"><div id="sidelinks" align="center"><a href="/">home</a><br>
  114. <a href="/ask">questions</a><br>
  115. <a href="/tagged/mine">my stuff</a><br>
  116. <a href="http://rdthemes.tumblr.com">theme</a></div></td>
  117. <td width="50%"><div id="sidelinks" align="center">{block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}<br>
  118. {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}<br>
  119. {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}<br>
  120. {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}<br>
  121. {block:ifURL5}<a href="{text:URL5}">{text:URL5 Title}</a>{/block:ifURL5}</div></td></tr>
  122. </table>
  123. <div id="sideboximg"><img src="{image:sidebox}"/></div></div>
  124.  
  125. <div id="entries">
  126. {block:Posts}
  127. <div id="posts">
  128. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  129. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  130. {block:Text}{Body}{/block:Text}
  131.  
  132. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  133. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  134.  
  135. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  136. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  137.  
  138. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  139.  
  140. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  141.  
  142. {block:Answer}
  143. <div id="question">{Asker} said: {Question}</div>
  144. <div id="answer">{Answer}</div>{/block:Answer}
  145.  
  146. {block:Audio}<span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
  147. <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>
  148. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  149.  
  150. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment