ritadee

(23) all my life.

Apr 24th, 2012
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 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="#FFFFFF" />
  9. <meta name="color:bg ask" content="#FFFFFF" />
  10. <meta name="color:lbar" content="#FFFADE" />
  11. <meta name="color:pagination" content="#EBCEAA" />
  12. <meta name="color:sidebar" content="#FFFADE" />
  13. <meta name="color:stext" content="#FFFFFF" />
  14. <meta name="color:posts" content="#FFF9E9"/>
  15. <meta name="color:title" content="#CC8F76" />
  16. <meta name="color:text" content="#968D79" />
  17. <meta name="color:link" content="#BDAD84" />
  18. <meta name="color:sidelinksbox" content="#EBCEAA" />
  19. <meta name="color:sourcetags" content="#FFFFFF" />
  20. <meta name="color:sideborder" content="#CC8F76" />
  21. <meta name="color:border sourcetags" content="#FFCD94" />
  22. <meta name="color:permalink" content="#FFEEC4" />
  23. <meta name="color:border permalink" content="#FAE6CD" />
  24. <meta name="color:customlinks bg" content="#FFEEC4" />
  25. <meta name="color:title" customlinks="#CC8F76" />
  26. <meta name="font:title" content="georgia" />
  27. <meta name="font:body" content="georgia" />
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="text:URL1" content="" />
  31. <meta name="text:URL1 Title" content="" />
  32. <meta name="text:URL2" content="" />
  33. <meta name="text:URL2 Title" content="" />
  34. <meta name="text:URL3" content="" />
  35. <meta name="text:URL3 Title" content="" />
  36. <meta name="text:URL4" content="" />
  37. <meta name="text:URL4 Title" content="" />
  38. <meta name="text:URL5" content="" />
  39. <meta name="text:URL5 Title" content="" />
  40. <meta name="text:URL6" content="" />
  41. <meta name="text:URL6 Title" content="" />
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45.  
  46. <title>{Title}</title>
  47.  
  48. <link rel="shortcut icon" href="{Favicon}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}
  51. <meta name="description" content="{MetaDescription}" />
  52. {/block:Description}
  53.  
  54. <style type="text/css">
  55.  
  56. body {color:{color:text}; background-color:{color:background}; font-size:11px; font-family: calibri; text-align:justify; background-image:url('{image:Background}'); background-attachment:fixed; background-repeat: no-repeat; background-position:right bottom;}
  57.  
  58. #title {font-size:10px; letter-spacing:1px; text-transform:lowercase; color:{color:title}; font-family: {font:title}; text-align:center; font-style:italic}
  59.  
  60. blockquote {border-left:2px; padding-left:10px; margin:0px 2px 0px 10px}
  61. blockquote img, blockquote a img {max-width: 490px}
  62.  
  63. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  64.  
  65. #entries {margin-left:350px; margin-top:10px; width:520px; margin-bottom:10px;}
  66. #posts{background-color:{color:posts}; margin-bottom:0px; padding:7px; border-bottom: 4px solid{color:border permalink}; border-bottom: 3px solid{color:border permalink}; }
  67. #posts:hover #info {display:block; opacity:1}
  68.  
  69. #lbar {position:fixed; width:100px; margin-top:20px; margin-left:0px; background-color:{color:transparent};}
  70.  
  71. #sidebar {width:215px; height-auto; margin-left:100px; position:fixed; overflow:hidden; background-color:{color:transparent}; margin-top:0px;}
  72. #sidebar:hover #stext {opacity:1}
  73.  
  74. #stext {font-size:10px; width:189px; height-auto; background-color:{color:stext}; letter-spacing:0px; padding:7px; margin-left:6px; opacity:0.2; transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  75.  
  76. #sidebarimg img {padding:3px; border:1px solid #DAD7D5; max-width:200px; margin-left:0px; margin-top:0px; height-auto; align:left; opacity: 0.8; transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  77. #sidebarimg img:hover {opacity:1}
  78.  
  79. #sidelinks a {width:50px; display:inline-table; background-color:{color:sidelinksbox}; font:9px georgia; color:{color:sidelinks}; text-decoration: none; letter-spacing: 1px; text-align:center; padding:0px; transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding:1px; opacity:0.5}
  80. #sidelinks a:hover{font-style:italic; opacity:1}
  81.  
  82. #custombox {width:100px; position:fixed; margin-left:23px; margin-top:100px}
  83. #customlinks a {width:50px; display:inline-table; background-color:{color:customlinksbg}; font:9px georgia; color:{color:customlinks}; text-decoration: none; letter-spacing: 1px; text-align:center; padding:0px; transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding:1px; opacity:0.5}
  84. #customlinks a:hover{font-style:italic;}
  85.  
  86. .pagination {font-size:10px; text-align: center; color:{color:text}; padding:3px; background-color:{color:transparent};}
  87.  
  88. h1{color:{color:titlepost}; font-size:11px; letter-spacing:1px; font-weight:normal; margin:0px; padding:1px; text-align:justify; text-transform:uppercase;}
  89.  
  90. h2{color:{color:text}; font-size:10px; letter-spacing:1px; font-weight:normal; text-align:justify; text-transform:uppercase}
  91.  
  92. #info {position:absolute; width:100px; margin-left:520px; opacity:0; transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  93. #sourcetags {font:9px; font-style:italic; text-transform: lowercase; background-color:transparent; padding:3px; margin-top:2px; border-bottom: 1px solid{color:border permalink}; border-top: 1px solid{color:border permalink}; display:block}
  94.  
  95. #permalink {background-color:{color:permalink}; text-align:center; font-family: calibri; font-size:9px; text-transform: uppercase; color:{color:text}; padding:2px; letter-spacing:3px}
  96. #permalink:hover{opacity:1.0; }
  97.  
  98. .notes {text-align:right; font-size:10px; letter-spacing:2px; text-transform:lowercase; color:{color:link}; font-family: georgia; padding:0px; background-color:{color:bg notes};}
  99. .notes a:hover {font-style:italic}
  100.  
  101. #asker {color:{color:link}; text-transform:uppercase; font-weight:bold;}
  102.  
  103. #question {font-size: 11px; background-color:{color:bg ask}; color:{color:text}; margin-left:0px; padding: 5px; letter-spacing:0px; border-bottom: 1px solid{color:border permalink}}
  104.  
  105. #question img{float: left; padding: 2px; margin: 0px 2px 5px 0px;}
  106.  
  107. #answer {margin-left:0px}
  108.  
  109. b, strong{color:{color:text};}
  110. i, em {color:{color:text};}
  111. p{margin-top:3px; margin-bottom:3px}
  112.  
  113. .user_1 .label {color:{color:link}; text-transform:lowercase; font-weight:bold}
  114. .user_2 .label {color:{color:text}; text-transform:lowercase; font-weight:bold}
  115. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  116.  
  117. .notes img{width:10px; position:relative; top:1px;}
  118. ol.notes, .notes li{list-style:none; letter-spacing:0px; font-size:9px; text-align:left; margin:0px; padding:0px;}
  119. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  120.  
  121. </style>
  122. <style type="text/css">{CustomCSS}</style>
  123. </head>
  124.  
  125. <body>
  126.  
  127. <div id="custombox">
  128. <div id="customlinks">
  129. {block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}<p>
  130. {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}<p>
  131. {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}<p>
  132. {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}<p>
  133. {block:ifURL5}<a href="{text:URL5}">{text:URL5 Title}</a>{/block:ifURL5}<p>
  134. {block:ifURL6}<a href="{text:URL6}">{text:URL6 Title}</a>{/block:ifURL6}</div></div>
  135.  
  136. <div id="sidebar"><div id="title">{Title}</div><p>
  137. <div id="sidebarimg" align="center"><img src="{image:sidebar}"/></div><p>
  138. <div id="stext" align="center">{block:Description}{Description}{/block:Description}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous </a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}</div></div></div></div>
  139.  
  140. <div id="lbar">
  141. <div id="sidelinks" align="center">
  142. <a href="/">home</a>
  143. <a href="/archive">back</a>
  144. <a href="/ask">ask</a>
  145. <a href="http://rdthemes.tumblr.com">theme</a>
  146. </div></div>
  147.  
  148. <div id="entries">
  149. {block:Posts}
  150. <div id="posts">
  151. <div id="info">
  152. <div id="permalink"><a href="{permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> - <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom}- <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">src</a> {/block:ContentSource}</div>
  153. <div id="sourcetags">{block:HasTags}{block:Tags}<a href="/tagged/{Tag}"> {Tag} </a><br>{/block:Tags}{/block:HasTags}</div></div>
  154. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  155. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  156. {block:Text}{Body}{/block:Text}
  157.  
  158. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  159. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  160.  
  161. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  162. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  163.  
  164. {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}
  165.  
  166. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  167.  
  168. {block:Answer}
  169. <div id="asker">{Asker}</div> <div id="question"> said: {Question}</div>
  170. <div id="answer">{Answer}</div>{/block:Answer}
  171.  
  172. {block:Audio}<span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
  173.  
  174. <br>
  175. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  176.  
  177. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment