Advertisement
diorhaz

Theme xi

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