Jyuubi

[Theme] → #25 Fire Ferrets

May 18th, 2012
35,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #25 FIRE FERRETS
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#292929">
  21.  
  22. <meta name="color:Regular Text" content="#5a5a5a">
  23. <meta name="color:Bold Text" content="#b12f2d">
  24. <meta name="color:Italic Text" content="#d26735">
  25. <meta name="color:Link Text" content="#feba56">
  26.  
  27. <meta name="color:Nav Link Background" content="#97292a">
  28. <meta name="color:Nav Link Text" content="#ee8d8e">
  29. <meta name="color:Nav Link Background Hover" content="#e67342">
  30. <meta name="color:Nav Link Text Hover" content="#6c331a">
  31.  
  32. <meta name="color:Custom Background" content="#222222">
  33. <meta name="color:Custom Borders" content="#ffb844">
  34. <meta name="color:Custom Text" content="#ffb844">
  35.  
  36. <meta name="color:Description Background" content="#222222">
  37. <meta name="color:Title Background" content="#b12f2d">
  38. <meta name="color:Title Border" content="#ce7444">
  39. <meta name="color:Title Text" content="#1c1c1c">
  40.  
  41. <meta name="color:Entry Background" content="#222222">
  42. <meta name="color:Entry Blockquote" content="#1d1d1d">
  43. <meta name="color:Entry Question" content="#1d1d1d">
  44. <meta name="color:Stats Background" content="#1d1d1d">
  45.  
  46. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/ESpm4jax1/fireferrets-bg.png">
  47. <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/8Dcm4jaw9/fireferrets-side.gif">
  48.  
  49. <meta name="if:Infinite Scroll" content="0">
  50. <meta name="if:Smaller Posts" content="0">
  51. <meta name="if:Show Captions" content="0">
  52. <meta name="if:High Res Link" content="0">
  53.  
  54. <meta name="font:Description" content="calibri, sans-serif">
  55. <meta name="font:Entry" content="calibri, sans-serif">
  56.  
  57. <meta name="text:Descrption Text Size" content="10">
  58. <meta name="text:Entry Text Size" content="12">
  59.  
  60. <meta name="text:Name 1" content="">
  61. <meta name="text:URL 1" content="">
  62. <meta name="text:Name 2" content="">
  63. <meta name="text:URL 2" content="">
  64. <meta name="text:Name 3" content="">
  65. <meta name="text:URL 3" content="">
  66. <meta name="text:Name 4" content="">
  67. <meta name="text:URL 4" content="">
  68. <meta name="text:Name 5" content="">
  69. <meta name="text:URL 5" content="">
  70. <meta name="text:Name 6" content="">
  71. <meta name="text:URL 6" content="">
  72. <meta name="text:Name 7" content="">
  73. <meta name="text:URL 7" content="">
  74. <meta name="text:Name 8" content="">
  75. <meta name="text:URL 8" content="">
  76. <meta name="text:Name 9" content="">
  77. <meta name="text:URL 9" content="">
  78. <meta name="text:Name 10" content="">
  79. <meta name="text:URL 10" content="">
  80.  
  81. <head>
  82. <link href='http://fonts.googleapis.com/css?family=Almendra+SC' rel='stylesheet' type='text/css'>
  83. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  84. <title>{Title}</title>
  85. <link rel="shortcut icon" href="{Favicon}">
  86.  
  87. <style type="text/css">
  88. /* BODY */
  89. body {
  90. background-image: url('{image:BackgroundM}');
  91. background-attachment: fixed;
  92. background-color: {color:BackgroundM};
  93. margin: 0;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background-color: {color:Bold Text};
  98. height: 50px;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height: 10px;
  103. width: 5px;
  104. background-color: {color:Entry Background};
  105. }
  106.  
  107. /* SIDEBAR */
  108. #left {
  109. position: fixed;
  110. margin-left: 90px;
  111. margin-top: 50px;
  112. }
  113.  
  114. #sideimage {
  115. position: fixed;
  116. }
  117.  
  118. #sideimage img {
  119. width: 300px;
  120. height: 260px;
  121. }
  122.  
  123. #desc {
  124. background-color: {color:Description Background};
  125. width: 300px;
  126. padding: 10px;
  127. margin-left: -20px;
  128. margin-top: 15px;
  129. font-family: {font:Description};
  130. font-size: {text:Descrption Text Size}px;
  131. color: {color:Regular Text};
  132. letter-spacing: 1px;
  133. text-align: justify;
  134. }
  135.  
  136. #desc b, strong {
  137. color: {color:Bold Text};
  138. }
  139.  
  140. #desc i, em {
  141. color: {color:Italic Text};
  142. }
  143.  
  144. #desc a {
  145. color: {color:Link Text};
  146. text-decoration: none;
  147. }
  148.  
  149. #desc h1 {
  150. margin: 0;
  151. background-color: {color:Title Background};
  152. font-family: consolas;
  153. font-size: 14px;
  154. color: {color:Title Text};
  155. font-weight: normal;
  156. text-transform: uppercase;
  157. text-align: right;
  158. padding-right: 5px;
  159. border-left: 40px solid {color:Title Border};
  160. }
  161.  
  162. /* NAVIGATION */
  163. #nav {
  164. margin-left: -20px;
  165. }
  166.  
  167. #nav a {
  168. background-color: {color:Nav Link Background};
  169. display: block;
  170. width: 12px;
  171. font-family: consolas;
  172. font-size: 8px;
  173. color: {color:Nav Link Text};
  174. text-decoration: none;
  175. text-transform: uppercase;
  176. line-height: 8px;
  177. padding-left: 8px;
  178. -webkit-transition: all 0.5s ease-in-out;
  179. -moz-transition: all 0.5s ease-in-out;
  180. -o-transition: all 0.5s ease-in-out;
  181. -ms-transition: all 0.5s ease-in-out;
  182. transition: all 0.5s ease-in-out;
  183. }
  184.  
  185. #nav a:hover {
  186. background-color: {color:Nav Link Background Hover};
  187. color: {color:Nav Link Text Hover};
  188. width: 60px;
  189. margin-left: -40px;
  190. }
  191.  
  192. #nav a.large {
  193. padding-top: 4px;
  194. padding-bottom: 5px;
  195. }
  196.  
  197. #nav a.small {
  198. padding-top: 11px;
  199. padding-bottom: 14px;
  200. }
  201.  
  202. #dropdown {
  203. background-color: {color:Custom Background};
  204. width: 220px;
  205. margin-top: 25px;
  206. margin-left: 25px;
  207. border-left: 3px solid {color:Custom Borders};
  208. border-right: 3px solid {color:Custom Borders};
  209. -moz-border-radius: 40px;
  210. -webkit-border-radius: 40px;
  211. border-radius: 40px;
  212. }
  213.  
  214. /* PAGINATION */
  215. #pages {
  216. background-color: {color:Description Background};
  217. border-top: 5px solid {color:Bold Text};
  218. position: fixed;
  219. bottom: 0px;
  220. right: 20px;
  221. height: 40px;
  222. padding-left: 8px;
  223. padding-right: 8px;
  224. font-family: consolas;
  225. font-size: 11px;
  226. color: {color:Bold Text};
  227. text-align: center;
  228. line-height: 40px;
  229. }
  230.  
  231. #pages a {
  232. color: {color:Link Text};
  233. text-decoration: none;
  234. }
  235.  
  236. /* ENTRIES */
  237. #posts {
  238. margin-top: 20px;
  239. margin-left: 450px;
  240. }
  241.  
  242. .entry {
  243. background-color: {color:Entry Background};
  244. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  245. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  246. border: 10px solid {color:Entry Background};
  247. overflow: hidden;
  248. margin-bottom: 40px;
  249. font-family: {font:Entry};
  250. font-size: {text:Entry Text Size}px;
  251. color: {color:Regular Text};
  252. letter-spacing: 1px;
  253. text-align: justify;
  254. }
  255.  
  256. .entry b, strong {
  257. color: {color:Bold Text};
  258. }
  259.  
  260. .entry i, em {
  261. color: {color:Italic Text};
  262. }
  263.  
  264. .entry a {
  265. color: {color:Link Text};
  266. text-decoration: none;
  267. }
  268.  
  269. .entry h1 {
  270. font-family: consolas;
  271. font-size: 14px;
  272. font-weight: normal;
  273. text-transform: uppercase;
  274. margin-left: 20px;
  275. }
  276.  
  277. .entry blockquote {
  278. border-left: 3px solid {color:Entry Blockquote};
  279. margin-left: 10px;
  280. padding-left: 10px;
  281. }
  282.  
  283. /* ENTRIES IMAGES */
  284. .entry img {
  285. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  286. margin-bottom: -3px;
  287. }
  288.  
  289. /* QUOTE POSTS */
  290. .entry h2 {
  291. font-family: consolas;
  292. font-size: 11px;
  293. color: {color:Italic Text};
  294. font-weight: normal;
  295. text-transform: uppercase;
  296. letter-spacing: 1px;
  297. text-align: left;
  298. margin-top: 7px;
  299. }
  300.  
  301. .quote {
  302. font-family: georgia;
  303. font-size: 26px;
  304. color: {color:Bold Text};
  305. float: left;
  306. }
  307.  
  308. /* AUDIO POSTS */
  309. .audio img {
  310. width: 40px;
  311. height: 40px;
  312. float: left;
  313. margin-right: 5px;
  314. }
  315.  
  316. .player {
  317. background-color: #000;
  318. height: 27px;
  319. margin-left: 45px;
  320. }
  321.  
  322. /* ASK POSTS */
  323. .ask {
  324. background-color: {color:Entry Question};
  325. font-size: 9px;
  326. text-transform: uppercase;
  327. padding: 5px;
  328. padding-bottom: 8px;
  329. }
  330.  
  331. .ask i {
  332. font-style: normal;
  333. }
  334.  
  335. .ask a {
  336. text-decoration: none;
  337. }
  338.  
  339. .ask img {
  340. opacity: 1;
  341. max-width: 30px;
  342. margin-right: 4px;
  343. -moz-border-radius: 30px;
  344. -webkit-border-radius: 30px;
  345. border-radius: 30px;
  346. }
  347.  
  348. /* STATISTICS */
  349. .stats {
  350. background-color: {color:Stats Background};
  351. margin-top: 10px;
  352. padding: 2px;
  353. padding-right: 5px;
  354. font-family: calibri;
  355. font-size: 8px;
  356. color: {color:Regular Text};
  357. text-transform: uppercase;
  358. letter-spacing: 1px;
  359. text-align: right;
  360. }
  361.  
  362. .stats b {
  363. font-weight: normal;
  364. }
  365.  
  366. .stats a {
  367. color: {color:Italic Text};
  368. text-decoration: none;
  369. }
  370.  
  371. /* PERMALINK PAGE */
  372. .permalink {
  373. font-family: calibri;
  374. font-size: 10px;
  375. color: {color:Regular Text};
  376. text-transform: uppercase;
  377. text-align: center;
  378. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  379. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  380. letter-spacing: 1px;
  381. }
  382.  
  383. .permalink b {
  384. color: {color:Bold Text};
  385. font-weight: normal;
  386. }
  387.  
  388. #date {
  389. color: {color:Italic Text};
  390. }
  391.  
  392. .permalink a {
  393. color: {color:Link Text};
  394. text-decoration: none;
  395. }
  396.  
  397. ol.notes {
  398. padding: 0px;
  399. margin: 15px 0px;
  400. list-style-type: none;
  401. background: transparent;
  402. border: 0px;
  403. letter-spacing: 1px;
  404. }
  405.  
  406. ol.notes li.note {
  407. padding: 1px;
  408. text-align: left;
  409. letter-spacing: 1px;
  410. }
  411.  
  412. .notes img{
  413. width: 8px;
  414. position: relative;
  415. top: 1px;
  416. opacity: .5;
  417. }
  418.  
  419. /* FOLLOW CODE */
  420. iframe#tumblr_controls {
  421. right:3px !important;
  422. position: fixed !important;
  423. -webkit-transition: opacity 0.7s linear;
  424. opacity: 0.2;
  425. -webkit-transition: all 0.8s ease-out;
  426. -moz-transition: all 0.8s ease-out;
  427. transition: all 0.8s ease-out;
  428. }
  429.  
  430. iframe#tumblr_controls:hover {
  431. -webkit-transition: opacity 0.7s linear;
  432. opacity: 1;
  433. -webkit-transition: all 0.4s ease-out;
  434. -moz-transition: all 0.4s ease-out;
  435. transition: all 0.4s ease-out;
  436. }
  437. </style>
  438. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  439. </head>
  440. <body>
  441.  
  442. <div id="left">
  443. <div id="sideimage"><img src="{image:Sidebar}"></div>
  444. <div id="nav">
  445. <a href="/" class="large">r<br>e<br>f<br>r<br>e<br>s<br>h</a>
  446. <a href="/ask" class="large">m<br>e<br>s<br>s<br>a<br>g<br>e</a>
  447. <a href="/archive" class="large">a<br>r<br>c<br>h<br>i<br>v<br>e</a>
  448. <a href="http://jyuubi.org" class="small" target="_blank">t<br>h<br>e<br>m<br>e</a>
  449. </div>
  450. <div id="desc">
  451. <h1>{Title}</h1>
  452. {Description}
  453. </div>
  454. {block:IfName1}<div id="dropdown">
  455. <center><select style="width: 200px; border: 0px solid; color: {color:Custom Text}; background-color: {color:Custom Background}; font-family: consolas; text-transform: uppercase; font-size: 8px; letter-spacing: 2px; padding: 5px;" onChange="location.href=this.options[this.selectedIndex].value;">
  456. <option value="/">NAVIGATION &rarr;</option>
  457. {block:IfName1}<option value="{text:URL 1}">&nbsp;&nbsp;&rarr; {text:Name 1}</option>{/block:IfName1}
  458. {block:IfName2}<option value="{text:URL 2}">&nbsp;&nbsp;&rarr; {text:Name 2}</option>{/block:IfName2}
  459. {block:IfName3}<option value="{text:URL 3}">&nbsp;&nbsp;&rarr; {text:Name 3}</option>{/block:IfName3}
  460. {block:IfName4}<option value="{text:URL 4}">&nbsp;&nbsp;&rarr; {text:Name 4}</option>{/block:IfName4}
  461. {block:IfName5}<option value="{text:URL 5}">&nbsp;&nbsp;&rarr; {text:Name 5}</option>{/block:IfName5}
  462. {block:IfName6}<option value="{text:URL 6}">&nbsp;&nbsp;&rarr; {text:Name 6}</option>{/block:IfName6}
  463. {block:IfName7}<option value="{text:URL 7}">&nbsp;&nbsp;&rarr; {text:Name 7}</option>{/block:IfName7}
  464. {block:IfName8}<option value="{text:URL 8}">&nbsp;&nbsp;&rarr; {text:Name 8}</option>{/block:IfName8}
  465. {block:IfName9}<option value="{text:URL 9}">&nbsp;&nbsp;&rarr; {text:Name 9}</option>{/block:IfName9}
  466. {block:IfName10}<option value="{text:URL 10}">&nbsp;&nbsp;&rarr; {text:Name 10}</option>{/block:IfName10}
  467. </select></center>
  468. </div>{/block:IfName1}
  469. </div>
  470.  
  471. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pages">
  472. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;{/block:PreviousPage}
  473. {block:JumpPagination length="5"}
  474. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;{/block:CurrentPage}
  475. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;{/block:JumpPage}
  476. {/block:JumpPagination}
  477. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  478. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  479.  
  480. <div id="posts">
  481. <div class="autopagerize_page_element">
  482. {block:Posts}
  483.  
  484. <div class="entry">
  485. {block:Text}
  486. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  487. {Body}
  488. {/block:Text}
  489.  
  490. {block:Photo}
  491. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  492. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  493. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  494. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  495. {Caption}
  496. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. <div style="margin-bottom: -3px;">{block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  501. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}</div>
  502. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  503. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  504. {Caption}
  505. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  506. {/block:Photoset}
  507.  
  508. {block:Quote}
  509. <div class="quote">&#10077;</div>
  510. <h2>{Quote}</h2>
  511. {block:Source}<p align="right">{Source}</p>{/block:Source}
  512. {/block:Quote}
  513.  
  514. {block:Link}
  515. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  516. {block:Description}{Description}{/block:Description}
  517. {/block:Link}
  518.  
  519. {block:Chat}
  520. {block:Title}<h1>{Title}</h1>{/block:Title}
  521. {block:Lines}
  522. {block:Label}
  523. <b>{Label}</b>
  524. {/block:Label}
  525. {Line}<br />
  526. {/block:Lines}
  527. {/block:Chat}
  528.  
  529. {block:Audio}
  530. {block:AlbumArt}
  531. <div class="audio"><img src="{AlbumArtURL}" alt=""></div>
  532. {/block:AlbumArt}
  533. <div class="player">{AudioPlayerBlack}</div>
  534. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}
  535. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  536. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  537. {Caption}
  538. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  539. {/block:Audio}
  540.  
  541. {block:Video}
  542. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  543. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  544. <center><i>{FormattedPlayCount}</i> plays</center><br />
  545. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  546. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  547. {Caption}
  548. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  549. {/block:Video}
  550.  
  551. {block:Answer}
  552. <div class="ask"><table><tr>
  553. <td style="width: 40px;"><img src="{AskerPortraitURL-40}"></td>
  554. <td style="width: 455px;"><i>{Asker}</i> <b>sent:</b> {Question}</td>
  555. </tr></table></div>
  556. {Answer}
  557. {/block:Answer}
  558.  
  559. {block:IndexPage}<div class="stats">
  560. posted on <b>{MonthNumber}/{DayOfMonth}/{Year}</b>, with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}(<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom} &mdash; <a href="{ReblogURL}" target="_blank">reblog</a>
  561. </div>{/block:IndexPage}
  562. </div>
  563.  
  564. {block:PermalinkPage}
  565. <div class="permalink">
  566. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  567. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  568. {block:PostNotes}
  569. {PostNotes}
  570. {/block:PostNotes}
  571. </div>
  572. {/block:PermalinkPage}
  573.  
  574. {/block:Posts}
  575. </div>
  576. </div>
  577.  
  578. </body>
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment