Advertisement
queenseelie

theme #09: blood & starlight

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