Advertisement
queenseelie

theme #06: electric v2

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