Advertisement
queenseelie

theme #13: long live

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