Advertisement
redtour

redtour's theme #05

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