Advertisement
diorhaz

Theme 06.

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