Advertisement
diorhaz

Theme 08

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