Advertisement
queenseelie

theme #17: west coast

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