Advertisement
queenseelie

theme #02: holy grail

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