Advertisement
queenseelie

theme #21: little white lies

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