Advertisement
redtour

redtour's theme #04

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