divakey

Oolong Tea Theme - Revamped

Feb 17th, 2013
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. {block:IfEndlessScrolling}
  9. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  10.  
  11.  
  12. <meta name="font:Title" content="trebuchet ms"/>
  13. <meta name="font:Body" content="tebuchet ms"/>
  14. <meta name="image:Background" content=""/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#8388282"/>
  17. <meta name="color:Link" content="#6f6f6f"/>
  18. <meta name="color:Post title" content="#9b8e71"/>
  19. <meta name="color:Navigation Text" content="#6f6f6f"/>
  20. <meta name="color:Link hover" content="#534436"/>
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="if:Show Tags" content="0"/>
  23. <meta name="if:EndlessScrolling" content="0"/>
  24. <meta name="color:Scroll bar" content="#404346" />
  25. <meta name="color:Post Background" content="#ffffff"/>
  26. <meta name="text:Custom Link 1" content="" />
  27. <meta name="text:Custom Link 1 Title" content="" />
  28. <meta name="text:Custom Link 2" content="" />
  29. <meta name="text:Custom Link 2 Title" content="" />
  30. <meta name="text:Custom Link 3" content="" />
  31. <meta name="text:Custom Link 3 Title" content="" />
  32. <meta name="text:Custom Link 4" content="" />
  33. <meta name="text:Custom Link 4 Title" content="" />
  34. <meta name="text:Custom Link 5" content="" />
  35. <meta name="text:Custom Link 5 Title" content="" />
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar { width: 4px; height: 4px; }
  41. ::-webkit-scrollbar-button:start:decrement,
  42. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  43. ::-webkit-scrollbar-track-piece { background-color: white; }
  44. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scroll bar}; }
  45.  
  46. /* BODY */
  47.  
  48. body {
  49. background:{color:background};
  50. background-image: url({image:Background});
  51. background-attachment:fixed;
  52. margin:0px;
  53. color:{color:text};
  54. font-family:{font:body};
  55. font-size:10px;
  56. line-height:100%;}
  57.  
  58.  
  59.  
  60. a:link, a:active, a:visited{
  61. color: {color:link};
  62. text-decoration:none;
  63. opacity:;
  64. z-index:999;
  65. -webkit-transition: all 0.5s ease-in-out;
  66. -moz-transition: all 0.5s ease-in-out;
  67. -o-transition: all 0.5s ease-in-out;}
  68.  
  69. a:hover{color:{color: link hover};
  70. opacity: .5;
  71. -webkit-transition: all 0.5s ease-in-out;
  72. -moz-transition: all 0.5s ease-in-out;
  73. -o-transition: all 0.5s ease-in-out;}
  74.  
  75.  
  76. img {border:none;}
  77.  
  78. /* POSTS */
  79.  
  80. #entries { padding:10px;
  81. padding-bottom:20px;
  82. width:500px;
  83. margin-left:400px;
  84. margin-top:40px;
  85. }
  86.  
  87. #post {width:500px;
  88. padding:5px;
  89. background:{color:post background};
  90. margin-bottom:10px; }
  91.  
  92.  
  93. blockquote {padding-left:5px;
  94. border-left:2px solid;}
  95.  
  96. blockquote blockquote { padding-left:5px;
  97. border-left:2px solid;}
  98.  
  99.  
  100.  
  101. h1 {font-size:13px;
  102. line-height:20px;
  103. letter-spacing:1px;
  104. margin-top:0px;
  105. color: {color:post title};
  106. border-bottom: 1px solid #CCCCCC;}
  107.  
  108. #info {
  109. text-align:center;
  110. margin-top:10px;}
  111.  
  112. #asker {
  113. float:left;
  114. margin-right:5px;}
  115.  
  116.  
  117. /* SIDEBAR */
  118.  
  119. #sidebar {
  120. width:250px;
  121. position:fixed;
  122. margin-left:100px;
  123. margin-top:100px;
  124. padding:10px;
  125.  
  126. background:{color: sidebar background};
  127. }
  128.  
  129. #links {font-size:15px;
  130. text-align:center;
  131. letter-spacing:10px;
  132. margin-bottom:15px;
  133. font-family:{font:title};}
  134.  
  135.  
  136. #description {padding: 5px;
  137. padding-top:10px;
  138. border-bottom: 1px solid #CCCCCC;
  139. line-height: 9px;
  140. letter-spacing:;
  141. font-size: 9px;
  142. width:250px;}
  143.  
  144. #title {font-size:15px;
  145. text-align:center;
  146. letter-spacing:2px;
  147. border-bottom: 1px solid #CCCCCC;
  148. margin-bottom:5px;
  149. padding-bottom:5px;
  150. font-family:{font:title};}
  151.  
  152. #sidebarimage {width 250px;}
  153.  
  154. #sidebarimage img {
  155. width:250px;
  156. -moz-border-radius:11px; -webkit-border-radius:11px;}
  157.  
  158. {block:IfNotEndlessScrolling}
  159. #pagi {
  160. font-size:7px;
  161. text-align:center;
  162. font-weight:none;
  163. text-transform:uppercase;
  164. letter-spacing:1px;
  165. padding: 4px 0px 0px 0px;
  166. color:{color:link};}
  167. {/block:IfNotEndlessScrolling}
  168.  
  169.  
  170.  
  171.  
  172. .navi {
  173. font-family: Calibri;
  174. font-size: 10px;
  175. position: relative;
  176. padding: 3px;
  177. width: 250px;
  178. border: 0px solid white;
  179. color: {color:Navigation Text};}
  180.  
  181. }
  182.  
  183. {CustomCSS}
  184.  
  185. </style></head>
  186.  
  187.  
  188.  
  189.  
  190. <body>
  191.  
  192. <div id="sidebar">
  193.  
  194. <div id="links"><a href="/"><img src="http://media.tumblr.com/tumblr_mer0s2kYXQ1rxfplt.png" title="home"></a> <a href="/ask"><img src=http://media.tumblr.com/tumblr_mer0syJOTp1rxfplt.png title="ask"></a> <a href="/archive"><img src=http://media.tumblr.com/tumblr_mer0s6R1ux1rxfplt.png title="archive"></a> <a href="/random"><img src=http://media.tumblr.com/tumblr_mer0w7nWQE1rxfplt.png title="random"></a> <a href="http://chinqu.tumblr.com"><img src=http://media.tumblr.com/tumblr_mer469o9qi1rxfplt.png title="theme"></a>
  195. </div>
  196.  
  197. <div id="title"><a href="/">{Title}</a></div>
  198.  
  199. <div id="sidebarimage"><img src="{image:sidebar}" ></div>
  200.  
  201. <div id="description">
  202.  
  203. {Description}
  204. <p>
  205. <select onChange="location.href=this.options[this.selectedIndex].value;" class="navi">
  206. <option value="/">navigation</option>
  207. {block:IfCustomLink1}<option value="{text:Custom Link 1}">{text:Custom Link 1 Title}</option>{/block:IfCustomLink1}
  208. {block:IfCustomLink2}<option value="{text:Custom Link 2}">{text:Custom Link 2 Title}</option>{/block:IfCustomLink2}
  209. {block:IfCustomLink3}<option value="{text:Custom Link 3}">{text:Custom Link 3 Title}</option>{/block:IfCustomLink3}
  210. {block:IfCustomLink4}<option value="{text:Custom Link 4}">{text:Custom Link 4 Title}</option>{/block:IfCustomLink4}
  211. {block:IfCustomLink5}<option value="{text:Custom Link 5}">{text:Custom Link 5 Title}</option>{/block:IfCustomLink5}
  212. </select><br><br>
  213.  
  214.  
  215.  
  216. <div id="pagi">{block:IfNotEndlessScrolling}{block:Pagination}<center>
  217. {block:PreviousPage}<a href="{PreviousPage}">BACK</a> / {/block:PreviousPage}
  218. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  219. {/block:Pagination}{/block:IfNotEndlessScrolling}</div>
  220.  
  221.  
  222.  
  223.  
  224. </div>
  225.  
  226.  
  227.  
  228.  
  229. </div>
  230.  
  231. <div id="entries">
  232. <div class = "autopagerize_page_element" >
  233.  
  234. {block:Posts}
  235. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  236.  
  237. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  238.  
  239. {/block:SourceLogo}
  240.  
  241. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  242.  
  243. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  244.  
  245. <div id="post">
  246.  
  247. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  248.  
  249. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  250.  
  251. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  252. {block:Quote}{Quote}{/block:Quote}
  253.  
  254.  
  255.  
  256. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  257.  
  258. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  259.  
  260. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  261.  
  262. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  263.  
  264. {block:Answer}
  265. <table style="padding-bottom:5px;margin-bottom:5px;">
  266. <tr>
  267. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-48}" style="height:44px; width:44px; -moz-border-radius:11px; border-radius:11px; float:left"></td>
  268. <td style="vertical-align:top;"><strong>{Asker} said:</strong> {Question}</td>
  269. </tr>
  270. </table>
  271. {Answer}
  272. {/block:Answer}
  273.  
  274. <div id="info">
  275. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  276. {NoteCountWithLabel}</a> {block:IfShowTags}{block:HasTags} <div class="tags21"> tagged {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</div>
  277.  
  278. </div>
  279. {block:PostNotes}{PostNotes}{/block:PostNotes}
  280.  
  281.  
  282.  
  283. {/block:Posts}</div>
  284.  
  285. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment