Advertisement
diorhaz

theme 20

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