Advertisement
diorhaz

Theme 03

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