Advertisement
diorhaz

Theme 07

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