Advertisement
redtour

redtour's theme #06

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