Advertisement
queenseelie

theme #10: suspension

Feb 1st, 2014
1,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 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 ten *
  42. * suspension *
  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:180px;
  150. margin-left:190px;
  151. width:220px;
  152. }
  153.  
  154. #sidebarimg img{
  155. width:200px;
  156. margin-top:-10px;
  157. padding:0px;
  158.  
  159.  
  160. }
  161.  
  162. #title {
  163. width:200px;
  164. text-align:center;
  165. margin-top:10px;
  166. margin-left:0px;
  167. padding:3px;
  168. font-family:arial;
  169. font-weight:bold;
  170. font-size:14px;
  171. color:{color:title};
  172. letter-spacing:1px;
  173. text-transform:lowercase;
  174.  
  175.  
  176.  
  177. }
  178.  
  179.  
  180. #links {
  181. position: relative;
  182. width:200px;
  183. margin-top: 2px;
  184. margin-left:0.7px;
  185. height:auto;
  186. padding:2px 0 0 0;
  187. font-size:8px;
  188. font-family:helvetica;
  189. text-align:center;
  190. line-height:170%;
  191. word-spacing: 0px;
  192. letter-spacing:2px;
  193.  
  194. }
  195.  
  196.  
  197. #links a{
  198. display:inline-block;
  199. padding:3px;
  200. color:{color:links};
  201. }
  202.  
  203. #links a:hover{
  204. opacity:0.2;
  205. color: transparent;
  206. text-shadow: #000 0 0 2px;
  207. text-decoration:none;
  208. -moz-transition-duration:0.3s;
  209. -webkit-transition-duration:0.3s; -o-transition-duration:0.3s;
  210. }
  211.  
  212.  
  213.  
  214.  
  215.  
  216. #desc {
  217. text-align:justify;
  218. margin-top: 10px;
  219. width:170px;
  220. font-size:8.5px;
  221. margin-left: 5.5px;
  222. font-family:times;
  223. font-style:normal;
  224. word-spacing:.5px;
  225. line-height:11px;
  226. padding:9px;
  227. color: #9e9c9c;
  228. background:#fdfdfd;
  229.  
  230. }
  231.  
  232.  
  233.  
  234.  
  235. .pagi {
  236. font-size:7px;
  237. text-transform:lowercase;
  238. letter-spacing:3px;
  239. font-family:arial;
  240. font-style:normal;
  241. text-align:center;
  242. margin-left:0px;
  243. margin-top:30px;
  244. }
  245.  
  246. .pagi a {
  247. color:{color:sblinks};
  248. }
  249.  
  250.  
  251. /*ENTRIES*/
  252.  
  253. #container {
  254. width:400px;
  255. padding:10px;
  256. margin-left:515px;
  257. margin-top:55px;
  258. }
  259.  
  260. #posts{
  261. width:400px;
  262. padding:25px;
  263. margin-top:30px;
  264. }
  265.  
  266.  
  267. /*POST INFO*/
  268.  
  269. #info {
  270. width:400px;
  271. text-align:center;
  272. font-family:calibri;
  273. font-size:8px;
  274. text-transform:uppercase;
  275. padding:1px;
  276. color:{color:info};
  277. line-height:10px;
  278. border-top:1px solid, border-color:#fff;
  279. margin-top:5px;
  280. margin-bottom:55px;
  281. }
  282.  
  283. #info a{
  284. color:{color:info};
  285. }
  286.  
  287. #info a:hover{
  288. color:{color:hover};
  289. }
  290.  
  291. #tags{
  292. width:400px;
  293. padding:5px;
  294. margin-top:0px;
  295. margin-left:-5px;
  296. float:left;
  297. text-align:center;
  298. font-size:8px;
  299. opacity:1;
  300. color:{color:links};
  301. transition-duration: 0.5s;
  302. -moz-transition-duration: 0.5s;
  303. -webkit-transition-duration: 0.5s;
  304. -o-transition-duration: 0.5s
  305. }
  306.  
  307. #tags a {
  308. display:inline-block;
  309. color:{color:info};
  310. font-size:8px;
  311. text-align:center;
  312. text-decoration:none;
  313. }
  314.  
  315. #notes{
  316. font-size:7px;
  317. text-transform:uppercase;
  318. }
  319.  
  320.  
  321. #ask {
  322. font-family:helvetica;
  323. padding:15px;
  324. margin-top:5px;
  325. margin-bottom:5px;
  326. background:#000;
  327. color:#fff;
  328. font-size:10px;
  329. text-align:center;
  330. text-transform:lowercase;
  331. }
  332.  
  333. #ans {
  334. font-family:helvetica;
  335. margin-top:5px;
  336. margin-bottom:5px;
  337. font-style:normal;
  338. font-size:10px;
  339. text-align:center;
  340. color:{color:text};
  341. }
  342.  
  343.  
  344. /*CREDIT*/
  345.  
  346. #maker {
  347. width:24px;
  348. height:18px;
  349. border-radius:15px;
  350. background-color: #f9f9f9;
  351. padding-top:6px;
  352. position:fixed;
  353. text-align:center;
  354. right:10px;
  355. bottom:10px;
  356. }
  357.  
  358. #maker a{
  359. width:5px;
  360. font-family:consolas;
  361. font-size:9px;
  362. text-align:center;
  363. text-transform:uppercase;
  364. text-decoration:none;
  365. letter-spacing:1px;
  366. color:#555555;
  367. border:0px solid #dddddd;
  368. }
  369.  
  370.  
  371. {CustomCSS}
  372.  
  373. </style></head>
  374.  
  375.  
  376. <body>
  377.  
  378. <div id="sidebar">
  379. <div id="sidebarimg">
  380. <img src="{image:sb}"></div>
  381. <div id="title">{Title}</div>
  382. <div id="links">
  383. <a href="{text:Link A url}" title="{text:link A}">I.</a>
  384. <a href="{text:Link B url}" title="{text:link B}">II.</a>
  385. <a href="{text:Link C url}" title="{text:link C}">III.</a>
  386. <a href="{text:Link D url}" title="{text:link D}">IV.</a>
  387. <a href="{text:Link E url}" title="{text:link E}">V.</a>
  388. <div id="desc">{description}</div>
  389. </div>
  390. {block:Pagination}
  391. <div class="pagi">
  392. {block:PreviousPage}
  393. <a href="{PreviousPage}">back</a>
  394. {/block:PreviousPage}
  395. {block:NextPage}
  396. <a href="{NextPage}">- forth</a>
  397. {/block:NextPage}
  398. </div>
  399. {/block:Pagination}
  400. </div>
  401. </div>
  402.  
  403.  
  404. <div id="container">
  405. {block:Posts}
  406. <div id="post">
  407.  
  408. <!--TEXT POSTS-->
  409.  
  410. {block:Text}
  411. {block:Title}<h2>{Title}</h2>{/block:Title}
  412. {Body}
  413. {/block:Text}
  414.  
  415. <!--ASKS-->
  416.  
  417. {block:Answer}<div id="ask">{Question} β€” {Asker}</div>
  418. <div id="ans">{Answer}</div>{/block:answer}
  419.  
  420. <!--QUOTE POSTS-->
  421. {block:Quote}
  422.  
  423. <div class="quote">
  424. <div class="quotetext_{Length}">"{Quote}"</div>
  425. {block:Source}<div class="source">{Source}</div>{/block:Source}
  426. </div>
  427. {/block:Quote}
  428.  
  429. <!--LINK POSTS-->
  430.  
  431. {block:Link}
  432. <h2><a href="{URL}">{Name}</a></h2>
  433. {block:Description}{Description}{/block:Description}
  434. {/block:Link}
  435.  
  436. <!--CHAT POSTS-->
  437.  
  438. {block:Chat}
  439. {block:Title}<h2>{Title}</h2>{/block:Title}
  440. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  441. {Line}</li>{/block:Lines}</ul>
  442. {/block:Chat}
  443.  
  444. <!--PHOTO POSTS-->
  445.  
  446. {block:Photo}
  447. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  448.  
  449. {block:Caption}{Caption}{/block:Caption}
  450. {/block:Photo}
  451.  
  452. <!--PHOTOSET POSTS-->
  453.  
  454. {block:Photoset}
  455. {Photoset-400}
  456. {block:Caption}{Caption}{/block:Caption}
  457. {/block:Photoset}
  458.  
  459. <!--VIDEO POSTS-->
  460.  
  461. {block:Video}
  462. {Video-400}
  463. {block:Caption}{Caption}{/block:Caption}
  464. {/block:Video}
  465.  
  466.  
  467. <!--AUDIO-->
  468.  
  469. {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>
  470. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  471. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  473. {/block:Audio}
  474.  
  475. <!--POST INFO-->
  476.  
  477. <div id="info">
  478. {block:Date}
  479. <a href="{Permalink}">
  480. {Month} {DayOfMonth}{DayOfMonthSuffix}
  481. </a>{/block:Date}
  482. {block:RebloggedFrom} <a href="{ReblogParentURL}">/ via</a> and {/block:RebloggedFrom}
  483. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  484. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  485. <a href="{Permalink}">with {NoteCount} notes</a> <a style="color:{color:sblinks}"></a></a>
  486. {block:HasTags}<div id="tags">
  487.  
  488. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  489. </div>{block:HasTags}
  490. </div>
  491. </div>
  492.  
  493. {/block:Posts}
  494. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  495. {/block:Posts}</div></div></div>
  496. <br><br><br><br>
  497.  
  498.  
  499. </div></div>
  500.  
  501. {/block:Posts}
  502.  
  503.  
  504. <!--CREDIT-->
  505. <div id="maker"><a href="http://queenseelie.tumblr.com/"><span style="font-style:normal;">QS</span></a></div>
  506.  
  507. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement