ritadee

(27) rdtheme

Apr 29th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 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:sidebar" content="#f2f8f7" />
  14. <meta name="color:posts" content="#f8f8f8"/>
  15. <meta name="color:titleh1" content="#96a7a6" />
  16. <meta name="color:ribbonbg" content="#f5f5f5" />
  17. <meta name="color:permalinkbg" content="#f8f8f8"/>
  18. <meta name="color:customlinksbg" content="#ffffff"/>
  19. <meta name="color:borderpermabox" content"#eee3e3"/>
  20. <meta name="color:bordersidebar" content="#ffffff" />
  21. <meta name="font:title" content="calibri" />
  22. <meta name="font:body" content="cambria" />
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:background" content=""/>
  25. <meta name="text:URL1" content="" />
  26. <meta name="text:URL1 Title" content="" />
  27. <meta name="text:URL2" content="" />
  28. <meta name="text:URL2 Title" content="" />
  29. <meta name="text:URL3" content="" />
  30. <meta name="text:URL3 Title" content="" />
  31. <meta name="text:URL4" content="" />
  32. <meta name="text:URL4 Title" content="" />
  33. <meta name="text:URL5" content="" />
  34. <meta name="text:URL5 Title" content="" />
  35. <meta name="text:URL6" content="" />
  36. <meta name="text:URL6 Title" content="" />
  37. <meta name="text:URL7" content="" />
  38. <meta name="text:URL7 Title" content="" />
  39. <meta name="text:URL8" content="" />
  40. <meta name="text:URL8 Title" content="" />
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43.  
  44.  
  45. <title>{Title}</title>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Tauri' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  49.  
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}
  53. <meta name="description" content="{MetaDescription}" />
  54. {/block:Description}
  55.  
  56. <style type="text/css">
  57.  
  58. body {color:{color:text}; background-color:{color:background}; font-size:8px; font-family:tauri; text-align:justify; background-image:url('{image:Background}'); background-attachment:fixed; background-repeat: no-repeat; background-position:right bottom;}
  59.  
  60. #title {font-size:30px; color:{color:title}; font-family: tangerine; padding:2px; text-align:center; border-bottom:{color:bordersidebar} 1px solid;}
  61.  
  62. blockquote {border-left:1px solid; padding-left:5px; margin:0px 2px 0px 10px}
  63. blockquote img, blockquote a img {max-width:390px}
  64.  
  65. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  66.  
  67. #entries {margin-left:500px; width:450px}
  68.  
  69. #posts {width:400px; background-color:{color:transparent}; padding:20px;}
  70.  
  71. #sidebar {width:137px; font-size:8px; background-color:{color:sidebar}; padding:30px; text-transform:lowercase; margin-top:-10px; margin-left: 250px; position:fixed; height:100%;}
  72.  
  73. #sidebarimg img {max-width: 100px; height-auto; border:{color:bordersidebar} 1px solid; padding: 5px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;}
  74.  
  75. #sidelinks a {font-size:8px; color:{color:link}; text-align:center; text-transform:uppercase; padding: 6px; border-top:{color:bordersidebar} 1px solid; }
  76.  
  77. #customlinks a {background-color:{color:customlinksbg}; display:inline; width:100px; color:{link}; font-size:7px; text-align:center; text-transform: uppercase; letter-spacing: 1px; padding:1px}
  78.  
  79. .pagination {font-size:20px; color:{color:text}; text-align:center; margin-left:0px; margin-top:0px}
  80.  
  81. h1{color:{color:titleh1}; font-family:calibri; font-size:12px; text-align:justify; text-transform:lowercase; letter-spacing:0px; font-weight:normal;}
  82.  
  83. h2{color:{color:text}; font-family:calibri; font-size:11px; letter-spacing:1px; text-align:justify; text-transform:lowercase; font-weight:normal;}
  84.  
  85. #permabox {position:absolute; margin-left:410px; border:{color:borderpermabox} 1px solid; width:20px;}
  86.  
  87. #permalink {background-color:{color:permalinkbg}; font-size:7px; text-transform:uppercase}
  88. #permalink:hover {border-bottom:{color:borderpermalink} 1px solid;}
  89.  
  90. #info {font-size:7px; color:{color:text}; text-align:center; padding:2px; text-transform:uppercase; opacity:0.5;}
  91.  
  92. #tags {background-color:{color:transparent}; font-size:7px; text-transform: lowercase; letter-spacing: 1px; text-align:center; padding:2px;}
  93.  
  94. /* ribbon style */
  95.  
  96. .ribbon-wrapper {
  97. position: relative;
  98. }
  99. .ribbon-front {
  100. background-color:{color:ribbonbg}; height:auto;
  101. width: 430px;
  102. position: relative;
  103. left:8px;
  104. z-index: 2;
  105. }
  106.  
  107. .ribbon-front,
  108. .ribbon-back-left,
  109. .ribbon-back-right
  110. {
  111. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
  112. -khtml-box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
  113. -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
  114. -o-box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
  115. }
  116.  
  117. .ribbon-edge-topleft,
  118. .ribbon-edge-topright,
  119. .ribbon-edge-bottomleft,
  120. .ribbon-edge-bottomright {
  121. position: absolute;
  122. z-index: 1;
  123. border-style:solid;
  124. height:0px;
  125. width:0px;
  126. }
  127.  
  128. .ribbon-edge-topleft,
  129. .ribbon-edge-topright {
  130. }
  131.  
  132. .ribbon-edge-bottomleft,
  133. .ribbon-edge-bottomright {
  134. top: 40px;
  135. }
  136.  
  137. .ribbon-edge-topleft,
  138. .ribbon-edge-bottomleft {
  139. left: 8px;
  140. border-color: transparent{color:ribbonbg} transparent transparent;
  141. }
  142.  
  143. .ribbon-edge-topleft {
  144. top: -11px;
  145. border-width: 10px 20px 0 0;
  146. }
  147. .ribbon-edge-bottomleft {
  148. border-width: 0 20px 0px 0;
  149. }
  150.  
  151. .ribbon-edge-topright,
  152. .ribbon-edge-bottomright {
  153. left: 418px;
  154. border-color: transparent transparent transparent {color:ribbonbg};
  155. }
  156.  
  157. .ribbon-edge-topright {
  158. top: -11px;
  159. border-width: 10px 0 0 20px;
  160. }
  161. .ribbon-edge-bottomright {
  162. border-width: 0 0 0px 20px;
  163. }
  164.  
  165. .ribbon-back-left {
  166. position: absolute;
  167. top: -10px;
  168. left: 0px;
  169. width: 0px;
  170. height: 40px;
  171. z-index: 0;
  172. }
  173.  
  174. .ribbon-back-right {
  175. position: absolute;
  176. top: -10px;
  177. right: 0px;
  178. width: 0px;
  179. height: 40px;
  180. z-index: 0;
  181. }
  182.  
  183. .links {text-align:center; margin-top:15px; margin-bottom:5px; text-transform:lowercase}
  184.  
  185. #question {font-size: 10px; font-family:calibri; background-color:{color:sidebar}; color:{color:text};margin-left:40px; padding: 10px; text-transform:uppercase; width:300px; text-align:center;}
  186.  
  187. #answer {text-align:center}
  188.  
  189. #audio {background-color: white; margin-left:30px;}
  190.  
  191. .albumart img {float:left; width:70px;}
  192.  
  193. .audiocaption {margin-left:50px; text-transform:uppercase; }
  194.  
  195. b, strong{color:{color:text};}
  196. i, em {color:{color:title};}
  197. p{margin-top:3px; margin-bottom:3px}
  198.  
  199. .user_1 .label {color:{color:link}; text-transform:lowercase; font-weight:normal}
  200. .user_2 .label {color:{color:text}; text-transform:lowercase; font-weight:normal}
  201. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  202.  
  203. .notes img{width:10px; position:relative; top:1px;}
  204. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  205. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  206.  
  207. </style>
  208. <style type="text/css">{CustomCSS}</style>
  209. </head>
  210.  
  211. <body>
  212.  
  213. <div id="sidebar">
  214. <div id="title">{Title}</div><br>
  215. <div id="sidebarimg" align="center"><a href="/"><img src="{image:sidebar}"/></a></div><br>
  216. {block:Description}<center>{Description}</center>{/block:Description}<br>
  217. <div id="sidelinks" align="center">
  218. <a href="/">home</a><a href="/archive">back</a><a href="/ask">ask</a><a href="http://rtylers.tumblr.com">theme</a></div><br>
  219. <div id="customlinks" align="center">
  220. {block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}
  221. {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}
  222. {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}<p>
  223. {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}
  224. {block:ifURL5}<a href="{text:URL5}">{text:URL5 Title}</a>{/block:ifURL5} {block:ifURL6}<a href="{text:URL6}">{text:URL6 Title}</a>{/block:ifURL6}<p>
  225. {block:ifURL7}<a href="{text:URL7}">{text:URL7 Title}</a>{/block:ifURL7} {block:ifURL8}<a href="{text:URL8}">{text:URL8 Title}</a>{/block:ifURL8}</div><br><div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">◀ </a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> ▶</a>{/block:NextPage}</div>
  226. </div>
  227.  
  228.  
  229. <div id="entries">
  230. {block:Posts}
  231. <div id="posts">
  232. <div id="permabox">
  233. <div id="permalink" align="center">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<br>{block:ContentSource}<a href="{SourceURL}">org</a>{/block:ContentSource}</div></div>
  234. {block:Quote}<h2>"{Quote}" - {Source}</h2>{/block:Quote}
  235. {block:Title}<h1>{Title}</h1>{/block:Title}
  236. {block:Text}{Body}{/block:Text}
  237.  
  238. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  239. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  240.  
  241. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  242. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244. {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}
  245.  
  246. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  247.  
  248. {block:Answer}
  249. <div id="question"><b>{Asker}</b> said: {Question}</div><br>
  250. <div id="answer">{Answer}</div>{/block:Answer}
  251.  
  252. {block:AudioPlayer}{block:AlbumArt}
  253. <div class="albumart"><img src="{AlbumArtURL}"></div>
  254. {/block:AlbumArt} <div id="audio">{AudioPlayerWhite}
  255. <div class="audiocaption">{block:Artist}<b>Artist</b>: {Artist}{/block:Artist}<br>
  256. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  257. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div></div>
  258. {/block:AudioPlayer}</div><br>
  259. <div class="ribbon-wrapper">
  260. <div class="ribbon-front">
  261. <div id="info"><a href="{permalink}">{TimeAgo} with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}</a></div></div>
  262. <div class="ribbon-edge-topleft"></div>
  263. <div class="ribbon-edge-topright"></div>
  264. <div class="ribbon-edge-bottomleft"></div>
  265. <div class="ribbon-edge-bottomright"></div>
  266. <div class="ribbon-back-left"></div>
  267. <div class="ribbon-back-right"></div></div>
  268. <div id="tags">{block:HasTags}{block:Tags}<a href="/tagged/{Tag}">▪ {Tag} </a>{/block:Tags}{/block:HasTags}</div>
  269.  
  270. <p><p>
  271. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  272.  
  273. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment