divakey

Oolong Tea Theme

Dec 9th, 2012
1,950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 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.  
  9.  
  10. <meta name="font:Title" content="trebuchet ms"/>
  11. <meta name="font:Body" content="tebuchet ms"/>
  12. <meta name="image:Background" content=""/>
  13. <meta name="color:Background" content=""/>
  14. <meta name="color:Text" content=""/>
  15. <meta name="color:link" content=""/>
  16. <meta name="color:link hover" content=""/>
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="if:Show Tags" content="0"/>
  19. <meta name="color:description" content=""/>
  20. <meta name="color:scroll bar" content="" />
  21. <meta name="color:Content Background" content=""/>
  22. <meta name="text:Custom Link 1" content="" />
  23. <meta name="text:Custom Link 1 Title" content="" />
  24. <meta name="text:Custom Link 2" content="" />
  25. <meta name="text:Custom Link 2 Title" content="" />
  26. <meta name="text:Custom Link 3" content="" />
  27. <meta name="text:Custom Link 3 Title" content="" />
  28. <meta name="text:Custom Link 4" content="" />
  29. <meta name="text:Custom Link 4 Title" content="" />
  30. <meta name="text:Custom Link 5" content="" />
  31. <meta name="text:Custom Link 5 Title" content="" />
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar { width: 4px; height: 4px; }
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  39. ::-webkit-scrollbar-track-piece { background-color: white; }
  40. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scroll bar}; }
  41.  
  42. body {
  43. background:{color:background};
  44. background-image: url({image:Background});
  45. background-attachment:fixed;
  46. margin:0px;
  47. color:{color:text};
  48. font-family:{font:body};
  49. font-size:10px;
  50. line-height:100%;}
  51.  
  52.  
  53.  
  54. a:link, a:active, a:visited{
  55. color: {color:link}; text-decoration:none;}
  56.  
  57. a:hover{color:{color:hover};}
  58.  
  59.  
  60. img {border:none;}
  61.  
  62. blockquote {padding-left:5px;
  63. border-left:2px solid;}
  64.  
  65. blockquote blockquote { padding-left:5px;
  66. border-left:2px solid;}
  67.  
  68. h1 {font-size:13px;
  69. line-height:20px;
  70. font-face: {font: title};
  71. border-bottom: 1px solid #CCCCCC;}
  72.  
  73.  
  74. #entries { padding:10px;
  75. padding-bottom:20px;
  76. width:500px;
  77. margin-left:500px;
  78. margin-top:40px;
  79. }
  80.  
  81. #post {
  82. width:500px;
  83. padding:5px;
  84. background:{color:content background};
  85. border:0px solid {color:Post Border};
  86. margin-bottom:10px;
  87. }
  88.  
  89. #sidebar {
  90. width:250px;
  91. position:fixed;
  92. margin-left:200px;
  93. margin-top:100px;
  94. padding:10px;
  95.  
  96. background:{color: sidebar background};
  97. }
  98.  
  99. #links {font-size:15px;
  100. text-align:center;
  101. letter-spacing:10px;
  102. margin-bottom:15px;
  103. font-family:{font:title};}
  104.  
  105.  
  106. #description {
  107. padding: 5px;
  108. padding-top:10px;
  109. border-bottom: 1px solid #CCCCCC;
  110. line-height: 9px;
  111. letter-spacing:;
  112. font-size: 9px;
  113. font-color:{color:description};}
  114.  
  115. #title {
  116. font-size:15px;
  117. text-align:center;
  118. letter-spacing:5px;
  119. border-bottom: 1px solid #CCCCCC;
  120. margin-bottom:5px;
  121. padding-bottom:5px;
  122. font-family:{font:title};}
  123.  
  124. #sidebarimage {width 250px;}
  125.  
  126. #sidebarimage img {
  127. width:250px;
  128. -moz-border-radius:11px; -webkit-border-radius:11px;}
  129.  
  130.  
  131. #pagi {
  132. font-size:7px;
  133. text-align:center;
  134. font-weight:none;
  135. text-transform:uppercase;
  136. letter-spacing:1px;
  137. padding: 4px 0px 0px 0px;
  138. color:{color:link};}
  139.  
  140.  
  141.  
  142. #info {
  143. text-align:center;
  144. margin-top:10px;}
  145.  
  146. #asker {
  147. float:left;
  148. margin-right:5px;}
  149.  
  150. .navi {
  151. font-family: Calibri;
  152. font-size: 10px;
  153. position: relative;
  154. padding: 3px;
  155. width: 230px;
  156. border: 0px solid white;
  157. color: {color:Navigation Text};
  158. background: {color:Navigation};
  159. }
  160.  
  161. }
  162.  
  163. {CustomCSS}
  164.  
  165. </style></head>
  166.  
  167.  
  168.  
  169.  
  170. <body>
  171.  
  172. <div id="sidebar">
  173.  
  174. <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://www.tumblr.com/liked/by/YOUR TUMBLR USERNAME HERE"><img src=http://media.tumblr.com/tumblr_mer0vym33u1rxfplt.png title="likes"></a> <a href="http://chinqu.tumblr.com"><img src=http://media.tumblr.com/tumblr_mer469o9qi1rxfplt.png title="theme"></a>
  175. </div>
  176.  
  177. <div id="title"><a href="/">{Title}</a></div>
  178.  
  179. <div id="sidebarimage"><img src="{image:sidebar}" ></div>
  180.  
  181. <div id="description">
  182.  
  183. <select onChange="location.href=this.options[this.selectedIndex].value;" class="navi">
  184. <option value="/">navigation</option>
  185. {block:IfCustomLink1}<option value="{text:Custom Link 1}">{text:Custom Link 1 Title}</option>{/block:IfCustomLink1}
  186. {block:IfCustomLink2}<option value="{text:Custom Link 2}">{text:Custom Link 2 Title}</option>{/block:IfCustomLink2}
  187. {block:IfCustomLink3}<option value="{text:Custom Link 3}">{text:Custom Link 3 Title}</option>{/block:IfCustomLink3}
  188. {block:IfCustomLink4}<option value="{text:Custom Link 4}">{text:Custom Link 4 Title}</option>{/block:IfCustomLink4}
  189. {block:IfCustomLink5}<option value="{text:Custom Link 5}">{text:Custom Link 5 Title}</option>{/block:IfCustomLink5}
  190. </select><br><br>
  191.  
  192. {Description}
  193.  
  194. <div id="pagi">{block:Pagination}<center>
  195. {block:PreviousPage}<a href="{PreviousPage}">BACK</a> / {/block:PreviousPage}
  196. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  197. {/block:Pagination}</div>
  198.  
  199.  
  200.  
  201.  
  202. </div>
  203.  
  204.  
  205.  
  206.  
  207. </div>
  208.  
  209. <div id="entries">{block:Posts}
  210. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  211.  
  212. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  213.  
  214. {/block:SourceLogo}
  215.  
  216. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  217.  
  218. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  219.  
  220. <div id="post">
  221.  
  222. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  223.  
  224. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  225.  
  226. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  227. {block:Quote}{Quote}{/block:Quote}
  228.  
  229.  
  230.  
  231. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  232.  
  233. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  234.  
  235. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  236.  
  237. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  238.  
  239. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  240.  
  241. <div id="info">
  242. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  243. {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>
  244.  
  245. </div>
  246. {block:PostNotes}{PostNotes}{/block:PostNotes}
  247.  
  248.  
  249.  
  250. {/block:Posts}</div>
  251.  
  252. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment