Advertisement
diorhaz

theme 11

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