Advertisement
redtour

redtour's theme #01

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