ritadee

(29) rdtheme

May 5th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.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="#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:permalinkbg" content="#f8f8f8"/>
  17. <meta name="color:customlinksbg" content="#ffffff"/>
  18. <meta name="color:borderpermabox" content"#eee3e3"/>
  19. <meta name="color:bordersidebar" content="#ffffff" />
  20. <meta name="font:title" content="calibri" />
  21. <meta name="font:body" content="cambria" />
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content=""/>
  24. <meta name="if:400px" content="">
  25. <meta name="if:500px" 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.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36.  
  37.  
  38. <title>{Title}</title>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Tauri' rel='stylesheet' type='text/css'>
  41. <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />
  47. {/block:Description}
  48.  
  49. <style type="text/css">
  50.  
  51. body {color:{color:text}; background-color:{color:background}; font-size:9px; font-family:tauri; text-align:justify; background-image:url('{image:Background}'); background-attachment:fixed; background-repeat: no-repeat; background-position:right bottom;}
  52.  
  53. #title {font-size:30px; color:{color:title}; font-family: tangerine; padding:2px; text-align:center; border-bottom:{color:bordersidebar} 1px solid; margin-top:50px}
  54.  
  55. blockquote {border-left:2px solid; padding-left:5px; margin:0px 2px 0px 10px}
  56. blockquote img, blockquote a img {{block:if400px}width:390px{/block:if400px}
  57. {block:if500px}width:490px{/block:if500px}}
  58.  
  59. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  60.  
  61. #entries {margin-left:400px; margin-bottom:30px;
  62. {block:if400px}width:430px{/block:if400px}
  63. {block:if500px}width:530px{/block:if500px}}
  64.  
  65. #posts {background-color:{color:transparent}; padding:20px;
  66. {block:if400px}width:400px{/block:if400px}
  67. {block:if500px}width:500px{/block:if500px}}
  68.  
  69. #sidebar {width:200px; background-color:{color:sidebar}; padding:30px; text-transform:lowercase; margin-top:-10px; margin-left: 130px; position:fixed; height:100%;}
  70.  
  71. .desc {position:relative; width:80px; padding:5px; font-size:8px; margin-left:90px; text-align:justify}
  72.  
  73. #sidebarimg img {margin-top:5px; max-width: 70px; height-auto;opacity:0.8; float:left; margin-left:20px}
  74. #sidebar img:hover {opacity:1}
  75.  
  76. #sidelinks a {display:inline-table; font-size:8px; color:{color:link}; letter-spacing: 0px; text-align:center; text-transform:uppercase; background-color:{color:desc1}; padding: 4px;}
  77.  
  78. #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:0px;}
  79.  
  80. .pagination {font-size:15px; color:{color:text}; text-align:center; font-weight:normal;}
  81.  
  82. h1{color:{color:titleh1}; font-family:calibri; font-size:14px; text-align:justify; text-transform:uppercase}
  83.  
  84. h2{color:{color:text}; font-family:calibri; font-size:10px; letter-spacing:1px; text-align:justify; text-transform:uppercase; font-weight:normal}
  85.  
  86. #permabox {position:absolute; margin-left:10px; border:{color:borderpermabox} 1px solid; width:20px; padding: 0px; float:left}
  87.  
  88. #permalink {background-color:{color:permalinkbg}; font-size:7px; text-transform:uppercase; text-align:center}
  89. #permalink:hover {border-bottom:{color:borderpermalink} 1px solid;}
  90.  
  91. #tags {float:left; margin-left:50px; background-color:{color:sidebar}; font-size:7px; text-transform: uppercase; text-align:justify; border-bottom:{color:borderpermabox} 1px solid; padding:2px}
  92.  
  93. .links {text-align:center; margin-top:15px; margin-bottom:5px; text-transform:lowercase}
  94.  
  95. .askerportrait {float:left; opacity:0.6}
  96.  
  97. #question {font-size: 10px; font-family:calibri; background-color:{color:sidebar}; color:{color:text}; margin-left:40px; padding: 10px; text-transform:uppercase; text-align:center;
  98. {block:If400px}width:300px;{/block:If400px}
  99. {block:If500px}width:400px;{/block:If500px}}
  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="sidebar">
  129. <div id="title">{Title}</div><p>
  130. <div id="sidelinks" align="center">
  131. <a href="/">home</a><a href="/archive">back</a><a href="/ask">ask</a><a href="http://rtylers.tumblr.com">theme</a></div><br>
  132. <div id="sidebarimg" align="center"><img src="{image:sidebar}"/></div><div class="desc">{block:Description}{Description}{/block:Description}</div><br>
  133. <div id="customlinks" align="center">
  134. {block:ifURL1}<a href="{text:URL1}">{text:URL1 Title}</a>{/block:ifURL1}
  135. {block:ifURL2}<a href="{text:URL2}">{text:URL2 Title}</a>{/block:ifURL2}
  136. {block:ifURL3}<a href="{text:URL3}">{text:URL3 Title}</a>{/block:ifURL3}
  137. {block:ifURL4}<a href="{text:URL4}">{text:URL4 Title}</a>{/block:ifURL4}</div><br>
  138. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">◀ </a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}</div>
  139. </div>
  140.  
  141.  
  142. <div id="entries">
  143. {block:Posts}
  144. <div id="posts">
  145. <br>
  146. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  147. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  148. {block:Text}{Body}{/block:Text}
  149.  
  150. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  151. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  152.  
  153. {block:Photo}<center>{LinkOpenTag}{block:if500px}
  154. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{/block:if500px}{block:if400px}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}"/>{/block:if400px}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  155. {block:Photoset}<center>{block:if500px}{Photoset-500}{/block:if500px}
  156. {block:if400px}{Photoset-400}{/block:if400px}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  157.  
  158. {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}
  159.  
  160. {block:Video}{block:if500px}{Video-500}{/block:if500px}
  161. {block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  162.  
  163. {block:Answer}
  164. <div id="question"><b>{Asker}</b> said: {Question}</div><br>
  165. <div id="answer">{Answer}</div>{/block:Answer}
  166.  
  167. {block:AudioPlayer}{block:AlbumArt}
  168. <div class="albumart"><img src="{AlbumArtURL}"></div>
  169. {/block:AlbumArt} <div id="audio">{AudioPlayerWhite}
  170. <div class="audiocaption">{block:Artist}Artist: {Artist}{/block:Artist}<br>
  171. {block:Album}Album: {Album}{/block:Album}<br>
  172. {block:TrackName}Track: {TrackName}{/block:TrackName}</div></div>
  173. {/block:AudioPlayer}</div>
  174. <div id="permabox">
  175. <div id="permalink">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<br>{block:ContentSource}<a href="{SourceURL}">org</a>{/block:ContentSource}</div></div><div id="tags">{block:NoteCount}<a href="{Permalink}">{TimeAgo} ▪ {NoteCount}</a>{/block:NoteCount} ▪ {block:HasTags}{block:Tags}# <a href="/tagged/{Tag}">{Tag} </a>{/block:Tags}{/block:HasTags}</div><br><br><br>
  176. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  177.  
  178. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment