Advertisement
queenseelie

theme #06: electric

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