Advertisement
queenseelie

theme #16: salvation

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