queenseelie

theme #23: heart heart head

Jul 30th, 2014
1,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--META NAMES-->
  11.  
  12. <meta name="color:body" content="#666666"/>
  13. <meta name="color:links" content="#6f6e6e"/>
  14. <meta name="color:sblinks" content="#a8a8a8">
  15. <meta name="color:hover" content="#fafafa"/>
  16. <meta name="color:info" content="#a8a8a8">
  17. <meta name="color:desc" content="#aaaaaa">
  18. <meta name="color:title" content="#aaaaaa">
  19.  
  20. <meta name="image:sb" content=""/>
  21.  
  22.  
  23. <meta name="color:bg" content="#ffffff">
  24. <meta name="color:scrollbar" content="#AAAAAA">
  25. <meta name="color:scrollbarbg" content="#ffffff">
  26.  
  27.  
  28. <meta name="text:link A" content=""/>
  29. <meta name="text:link A url" content="/">
  30. <meta name="text:link B" content=""/>
  31. <meta name="text:link B url" content="/">
  32. <meta name="text:link C" content=""/>
  33. <meta name="text:link C url" content="/">
  34. <meta name="text:link D" content=""/>
  35. <meta name="text:link D url" content="/">
  36.  
  37.  
  38.  
  39.  
  40. <!--
  41. * theme twenty three *
  42. * heart heart head *
  43. * kitty :: http://queenseelie.tumblr.com/ *
  44. ** edit as much as you want bbys, just don't remove the credit or re-post.
  45. i will find you if you do i s2g**
  46.  
  47. -->
  48.  
  49. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. height:auto;
  62. background-color:#e4e1e1;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:9px;
  67. width:4px;
  68. background-color:#ffffff;
  69. }
  70.  
  71.  
  72. body {
  73. background-color:{color:bg};
  74. font-family:cumbria;
  75. font-size:10px;
  76. text-align:justify;
  77. color:{color:body};
  78. margin:0;
  79. }
  80.  
  81. a {
  82. color:{color:links};
  83. text-decoration:none;
  84. -moz-outline-style:none;
  85. }
  86.  
  87. a:hover{
  88. color:{color:hover};
  89. -moz-transition-duration:0.3s;
  90. -webkit-transition-duration:0.3s;
  91. -o-transition-duration:0.3s;
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103. blockquote blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. }
  107.  
  108.  
  109. /*SIDEBAR*/
  110.  
  111.  
  112. #sidebar {
  113. position:fixed;
  114. left:180px;
  115. margin-top:160px;
  116. width:150px;
  117. padding:10px 25px 10px 25px;
  118. }
  119.  
  120. #sidebar img{
  121. width: 150px;
  122. padding: 5px;
  123. margin-top:auto;
  124. margin-left:auto;
  125.  
  126. }
  127.  
  128.  
  129.  
  130.  
  131.  
  132. #title {
  133. width:150px;
  134. text-align:center;
  135. font-size:14px;
  136. margin-top:0px;
  137. margin-left:0px;
  138. padding:3px;
  139. font-family:times;
  140. font-weight:bold;
  141. letter-spacing:2px;
  142. text-transform:lowercase;
  143.  
  144. }
  145.  
  146. #title a{
  147. color:{color:title};
  148. }
  149.  
  150. #links {
  151. position: relative;
  152. width:150px;
  153. margin-top: 10px;
  154. margin-left:0px;
  155. height:auto;
  156. padding:0px 0 0 0;
  157. font-size:8px;
  158. font-family:times;
  159. text-align:center;
  160. line-height:160%;
  161. letter-spacing:2px;
  162. word-spacing: 3px;
  163.  
  164.  
  165. }
  166.  
  167.  
  168. #links a{
  169. display:inline-block;
  170. color:{color:links};
  171. text-transform:uppercase;
  172. }
  173.  
  174. #links a:hover{
  175. color:{color:hover};
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. }
  180.  
  181.  
  182.  
  183. #desc {
  184. text-align:center;
  185. margin-top:0px;
  186. width:130px;
  187. font-size:10.5px;
  188. margin-left:5px;
  189. font-family:times;
  190. font-style:italic;
  191. word-spacing:.5px;
  192. padding:10px;
  193. color: {color:desc};
  194. border-bottom:1px solid #eeeeee;
  195. background:#f8f8f8;
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203.  
  204. .pagi {
  205. position:fixed;
  206. width:150px;
  207. font-size:8px;
  208. text-align:center;
  209. margin-top:15px;
  210. margin-left:5px;
  211. font-family:cumbria;
  212. letter-spacing:1px;
  213. }
  214.  
  215.  
  216.  
  217. /*ENTRIES*/
  218.  
  219.  
  220.  
  221.  
  222.  
  223. #container {
  224. width:400px;
  225. padding:15px;
  226. margin-left:560px;
  227. margin-top:55px;
  228. margin-bottom:55px;
  229.  
  230.  
  231.  
  232. }
  233.  
  234. #posts {
  235. width:400px;
  236. padding:25px;
  237. position:relative;
  238. background:#ffffff;
  239. margin-bottom:50px;
  240.  
  241.  
  242. }
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. /*POST INFO*/
  251.  
  252. #info {
  253. width:400px;
  254. text-align:center;
  255. font-family:calibri;
  256. font-size:8px;
  257. text-transform:uppercase;
  258. padding:1px;
  259. color:{color:info};
  260. line-height:10px;
  261. border-top:1px solid, border-color:#fff;
  262. margin-top:5px;
  263. margin-bottom:55px;
  264. }
  265.  
  266. #info a{
  267. color:{color:info};
  268. }
  269.  
  270. #info a:hover{
  271. color:{color:hover};
  272. }
  273.  
  274. #tags{
  275. width:400px;
  276. padding:5px;
  277. margin-top:0px;
  278. margin-left:-5px;
  279. float:left;
  280. text-align:center;
  281. font-size:8px;
  282. opacity:1;
  283. color:{color:links};
  284. transition-duration: 0.5s;
  285. -moz-transition-duration: 0.5s;
  286. -webkit-transition-duration: 0.5s;
  287. -o-transition-duration: 0.5s
  288. }
  289.  
  290. #tags a {
  291. display:inline-block;
  292. color:{color:info};
  293. font-size:8px;
  294. text-align:center;
  295. text-decoration:none;
  296. }
  297.  
  298. #notes{
  299. font-size:7px;
  300. text-transform:uppercase;
  301. }
  302.  
  303.  
  304.  
  305. #asker {
  306. font-family:baskerville;
  307. font-weight:bold;
  308. font-style:italic;
  309. font-size:16px;
  310. color:#666666;
  311. }
  312. #ask {
  313. font-family:helvetica;
  314. padding:15px;
  315. margin-top:5px;
  316. margin-bottom:5px;
  317. background:#fdfdfd;
  318. color:#66666;
  319. font-size:10px;
  320. text-align:center;
  321. text-transform:lowercase;
  322. }
  323.  
  324. #ans {
  325. font-family:helvetica;
  326. margin-top:5px;
  327. margin-bottom:5px;
  328. font-style:normal;
  329. font-size:10px;
  330. text-align:center;
  331. color:{color:text};
  332. }
  333.  
  334. .cover {
  335. position: relative;
  336. width: 90px;
  337. float:left;}
  338.  
  339. .player {
  340. width:20px;
  341. height:30px;
  342. z-index: 99;
  343. overflow: hidden;
  344. position: relative;
  345. margin: 15px 24px 13px 16px;
  346. }
  347.  
  348. .audiocontainer {
  349. background-color:#fff;
  350. border-radius: 500px;
  351. position: absolute;
  352. z-index:99;
  353. opacity: 0.3;
  354. margin-top: 15px;
  355. margin-left: 15px;
  356.  
  357. }
  358.  
  359.  
  360. .audiocontainer:hover {
  361. opacity:0.9;
  362. }
  363.  
  364. .audioinfo {
  365. padding:20px;
  366. font-size:11px;
  367. margin-left: 93px;
  368. text-align:center;
  369. background:#fff;
  370. height: 50px;
  371. }
  372.  
  373.  
  374. .quote
  375. {font-size:12px;
  376. font-family:calibri;
  377. line-height:15px;}
  378.  
  379. .source
  380. {font-size:8px;
  381. text-transform:uppercase;
  382. font-family:calibri;
  383. font-weight:bold;
  384. padding-top:10px;
  385. text-align:center;
  386. margin-bottom:10px;}
  387.  
  388.  
  389.  
  390. /*CREDIT*/
  391.  
  392. #maker {
  393. width:24px;
  394. height:18px;
  395. border-radius:15px;
  396. background-color: #f9f9f9;
  397. padding-top:6px;
  398. position:fixed;
  399. text-align:center;
  400. right:10px;
  401. bottom:10px;
  402. }
  403.  
  404. #maker a{
  405. width:5px;
  406. font-family:consolas;
  407. font-size:9px;
  408. text-align:center;
  409. text-transform:uppercase;
  410. text-decoration:none;
  411. letter-spacing:1px;
  412. color:#555555;
  413. border:0px solid #dddddd;
  414. }
  415.  
  416.  
  417.  
  418. {CustomCSS}
  419.  
  420. </style></head>
  421.  
  422.  
  423. <body>
  424.  
  425.  
  426.  
  427. </div>
  428.  
  429. <div id="sidebar">
  430. <div id="title"><a href="/">{Title}</a></div>
  431. <div id="sidebarimg">
  432. <img src="{image:sb}"></div>
  433. <div id="desc">{description}</div>
  434. <div id="links">
  435. <a href="{text:link A url}">{text:link A}</a>
  436. <a href="{text:link B url}">{text:link B}</a>
  437. <a href="{text:link C url}">{text:link C}</a>
  438. <a href="{text:link D url}">{text:link D}</a>
  439. </div>
  440. {block:Pagination}
  441. <div class="pagi">
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}">back - </a>
  444. {/block:PreviousPage}
  445. {block:NextPage}
  446. <a href="{NextPage}">forth</a>
  447. {/block:NextPage}
  448. </div>
  449. {/block:Pagination}
  450. </div>
  451. </div>
  452.  
  453.  
  454. <div id="container">
  455. {block:Posts}
  456. <div id="post">
  457.  
  458.  
  459. <!--TEXT POSTS-->
  460.  
  461. {block:Text}
  462. {block:Title}<h2>{Title}</h2>{/block:Title}
  463. {Body}
  464. {/block:Text}
  465.  
  466. <!--ASKS-->
  467.  
  468. {block:Answer}<div id="ask"><div id="asker">{Asker}</div> {Question}</div>
  469. <div id="ans">{Answer}</div>{/block:answer}
  470.  
  471. <!--QUOTE POSTS-->
  472. {block:Quote}
  473.  
  474. <div class="quote">
  475. <div class="quotetext_{Length}">"{Quote}"</div>
  476. {block:Source}<div class="source">{Source}</div>{/block:Source}
  477. </div>
  478. {/block:Quote}
  479.  
  480. <!--LINK POSTS-->
  481.  
  482. {block:Link}
  483. <h2><a href="{URL}">{Name}</a></h2>
  484. {block:Description}{Description}{/block:Description}
  485. {/block:Link}
  486.  
  487. <!--CHAT POSTS-->
  488.  
  489. {block:Chat}
  490. {block:Title}<h2>{Title}</h2>{/block:Title}
  491. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  492. {Line}</li>{/block:Lines}</ul>
  493. {/block:Chat}
  494.  
  495. <!--PHOTO POSTS-->
  496.  
  497. {block:Photo}
  498. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  499.  
  500. {block:Caption}{Caption}{/block:Caption}
  501. {/block:Photo}
  502.  
  503. <!--PHOTOSET POSTS-->
  504.  
  505. {block:Photoset}
  506. {Photoset-400}
  507. {block:Caption}{Caption}{/block:Caption}
  508. {/block:Photoset}
  509.  
  510. <!--VIDEO POSTS-->
  511.  
  512. {block:Video}
  513. {Video-400}
  514. {block:Caption}{Caption}{/block:Caption}
  515. {/block:Video}
  516.  
  517.  
  518. <!--AUDIO-->
  519.  
  520. {block:Audio}<div class="audiocontainer"><div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="audioinfo">
  521. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Album} {Album}</span>{/block:Album} – {block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  522.  
  523. <!--POST INFO-->
  524.  
  525.  
  526. <div id="info">
  527.  
  528.  
  529. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} </a> {block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} + <a href="{Permalink}">{NoteCountWithLabel}</a>
  530. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}; </a> {/block:Tags}</div>{/block:HasTags}</div></div>
  531. {/block:Posts}
  532. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  533. {/block:Posts}</div></div>
  534.  
  535.  
  536.  
  537. </div></div>
  538.  
  539. {/block:Posts}
  540.  
  541. <!--CREDIT-->
  542. <div id="maker"><a href="http://queenseelie.tumblr.com/"><span style="font-style:normal;">QS</span></a></div>
  543.  
  544. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment