Advertisement
diorhaz

theme 14

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