Advertisement
diorhaz

Theme 10

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