ritadee

(30) rdtheme

May 30th, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.43 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:title" content="#afa8a8" />
  10. <meta name="color:text" content="#c0c0c0" />
  11. <meta name="color:link" content="#b3c3c4" />
  12. <meta name="color:sidebar" content="#f8f8f8" />
  13. <meta name="color:topbar" content="#f2f8f7" />
  14. <meta name="color:posts" content="#f8f8f8"/>
  15. <meta name="color:titleh1" content="#96a7a6" />
  16. <meta name="color:sidelinksbg" content="#f8f8f8"/>
  17. <meta name="color:customlinksbg" content="#ffffff"/>
  18. <meta name="color:askbg" content="#f8f8f8"/>
  19. <meta name="color:permalinkbg" content="#ffffff"/>
  20. <meta name="color:tagsbg" content="#ffffff"/>
  21. <meta name="color:bordertags" content"#eee3e3"/>
  22. <meta name="color:bordertopbar" content="#ffffff" />
  23. <meta name="font:title" content="calibri" />
  24. <meta name="font:body" content="cambria" />
  25. <meta name="image:topbar" content=""/>
  26. <meta name="image:sidebarbg" content=""/>
  27. <meta name="image:background" content=""/>
  28. <meta name="text:URL1" content="" />
  29. <meta name="text:URL1 Title" content="" />
  30. <meta name="text:URL2" content="" />
  31. <meta name="text:URL2 Title" content="" />
  32. <meta name="text:URL3" content="" />
  33. <meta name="text:URL3 Title" content="" />
  34. <meta name="text:URL4" content="" />
  35. <meta name="text:URL4 Title" content="" />
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Tauri' rel='stylesheet' type='text/css'>
  43. <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  44. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  45. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  46.  
  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:open sans condensed; text-align:justify; background-image:url('{image:Background}'); background-attachment:fixed; background-repeat: no-repeat; background-position:right bottom; }
  57.  
  58. #title {margin-top:160px; font-size:25px; color:{color:title}; font-family: open sans condensed; text-align:center; text-shadow:0px 0 0 rgba(244,0,0,0.2), -4px 0 0 rgba(0,244,0,0.2); font-weight:normal}
  59.  
  60. blockquote {border-left:1px solid; padding-left:5px; margin:0px 2px 0px 10px}
  61. blockquote img, blockquote a img {width:390px;}
  62.  
  63. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  64.  
  65. #entries {position:absolute; margin-left:430px; margin-top:150px; margin-bottom:30px; width:430px}
  66.  
  67. #posts {background-color:{color:posts}; width:400px}
  68. #posts:hover #permalink {opacity:1}
  69.  
  70. #topbar {z-index:100; position:fixed; margin-left:425px; background-color: {color:topbar}; width:350px; padding:30px; margin-top:-10px; border-bottom:{color:bordertopbar} 1px solid}
  71.  
  72. #topbarimg img {float:left; margin-left:75px ; max-width:70px; opacity:1; padding:3px; 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; border:{color:sidebar} 1px solid}
  73.  
  74. #sidebar {width:200px; background-color:{color:sidebar}; color:{color:text}; padding:80px; text-transform:lowercase; position:fixed; margin-left:-10px; margin-top:-8px; height:100%; border-right:{color:bordersidebar} 0px solid; font-family:open sans condensed; font-size:13px; background-image:url('{image:Sidebarbg}'); background-attachment:fixed; background-repeat: no-repeat;}
  75.  
  76. #sidelinks a {display:inline-table; float:left; width:20px; line-height:60px; font-size:10px; color:{color:link}; font-family:open sans condensed; letter-spacing:1px;text-transform:uppercase; background-color:{color:sidelinksbg}; 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:5px}
  77. #sidelinks a:hover {background-color:{color:sidebar}; height:20px}
  78.  
  79. #customlinks a {background-color:{color:customlinksbg}; display:inline; width:100px; color:{link}; font-size:12px; text-align:center; text-transform:lowercase; letter-spacing: 1px; padding:5px; 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}
  80. #customlinks a:hover {opacity:0.3}
  81.  
  82. .pagination {font-size:15px; color:{color:text}; text-align:center; font-weight:normal;}
  83. .page { background-color:{color:customlinksbg}; padding:3px; opacity:0.5}
  84.  
  85. h1{color:{color:titleh1}; font-family:open sans condensed; font-size:16px; text-align:justify; text-transform:uppercase; font-weight:normal}
  86.  
  87. h2{color:{color:text}; font-family:open sans condensed; font-size:12px; letter-spacing:1px; text-align:justify; text-transform:lowercase; font-weight:normal}
  88.  
  89. #permalink {width:400px; opacity:0; position:absolute; background-color:{color:permalinkbg}; text-align:center; padding:2px; letter-spacing: 1px; text-transform:uppercase; font-famiy: open sans condensed; font-size:8px; 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}
  90.  
  91. #tags {background-color:{color:tagsbg}; font-size:9px; text-transform: uppercase; text-align:justify; padding:5px; border-top:{color:bordertags} 1px solid; border-bottom:{color:bordertags} 1px solid;}
  92.  
  93. .symbols {font-family: 'Web Symbols'; font-size: 9px;}
  94.  
  95. .links {text-align:center; margin-top:15px; margin-bottom:5px; text-transform:lowercase}
  96.  
  97. .askerportrait {float:left; opacity:0.6}
  98.  
  99. #question {font-size: 11px; background-color:{color:askbg}; color:{color:text}; margin-left:40px; padding: 10px; text-transform:uppercase; text-align:center; width:300px;}
  100.  
  101. #answer {text-align:center}
  102.  
  103. #audio {background-color: white; margin-left:0px; display:block; overflow:hidden; opacity:0.7; -moz-transition:all linear 0.8s;-webkit-transition:all linear 0.8s; -o-transition:all linear 0.8s; transition:all linear 0.8s;}
  104.  
  105. .albumart img {float:left; width:70px;}
  106.  
  107. .audiocaption {margin-left:30px; text-transform:uppercase; }
  108.  
  109. b, strong{color:{color:text};}
  110. i, em {color:{color:title};}
  111. p {margin-top:3px; margin-bottom:3px}
  112.  
  113. .user_1 .label {color:{color:link}; text-transform:lowercase; font-weight:normal}
  114. .user_2 .label {color:{color:text}; text-transform:lowercase; font-weight:normal}
  115. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  116.  
  117. .notes img{width:10px; position:relative; top:1px;}
  118. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  119. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  120.  
  121.  
  122. </style>
  123. <style type="text/css">{CustomCSS}</style>
  124. </head>
  125.  
  126. <body>
  127.  
  128. <div id="topbar">
  129. <div id="topbarimg" align="center"><a href="/"><img src="{image:topbar}"/></a></div><p>
  130. <div id="sidelinks" align="center"><a href="/"><span class="symbols">R</span></a> <a href="/archive"><span class="symbols">Z</span></a> <a href="/ask"><span class="symbols">@</span></a> <a href="http://rtylers.tumblr.com/tagged/rdtheme"><span class="symbols">A</span></a></div>
  131. </div>
  132.  
  133.  
  134. <div id="sidebar">
  135. <div id="title">{Title}</div><br>
  136. <div id="customlinks" align="center">
  137. {block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}
  138. {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}
  139. {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}
  140. {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}
  141. </div><br><div class="desc">{block:Description}{Description}{/block:Description}</div><br>
  142. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}"><span class="page">prev</span></a> &nbsp;{/block:PreviousPage}{block:JumpPagination length="2"}
  143. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  144. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  145. {/block:JumpPagination}&nbsp; {block:NextPage}<a href="{NextPage}"><span class="page">next</span></a>{/block:NextPage}</div>
  146. </div>
  147.  
  148.  
  149. <div id="entries">
  150. {block:Posts}
  151. <div id="posts">
  152. <div id="permalink"><span class="symbols">P</span> <a href="{Permalink}">{TimeAgo} ▪ {block:NoteCount}{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank" class="details">[ <span class="symbols">J</span> ]</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">org</a>{/block:ContentSource}</div>
  153. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  154. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  155. {block:Text}{Body}{/block:Text}
  156.  
  157. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  158. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  159.  
  160. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  161. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  162.  
  163. {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}
  164.  
  165. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  166.  
  167. {block:Answer}
  168. <div id="question">{Asker} said: {Question}</div><br>
  169. <div id="answer">{Answer}</div>{/block:Answer}
  170.  
  171. {block:AudioPlayer}{block:AlbumArt}
  172. <div class="albumart"><img src="{AlbumArtURL}"></div>
  173. {/block:AlbumArt} <div id="audio">{AudioPlayerWhite}
  174. <div class="audiocaption">{block:Artist}Artist: {Artist}{/block:Artist}<br>
  175. {block:Album}Album: {Album}{/block:Album}<br>
  176. {block:TrackName}Track: {TrackName}{/block:TrackName}</div></div>
  177. {/block:AudioPlayer}<br>
  178. <div id="tags"><span class="symbols">,</span>{block:HasTags}{block:Tags} <a href="/tagged/{Tag}">{Tag} </a>{/block:Tags}{/block:HasTags}</div></div>
  179. <br><br><br>
  180. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  181.  
  182. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment