farflunghopes

bond of flame

Feb 26th, 2013
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. <!--- Theme #20 'Bond of Flame' by Brianna @ farflunghopes.tumblr.com
  2.  
  3. Rules:
  4. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  5. 2. Do not redistribute this theme.
  6. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  7. 4. Do not use this theme as a base code.
  8. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The sidebar image is 250px wide by 145px tall. Smaller images will be stretched and larger ones will be compressed.
  15. - The sidebar image is the home link.
  16. - There are four extra links available. Add them under the appearance options.
  17. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  18. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  19. - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). The default is beside the post. To have the info below the post, select 'BottomInfo' under the appearance options.
  20. - This theme comes with the option to have to post info hidden until the post is hovered over. To have the info visible at all times, DESELECT 'HiddenInfo' under the appearance options.
  21. - The hidden info only works when the info is BESIDE the posts, not under them.
  22.  
  23. Enjoy!
  24.  
  25. --->
  26.  
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Buenard' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
  37.  
  38. <meta name="color:background" content="#ffffff">
  39. <meta name="color:title" content="#333333">
  40. <meta name="color:text" content="#888888"/>
  41. <meta name="color:sidetext" content="#222222">
  42. <meta name="color:borders" content="#888888">
  43. <meta name="color:link" content="#333333"/>
  44. <meta name="color:linkhover" content="#999999">
  45. <meta name="color:tags" content="#FFFFFF">
  46. <meta name="color:tagshover" content="#777777">
  47. <meta name="color:infolink" content="#555555">
  48. <meta name="color:infolinkhover" content="#999999">
  49. <meta name="color:sidelink" content="#444444">
  50. <meta name="color:sidelinkhover" content="#CCCCCC">
  51. <meta name="color:sidelinkbg" content="#333333">
  52. <meta name="color:sidelinkbghover" content="#DDDDDD">
  53. <meta name="color:posts" content="#DDDDDD">
  54. <meta name="color:scrollbarbackground" content="#DDDDDD">
  55. <meta name="color:scrollbar" content="#999999">
  56. <meta name="color:highlight" content="#DDDDDD">
  57. <meta name="color:highlighttext" content="#111111">
  58.  
  59. <meta name="font:body" content="">
  60. <meta name="font:sidebar" content="">
  61.  
  62. <meta name="image:sidebar" content=""/>
  63. <meta name="image:background" content="">
  64.  
  65. <meta name="text:bodyfontsize" content="11">
  66. <meta name="text:bgimgposition" content="bottom right" />
  67. <meta name="text:link1" content="/">
  68. <meta name="text:link1name" content="link 1">
  69. <meta name="text:link2" content="/">
  70. <meta name="text:link2name" content="link 2">
  71. <meta name="text:link3" content="/">
  72. <meta name="text:link3name" content="link 3">
  73. <meta name="text:link4" content="/">
  74. <meta name="text:link4name" content="link 4">
  75.  
  76. <meta name="if:BackgroundImageRepeat" content="" />
  77. <meta name="if:BottomInfo" content="">
  78. <meta name="if:HiddenInfo" content="1">
  79.  
  80. <style type="text/css">
  81.  
  82. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  83. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  84.  
  85. ::-webkit-scrollbar {
  86. width: 7px;
  87. background-color:{color:scrollbarbackground};
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. width:7px;
  92. background-color:{color:scrollbar};
  93. }
  94.  
  95. ::selection {
  96. background: {color:highlight};
  97. color: {color:highlighttext};
  98. }
  99.  
  100. body {
  101. background-color:{color:background};
  102. color:{color:text};
  103. font-size:{text:bodyfontsize}px;
  104. font-family:{font:body};
  105. line-height:11px;
  106. background-image:url('{image:background}');
  107. background-attachment:fixed;
  108. background-position:{text:bgimgposition};
  109. {block:IfBackgroundImageRepeat}
  110. background-repeat:repeat;
  111. {/block:IfBackgroundImageRepeat}
  112. {block:IfNotBackgroundImageRepeat}
  113. background-repeat:no-repeat;
  114. {/block:IfNotBackgroundImageRepeat}
  115. }
  116.  
  117. a {
  118. color:{color:link};
  119. text-decoration:none;
  120. outline:none;
  121. -moz-outline-style:none;
  122. -webkit-transition: all 0.6s ease-out;
  123. -o-transition: all 0.6s ease-out;
  124. -webkit-transition: all 0.6s ease-out;
  125. -moz-transition: all 0.6s ease-out;
  126. }
  127.  
  128. a:hover {
  129. color:{color:linkhover};
  130. -webkit-transition: all 0.6s ease-out;
  131. -o-transition: all 0.6s ease-out;
  132. -webkit-transition: all 0.6s ease-out;
  133. -moz-transition: all 0.6s ease-out;
  134. }
  135.  
  136. blockquote {
  137. padding-left:3px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:3px;
  143. border-left:2px solid;
  144. }
  145.  
  146. h1 {
  147. font-size:15px;
  148. font-family: 'Buenard', serif;
  149. }
  150.  
  151. #theme {
  152. width:100%;
  153. margin-left:0%;
  154. }
  155.  
  156. #entries {
  157. padding:10px;
  158. width:500px;
  159. margin-left:470px;
  160. margin-top:40px;
  161. }
  162.  
  163. #post {
  164. width:500px;
  165. padding:11px;
  166. background-color:{color:posts};
  167. overflow:hidden;
  168. -webkit-transition: all 0.6s ease-out;
  169. -o-transition: all 0.6s ease-out;
  170. -webkit-transition: all 0.6s ease-out;
  171. -moz-transition: all 0.6s ease-out;
  172. }
  173.  
  174. #post:hover {
  175. -webkit-transition: all 0.6s ease-out;
  176. -o-transition: all 0.6s ease-out;
  177. -webkit-transition: all 0.6s ease-out;
  178. -moz-transition: all 0.6s ease-out;
  179. }
  180.  
  181.  
  182. {block:IfNotBottomInfo}
  183. #post:hover #info {
  184. width:120px;
  185. margin-left:515px;
  186. opacity:1;
  187. -webkit-transition: all 0.6s ease-out;
  188. -o-transition: all 0.6s ease-out;
  189. -webkit-transition: all 0.6s ease-out;
  190. -moz-transition: all 0.6s ease-out;
  191. }
  192. {/block:IfNotBottomInfo}
  193.  
  194.  
  195. #sidebar {
  196. margin-top:100px;
  197. width:305px;
  198. position:fixed;
  199. margin-left:100px;
  200. padding:3px;
  201. }
  202.  
  203. #title {
  204. margin-left:15px;
  205. margin-bottom:5px;
  206. text-align:left;
  207. font-size:14px;
  208. overflow:hidden;
  209. font-family: 'Junge', serif;
  210. color:{color:title};
  211. }
  212.  
  213. #sidebarimage {
  214. position:absolute;
  215. margin-top:3px;
  216. margin-left:55px;
  217. -webkit-transition: all 0.6s ease-out;
  218. -o-transition: all 0.6s ease-out;
  219. -webkit-transition: all 0.6s ease-out;
  220. -moz-transition: all 0.6s ease-out;
  221. }
  222.  
  223. #sidebarimage:hover {
  224. margin-left:65px;
  225. -webkit-transition: all 0.6s ease-out;
  226. -o-transition: all 0.6s ease-out;
  227. -webkit-transition: all 0.6s ease-out;
  228. -moz-transition: all 0.6s ease-out;
  229. }
  230.  
  231. #sidebarimage:hover img {
  232. -webkit-filter:grayscale(90%);
  233. width:240px;
  234. -webkit-transition: all 0.6s ease-out;
  235. -o-transition: all 0.6s ease-out;
  236. -webkit-transition: all 0.6s ease-out;
  237. -moz-transition: all 0.6s ease-out;
  238. }
  239.  
  240. #sidebarimage img {
  241. width:250px;
  242. height:145px;
  243. -webkit-transition: all 0.6s ease-out;
  244. -o-transition: all 0.6s ease-out;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. }
  248.  
  249. #links {
  250. position:absolute;
  251. padding-top:3px;
  252. padding-bottom:0px;
  253. width:50px;
  254. font-family:baskerville;
  255. text-transform:uppercase;
  256. font-size:8px;
  257. }
  258.  
  259. #links a {
  260. text-align:right;
  261. display:block;
  262. font-family: 'Buenard', serif;
  263. margin-bottom:2px;
  264. padding:3px;
  265. padding-top:4px;
  266. padding-bottom:4px;
  267. color:{color:sidelink};
  268. background-color:{color:sidelinkbg};
  269. -webkit-transition: all 0.8s ease-out;
  270. -o-transition: all 0.8s ease-out;
  271. -webkit-transition: all 0.8s ease-out;
  272. -moz-transition: all 0.8s ease-out;
  273. }
  274.  
  275. #links a:hover {
  276. margin-right:5px;
  277. background-color:{color:sidelinkbghover};
  278. color:{color:sidelinkhover};
  279. -webkit-transition: all 0.8s ease-out;
  280. -o-transition: all 0.8s ease-out;
  281. -webkit-transition: all 0.8s ease-out;
  282. -moz-transition: all 0.8s ease-out;
  283. }
  284.  
  285. #description {
  286. position:absolute;
  287. margin-right:10px;
  288. margin-top:150px;
  289. text-align:right;
  290. padding:3px;
  291. width:300px;
  292. font-size:11px;
  293. padding-bottom:1px;
  294. font-family:{font:sidebar};
  295. color:{color:sidetext};
  296. }
  297.  
  298. #pagination {
  299. margin-top:10px;
  300. font-size:15px;
  301. font-family:baskerville;
  302. }
  303.  
  304. #pagination a {
  305. color:{color:sidelinkhover};
  306. }
  307.  
  308. #pagination a:hover {
  309. color:{color:link};
  310. }
  311.  
  312. #info {
  313. font-family: 'Junge', serif;
  314. {block:IfNotBottomInfo}
  315. position:absolute;
  316. font-size:8px;
  317. text-align:left;
  318. padding-left:3px;
  319. width:120px;
  320. margin-top:0px;
  321. margin-left:515px;
  322. border-left:1px solid {color:infoborder};
  323. overflow:hidden;
  324. {block:IfHiddenInfo}
  325. margin-left:500px;
  326. opacity:0;
  327. -webkit-transition: all 0.6s ease-out;
  328. -o-transition: all 0.6s ease-out;
  329. -webkit-transition: all 0.6s ease-out;
  330. -moz-transition: all 0.6s ease-out;
  331. {/block:IfHiddenInfo}
  332. {/block:IfNotBottomInfo}
  333. {block:IfBottomInfo}
  334. font-size:10px;
  335. margin-top:10px;
  336. border-top:1px solid {color:infoborder};
  337. padding-top:3px;
  338. text-align:center;
  339. {/block:IfBottomInfo}
  340. }
  341.  
  342. #info a{
  343. color:{color:infolink};
  344. }
  345.  
  346. #info a:hover {
  347. color:{color:infolinkhover};
  348. {block:IfNotBottomInfo}
  349. padding-left:5px;
  350. {/block:IfNotBottomInfo}
  351. }
  352.  
  353. #tags {
  354. font-size:10px;
  355. text-align:center;
  356. {block:IfNotBottomInfo}
  357. border-top:1px solid {color:infoborder};
  358. padding-top:3px;
  359. margin-top:10px
  360. {/block:IfNotBottomInfo}
  361. }
  362.  
  363. #tags a {
  364. color:{color:tags};
  365. }
  366.  
  367. #tags a:hover {
  368. color:{color:tagshover};
  369. }
  370.  
  371. #asker {
  372. font-size:13px;
  373. margin-top:-20px;
  374. margin-left:30px;
  375. border-bottom:1px dotted {color:text};
  376. font-family: 'Junge', serif;
  377. padding-bottom:5px;
  378. }
  379.  
  380. #question {
  381. border-bottom:1px solid {color:text};
  382. padding-bottom:7px;
  383. }
  384.  
  385. .audio{
  386. float:left;
  387. text-align: center;
  388. margin-right:5px;
  389. width: 50px;
  390. }
  391. .audio img{
  392. max-width: 50px;
  393. height: auto;
  394. }
  395.  
  396. .caption {
  397. margin-top:-3px;
  398. }
  399.  
  400. .count {
  401. padding-top:8px;
  402. }
  403.  
  404. {CustomCSS}</style></head><body>
  405.  
  406. <div id="theme">
  407.  
  408. <div id="sidebar">
  409.  
  410. <div id="title">{Title}</div>
  411.  
  412. <div id="links">
  413. <a href="/ask">ask</a>
  414. <a href="/archive">index</a>
  415. {block:IfLink1Name}
  416. <a href="{text:link1}">{text:link1name}</a>
  417. {/block:IfLink1Name}
  418. {block:IfLink2Name}
  419. <a href="{text:link2}">{text:link2name}</a>
  420. {/block:IfLink2Name}
  421. {block:IfLink3Name}
  422. <a href="{text:link3}">{text:link3name}</a>
  423. {/block:IfLink3Name}
  424. {block:IfLink4Name}
  425. <a href="{text:link4}">{text:link4name}</a>
  426. {/block:IfLink4Name}
  427. <a href="http://farflunghopes.tumblr.com">theme</a>
  428. </div>
  429.  
  430. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  431.  
  432. <div id="description">{Description}<br><div id="pagination">
  433. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}&nbsp&nbsp&nbsp{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  434. {/block:Pagination}
  435. </div></div>
  436.  
  437.  
  438.  
  439. </div>
  440.  
  441. <div id="entries">{block:Posts}<div id="post">
  442.  
  443. {block:IfNotBottomInfo}
  444. <div id="info">
  445. {block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">Source</a> |{/block:ContentSource} <a href="{ReblogParentURL}">Via</a><br>{/block:RebloggedFrom}
  446. {block:Date}<a href="{Permalink}">{TimeAgo}</a><br>{/block:Date}
  447. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></div>
  448. {/block:IfNotBottomInfo}
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  461.  
  462. {block:Audio}
  463. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"><br></div>{/block:AlbumArt}{AudioPlayerGrey}<div class="count">{PlayCount} plays</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  464. {/block:Audio}
  465.  
  466. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  467.  
  468. {block:Answer}<img src="{AskerPortraitURL-24}"><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
  469.  
  470. {block:IfBottomInfo}
  471. <div id="info">
  472. {block:Date}<a href="{Permalink}">{TimeAgo}</a> | {/block:Date}
  473. <a href="{Permalink}">{NoteCount}</a>
  474. {block:RebloggedFrom} |{block:ContentSource} <a title="{ReblogRootName}" href="{SourceURL}">Source</a>,{/block:ContentSource} <a title="{ReblogParentName}" href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom} | <a href="{ReblogURL}"> reblog</a></div>
  475. {/block:IfBottomInfo}
  476.  
  477. {block:HasTags}
  478. <div id="tags">
  479. {block:Tags}&nbsp&nbsp&nbsp<em><a href="{TagURL}">{Tag}</a></em>{/block:Tags}</div>{/block:HasTags}
  480.  
  481. </div>
  482.  
  483. <br><br>
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. {/block:Posts}</div></div>
  486.  
  487. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment