Advertisement
queenseelie

theme #18: sparks fly

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