Advertisement
redtour

redtour's theme #02

Aug 6th, 2013
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 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. <!-- REDTOUR THEME #02 -->
  4. <!-- please keep credit intact -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:link" content="#515151">
  14. <meta name="color:infobackground" content="#FCFCFC">
  15. <meta name="color:text" content="#515151">
  16. <meta name="color:tags" content="#9a9a9a">
  17. <meta name="color:scrollbar" content="#9a9a9a">
  18. <meta name="color:border" content="#e2e2e2">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:Link 1 text" content="">
  23. <meta name="text:Link 1 URL" content="/">
  24. <meta name="text:Link 2 text" content="">
  25. <meta name="text:Link 2 URL" content="/">
  26. <meta name="text:Link 3 text" content="">
  27. <meta name="text:Link 3 URL" content="/">
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. a {
  38. color:{color:link};
  39. text-decoration:none;
  40. }
  41.  
  42. a:hover {
  43. color:{color:hover};
  44. text-decoration:underline;
  45. }
  46.  
  47.  
  48. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  49. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  51.  
  52. body {
  53. background-color:{color:bg};
  54. font-family:Calibri;
  55. font-weight:normal;
  56. }
  57.  
  58.  
  59.  
  60.  
  61. h1 {
  62. font-weight:normal;
  63. font-size:10px;
  64. text-align:center;
  65. font-style:normal;
  66. line-height:80%;
  67. letter-spacing:1px;
  68. text-transform:normal;
  69. color:{color:text};
  70. }
  71.  
  72. h2 {
  73. font-size:16px;
  74. text-align:center;
  75. line-height:100%;
  76. letter-spacing:-0.5px;
  77. color:{color:text};
  78. font-weight:normal;
  79. padding:5px;
  80. padding-bottom:2px;
  81. }
  82.  
  83.  
  84. blockquote {
  85. border-left:2px solid {color:text};
  86. padding-left:5px;
  87. margin:5px;
  88. }
  89.  
  90. #theme {
  91. background-color:{color:bg};
  92. width:700px;
  93. margin: 0 auto -12px auto;
  94. text-align: center;
  95. }
  96.  
  97. #sidebar {
  98. color:{color:text};
  99. position:fixed;
  100. width:150px;
  101. height:150px;
  102. margin-top:160px;
  103. margin-left:-120px;
  104. text-align:left;
  105. }
  106.  
  107. #sidebar img {
  108. width:150px;
  109. height:150px;
  110. margin-bottom:5px;
  111. padding:1px;
  112. }
  113.  
  114. .links {
  115. margin-bottom:-0px;
  116. font-size:10px;
  117. text-transform:uppercase;
  118. text-align:center;
  119. letter-spacing:2px;
  120. line-height:200%;
  121. border-top:1px solid {color:border};
  122. border-bottom:1px solid {color:border};
  123. }
  124.  
  125. .links a{
  126. padding:1px;
  127. color:{color:links};
  128. letter-spacing:0px;
  129. text-decoration:none;
  130. }
  131.  
  132. .links a:hover{
  133. color:{color:links};
  134. text-decoration:underline;
  135. }
  136.  
  137. .desc {
  138. margin-top:5px;
  139. text-align:center;
  140. font-size:10px;
  141. color:{color:text};
  142. letter-spacing:0px;
  143. line-height:120%;
  144. }
  145.  
  146. .desc a {
  147. color:{color:link};
  148. }
  149.  
  150. .pagi {
  151. font-family:times;
  152. text-transform:lowercase;
  153. text-align:center;
  154. line-height: 130%;
  155. font-size: 10px;
  156. color:{color:text};
  157. }
  158.  
  159. #stuffcontainer {
  160. float:left;
  161. margin-left:200px;
  162. margin-top:25px;
  163. text-align:justify;
  164. background-color:{color:bg};
  165. color:{color:text};
  166. margin-bottom: 35px;
  167. }
  168.  
  169.  
  170. #stuff {
  171. width:500px;
  172. margin-top:85px;
  173. text-align:justify;
  174. font-size:11px;
  175. line-height:90%;
  176. letter-spacing:0x;
  177. color:{color:text};
  178. }
  179.  
  180. .caption {
  181. width:500px;
  182. text-align:justify;
  183. line-height:120%;
  184. }
  185.  
  186. .ask {
  187. padding:10px;
  188. text-align:left;
  189. color:{color:text};
  190. background-color:{color:infobg};
  191. border-bottom:1px solid {color:border};
  192. border-right:1px solid {color:border};
  193. }
  194.  
  195. .ans {
  196. text-align:left;
  197. padding:10px;
  198. color:{color:text};
  199. }
  200.  
  201. .audio {
  202. width:500px;
  203. padding-bottom:10px;
  204. background-color:{color:infobg};
  205. }
  206.  
  207. .albumart {
  208. float:left;
  209. padding:0px 10px 10px 0px;
  210. }
  211.  
  212. .albumart img {
  213. width:45px;
  214. height:45px;
  215. }
  216.  
  217. .playercontainer {
  218. text-align:left;
  219. padding:10px;
  220. background-color:#ffffff;
  221. width:480px;
  222. }
  223.  
  224. .audioinfo {
  225. padding:10px;
  226. color:{color:text};
  227. }
  228.  
  229. #postinfo {
  230. width:500px;
  231. padding:5px;
  232. font-size:10px;
  233. color:{color:link};
  234. text-transform:normal;
  235. font-style:normal;
  236. letter-spacing:2px;
  237. text-align:left;
  238. border-top:1px solid {color:border};
  239. border-bottom:1px solid {color:border};
  240. }
  241.  
  242. #postinfo a {
  243. color:{color:link};
  244. text-align:center;
  245. letter-spacing:1px;
  246. font-style:normal;
  247. }
  248.  
  249. #postinfo a:hover {
  250. text-decoration:underline;
  251. }
  252.  
  253. .note {
  254. text-transform:uppercase;
  255. font-style:normal;
  256. letter-spacing:0px;
  257. font-size: 9px;
  258. text-align:left;
  259. line-height:90%;
  260. margin-left:-40px;
  261. }
  262.  
  263. .note li {
  264. list-style-type:none;
  265. border-bottom:1px solid {color:border};
  266. padding:10px 25px 10px 25px;
  267. text-align:left;
  268. margin:0px;
  269. text-decoration:underline;
  270. }
  271.  
  272. .tags {
  273. font-style:normal;
  274. width:500px;
  275. text-transform:normal;
  276. font-style:normal;
  277. color:{color:tags};
  278. letter-spacing:2px;
  279. line-height:120%;
  280. font-size:8px;
  281. text-align:left;
  282. padding:2px;
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;
  286. }
  287.  
  288. .tags a {
  289. color:{color:tags};
  290. letter-spacing:1px;
  291. padding:1px;
  292. }
  293.  
  294. .tags a:hover {
  295. color:{color:link};
  296. }
  297.  
  298. ul.chat, .chat ol, .chat li {
  299. list-style:none;
  300. margin:0px;
  301. padding:2px;
  302. }
  303.  
  304. .label {
  305. text-decoration:underline;
  306. font-weight:700;
  307. background-color:{color:infobg};
  308. margin-right:5px;
  309. }
  310.  
  311. #cred {
  312. position:fixed;
  313. font-size:9px;
  314. opacity:40;
  315. letter-spacing:1px;
  316. right:12px;
  317. bottom:10px;
  318. text-transform:uppercase;
  319. text-align:center;
  320. background-color:#fff;
  321. border:1px solid #d3d7da;
  322. padding:2px;
  323. }
  324.  
  325. #cred a:hover {
  326. color:#fff;
  327. background-color:#fff;
  328. }
  329.  
  330.  
  331. {CustomCSS}
  332.  
  333. </style></head>
  334.  
  335. <body>
  336. <div id="theme">
  337. <div id="sidebar">
  338. <img src="{image:sidebar}">
  339. <div class="links">
  340. <a href="/" title="home">.01</a>
  341. <a href="/ask" title="ask">.02</a>
  342. <a href="{text:Link 1 URL}" title="{text:Link 1 Text}">.03</a>
  343. <a href="{text:Link 2 URL}" title="{text:Link 2 Text}">.04</a>
  344. <a href="{text:Link 3 URL}" title="{text:Link 3 Text}">.05</a>
  345. </div>
  346. <div class="desc">
  347. {Description}
  348. </div>
  349. {block:Pagination}
  350. <div class="pagi">
  351. {block:PreviousPage}
  352. <a href="{PreviousPage}">←</a>
  353. {/block:PreviousPage}
  354. {block:NextPage}
  355. <a href="{NextPage}">β†’</a>
  356. {/block:NextPage}
  357. </div>
  358. {/block:Pagination}
  359. </div>
  360.  
  361. <div id="stuffcontainer">
  362.  
  363. {block:Posts}
  364.  
  365. <div id="stuff">
  366.  
  367. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  368.  
  369. {block:Quote}<h2>β€œ{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  370.  
  371. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Photoset}<center>{Photoset-500}</center>
  376. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  377.  
  378. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  379.  
  380. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  381.  
  382. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="opacity:.90;margin-left:4px;"></div> &nbsp;<br>{Asker} asked: &nbsp; "{Question}<br><br>{Answer}{/block:Answer}
  383.  
  384. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  385. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  386. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  387. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  388. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  389.  
  390.  
  391.  
  392. {block:Date}<div id="postinfo"> <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  393. {block:ContentSource} / <a href="{SourceURL}">Source</a>{/block:ContentSource}</div>{/block:Date}
  394. {block:HasTags}
  395. <div class="tags">
  396. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  397. {/block:HasTags}
  398. <div class="note">
  399. {block:PostNotes}{PostNotes}{/block:PostNotes}
  400. </div>
  401. </div>
  402. {/block:Posts}
  403.  
  404.  
  405. </div>
  406.  
  407. <div id="cred"><a href="http://redtour.tumblr.com">redtour</a></div>
  408.  
  409.  
  410. </div>
  411. </div>
  412. </div>
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement