Advertisement
diorhaz

theme 18

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