Advertisement
Alliecatisallama

The Knight of Flowers theme 6

Dec 26th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 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.  
  3. <!-- The Knight of Flowers THEME #6 By Seede-r/Alliecatisallama
  4. Please do not use as a base code for your own theme or remove the credit otherwise I'll go all llama style on you.-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:background" content="#fbfbfb">
  13. <meta name="color:postbg" content="#f1f1f1">
  14. <meta name="color:link" content="#353535">
  15. <meta name="color:text" content="#9a9a9a">
  16. <meta name="color:tags" content="#ededed">
  17. <meta name="color:scrollbar" content="#d5d5d5">
  18. <meta name="color:scrollbarbg" content="#d5d5d5">
  19. <meta name="color:descriptionbg" content="#f1f1f1">
  20. <meta name="color:border" content="#d6d6d6">
  21.  
  22. <meta name="image:sidebarimage1" content=""/>
  23. <meta name="image:sidebarimage2" content=""/>
  24.  
  25. <meta name="text:link 1" content="link">
  26. <meta name="text:link 1 url" content="/">
  27. <meta name="text:link 2" content="link">
  28. <meta name="text:link 2 url" content="/">
  29. <meta name="text:link 3" content="link">
  30. <meta name="text:link 3 url" content="/">
  31. <meta name="text:link 4" content="link">
  32. <meta name="text:link 4 url" content="/">
  33. <meta name="text:link 5" content="link">
  34. <meta name="text:link 5 url" content="/">
  35. <meta name="text:link 6" content="link">
  36. <meta name="text:link 6 url" content="/">
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-bottom: 5px solid {color:scrollbarbg}}
  48.  
  49. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbarbg}; border: 0px solid {color:background}}
  50.  
  51. body {background-color: {color:background};}
  52.  
  53. a {
  54. color:{color:link};
  55. text-decoration:none;
  56. -moz-transition-duration:0.7s;
  57. -webkit-transition-duration:0.7s;
  58. -o-transition-duration:0.7s;
  59. }
  60.  
  61. a:hover {
  62. color:{color:text};
  63. }
  64.  
  65. h1 {
  66. font-family:'calibri';
  67. font-size:11px;
  68. text-align:right;
  69. font-weight:normal;
  70. font-style:none;
  71. line-height:120%;
  72. letter-spacing:1px;
  73. }
  74.  
  75. h2 {
  76. font-family:'calibri';
  77. font-size:10px;
  78. text-align:left;
  79. font-weight:normal;
  80. line-height:120%;
  81. font-style:italic;
  82. letter-spacing:-0.5px;
  83. }
  84.  
  85. blockquote {
  86. border-left:2px solid {color:text};
  87. padding-left:6px;
  88. margin:5px;
  89. }
  90.  
  91. #body {
  92. background-color:{color:background};
  93. width: 900px;
  94. text-align: center;
  95. margin: 0 auto -12px auto;
  96. }
  97.  
  98. #posts {
  99. float:left;
  100. margin-top:10px;
  101. margin-left:275px;
  102. text-align:justify;
  103. background-color:{color:bg};
  104. font-family:cambria;
  105. color:{color:text};
  106. margin-bottom: 5%;
  107. }
  108.  
  109. #entries {
  110. width:500px;
  111. margin-top:50px;
  112. font-family:calibri;
  113. text-align:justify;
  114. font-size:11px;
  115. line-height:120%;
  116. letter-spacing:0.5px;
  117. color:{color:text};
  118. padding:5px;
  119. background-color:{color:postbg};
  120. border: 1px solid {color:border};
  121. }
  122.  
  123. .caption {
  124. width:490px;
  125. text-align:justify;
  126. line-height:120%;
  127. }
  128.  
  129. .ask {
  130. padding:10px 20px 10px 20px;
  131. text-align:left;
  132. color:{color:text};
  133. }
  134.  
  135.  
  136. .asker {
  137. font-family:'consolas';
  138. font-size:10px;
  139. height:22px;
  140. text-align:right;
  141. font-weight:normal;
  142. line-height:120%;
  143. letter-spacing:1px;
  144. text-transform:uppercase;
  145. }
  146.  
  147. .audio {
  148. width:500px;
  149. height:170px;
  150. }
  151.  
  152. .albumart {
  153. width:120px;
  154. height:120px;
  155. position:absolute;
  156. }
  157.  
  158. .albumart img {
  159. width:150px;
  160. height:150px;
  161. float:left;
  162. }
  163.  
  164. .playercontainer {
  165. display:block;
  166. width:150px;
  167. height:150px;
  168. background-color:#ffffff;
  169. position:absolute;
  170. }
  171.  
  172. .player {
  173. margin-left:36px;
  174. margin-top:36px;
  175. width:25px;
  176. height:25px;
  177. overflow:hidden;
  178. background-color:white;
  179. }
  180.  
  181. .audioinfo {
  182. margin-left:160px;
  183. float:right;
  184. width:200px;
  185. padding:2px;
  186. margin-top:3px;
  187. }
  188.  
  189. #postinfo {
  190. width:510px;
  191. text-transform:uppercase;
  192. font-family:calibri;
  193. text-align:right;
  194. letter-spacing:1px;
  195. font-size: 9px;
  196. line-height:120%;
  197. margin-bottom:10px;
  198. color:{color:link};
  199. padding:2px;
  200. }
  201.  
  202. .note {
  203. padding:0px 20px 0px 20px;
  204. background-color:{color:bg};
  205. text-transform:uppercase;
  206. font-family:calibri;
  207. text-align:left;
  208. letter-spacing:2px;
  209. font-size: 9px;
  210. line-height:120%;
  211. color:{color:link};
  212. }
  213.  
  214. .note li {
  215. list-style-type:none;
  216. padding:5px 25px 5px 25px;
  217. text-align:left;
  218. margin-left:-50px;
  219. }
  220.  
  221. .date {
  222. padding-right:2px;
  223. -moz-transition-duration:0.7s;
  224. -webkit-transition-duration:0.7s;
  225. -o-transition-duration:0.7s;
  226. }
  227.  
  228.  
  229. .tags {
  230. width:510px;
  231. font-family:'consolas';
  232. letter-spacing:1px;
  233. font-size: 10px;
  234. text-align:right;
  235. margin-top:-12px;
  236. line-height:120%;
  237. color:{color:tags};
  238. padding:2px;
  239. }
  240.  
  241. .audio {
  242. background-color:{color:background};
  243. display:{color:background};
  244. }
  245.  
  246. .user_1 .label {
  247. color:{color:text};
  248. font-weight:normal;
  249. }
  250. .user_2 .label {
  251. color:{color:info};
  252. font-weight:normal;
  253. text-transform:uppercase;
  254. }
  255.  
  256. ul.chat, .chat ol, .chat li {
  257. list-style:li;
  258. margin:5px;
  259. padding:0px
  260. }
  261.  
  262.  
  263.  
  264. #sidebarimg {
  265. position:fixed;
  266. width:150px;
  267. text-align:right;
  268. margin-top:200px;
  269. margin-left:105px;
  270. font-family:courier new;
  271. font-size:15px;
  272. text-transform:uppercase;
  273. letter-spacing:1px;
  274. color:{color:bg};
  275. }
  276.  
  277. #sidebarimage1{
  278. width:150px;
  279. height:75px;
  280. }
  281.  
  282. #sidebarimage2{
  283. width:150px;
  284. height:75px;
  285. }
  286.  
  287.  
  288. #description {
  289. position:fixed;
  290. width:130px;
  291. height:justify;
  292. padding:10px;
  293. margin-top:359px;
  294. margin-left:105px;
  295. color:{color:text};
  296. background-color:{color:descriptionbg};
  297. font-family:'consolas';
  298. font-size:10px;
  299. line-height:100%;
  300. text-align:center;
  301. letter-spacing:0px;
  302. border-bottom: 1px solid {color:border};
  303. }
  304.  
  305. .links {
  306. font-size:9px;
  307. padding:1px;
  308. text-align:center;
  309. text-transform:uppercase;
  310. letter-spacing: 1px;
  311. line-height:120%;
  312. color:{color:link};
  313. }
  314.  
  315. #pagination {
  316. position:fixed;
  317. width:150px;
  318. text-align:left;
  319. margin-top:190px;
  320. margin-left:105px;
  321. font-family:'consolas';
  322. font-size:8px;
  323. text-transform:uppercase;
  324. letter-spacing:1px;
  325. color:{color:text};
  326. }
  327.  
  328. #pagination a {
  329. color:{color:text};
  330. opacity:1;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. #pagination:hover a {
  337. color:{color:link};
  338. opacity:1;
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. #theme {
  345. position: fixed;
  346. bottom: 0px;
  347. right: 0px;
  348. font-family: Arial;
  349. font-size: 8px;
  350. text-transform: uppercase;
  351. text-align: right;
  352. letter-spacing: 1px;
  353. }
  354.  
  355.  
  356. iframe#tumblr_controls {
  357. top: 0% !important;
  358. right:0% !important;
  359. opacity:0.3;
  360. position: fixed !important;
  361. filter:alpha(opacity=30);
  362. -webkit-transition: all 0.7s ease;
  363. -moz-transition: all 0.7s ease;
  364. -o-transition: all 0.7s ease;
  365. }
  366. iframe#tumblr_controls:hover{
  367. top: 0% !important;
  368. right:0% !important;
  369. opacity:0.8;
  370. position: fixed !important;
  371. filter:alpha(opacity=80);
  372. -webkit-transition: all 0.7s ease;
  373. -moz-transition: all 0.7s ease;
  374. -o-transition: all 0.7s ease;
  375. }
  376.  
  377. {CustomCSS}
  378.  
  379. </style>
  380.  
  381. </head>
  382. <body>
  383.  
  384. <div id="body">
  385.  
  386.  
  387. <div id="pagination">{block:Pagination} {block:PreviousPage} <a href="{PreviousPage}"><em>previous</em></a>{/block:PreviousPage}
  388. {block:NextPage}<a href="{NextPage}"><em>next</em></a>{/block:NextPage}{/block:Pagination}</div>
  389.  
  390. <div id="description">
  391.  
  392. <div class="links">
  393. <a href="/">home</a>
  394. <a href="/ask">askbox</a>
  395. <a href="{text:link 1 url}">{text:link 1}</a><br>
  396. <a href="{text:link 2 url}">{text:link 2}</a>
  397. <a href="{text:link 3 url}">{text:link 3}</a>
  398. <a href="{text:link 4 url}">{text:link 4}</a><br>
  399. <a href="{text:link 5 url}">{text:link 5}</a>
  400. <a href="{text:link 6 url}">{text:link 6}</a><br>
  401.  
  402. </div> {Description} </div>
  403.  
  404. <div id="sidebarimg">
  405. <img src="{image:sidebarimage1}">
  406. <img src="{image:sidebarimage2}">
  407. </div>
  408.  
  409. <div id="posts">
  410. {block:Posts}
  411. <div id="entries">
  412.  
  413. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  414.  
  415. {block:Quote}<h2>“{Quote}”</h2><h1> — {Source}</h1>{/block:Quote}
  416.  
  417. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  418. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  419.  
  420. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}<center>{Photoset-500}</center>
  423. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  424.  
  425. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  426.  
  427. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428.  
  429. {block:Answer}<div class="ask"><h4><big>"</big><em>{Question}</em>"</h4><div class="asker">- {Asker}<br></div></div><center>{Answer}</center>{/block:answer}
  430.  
  431. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  432. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  433. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  434. {/block:ExternalAudio}
  435. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  436. </div>
  437.  
  438. <div id="postinfo">
  439. <div class="date">
  440. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  441. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  442. {block:RebloggedFrom}<a href="{ReblogParentURL}">- from</a> {/block:RebloggedFrom}
  443. {block:ContentSource} <a href="{SourceURL}">- @</a>{/block:ContentSource}</div></div>
  444. <div class="tags">
  445. {block:HasTags}{block:Tags}<a href="{TagURL}"&nbsp;&nbsp;&nbsp;><b></b><i>#{Tag}</i></a> {/block:Tags} {/block:HasTags}</div>
  446. <div class="note">
  447. {block:PostNotes}{PostNotes}{/block:PostNotes}
  448. </div>
  449.  
  450. {/block:Posts}
  451.  
  452. <div id="theme"></a><a href="http://seede-r.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  453. </div>
  454. </div>
  455. </body>
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement