Advertisement
diorhaz

theme 17

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