Advertisement
diorhaz

theme 19

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