Advertisement
diorhaz

Theme 05

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