FSXXVII

Theme 003: Moon Orchid (Version 2.1.1) - 7 bug fixes

Mar 5th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=BenchNine' rel='stylesheet' type='text/css'>
  8. <link href='http://www.deviantart.com/download/1709074178703129/fruity_microfont_by_migiwa27-d5nleki.ttf' rel='stylesheet' type='text/css'>
  9. <link href='http://www.deviantart.com/download/1351998862782959/cuprum_by_migiwa27-d5nlelc.ttf' rel='stylesheet' type='text/css'>
  10. <link href='http://www.deviantart.com/download/3111440403473098/francoisone_by_migiwa27-d5nlekw.ttf' rel='stylesheet' type='text/css'>
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <!--
  17.  
  18. .-.,-..----..----..-. .----..----.
  19. | . < | || || || || |__ | || || || |
  20. `-'`-'`----'`----'`----'`----'`----'
  21.  
  22. http://Kooloo.tumblr.com/tagged/tumblr-theme
  23.  
  24. Do not remove the credits.
  25.  
  26. -->
  27. <meta name="color:Border" content="#cccccc" />
  28. <meta name="color:Posts" content="#ffffff" />
  29. <meta name="color:description" content="#7a7a7a" />
  30. <meta name="color:Title" content="#000000" />
  31. <meta name="color:Link" content="#696969" />
  32. <meta name="color:Link Hover" content="#ffffff" />
  33. <meta name="color:Text" content="#494949"/>
  34. <meta name="color:Footer" content="#cccccc;" />
  35. <meta name="text:Link 1" content="http://"/>
  36. <meta name="text:Link 1 Title" content=""/>
  37. <meta name="text:Link 2" content="http://">
  38. <meta name="text:Link 2 Title" content=""/>
  39. <meta name="text:Link 3" content="http://"/>
  40. <meta name="text:Link 3 Title" content=""/>
  41. <meta name="text:Link 4" content="http://"/>
  42. <meta name="text:Link 4 Title" content=""/>
  43. <meta name="text:Link 5" content="http://"/>
  44. <meta name="text:Link 5 Title" content=""/>
  45. <meta name="text:Link 6" content="http://"/>
  46. <meta name="text:Link 6 Title" content=""/>
  47. <meta name="text:Link 7" content="http://"/>
  48. <meta name="text:Link 7 Title" content=""/>
  49. <meta name="text:Link 8" content="http://"/>
  50. <meta name="text:Link 8 Title" content=""/>
  51. <meta name="text:Link 9" content="http://"/>
  52. <meta name="text:Link 9 Title" content=""/>
  53.  
  54. <meta name="image:sidebar" content="" />
  55. <meta name="image:background" content="http://static.tumblr.com/e67eb3005e2f42d7f44ad43743ae9c9d/ccbivmb/wAKmgshnv/tumblr_static_vintage_speckles.png" />
  56. <meta name="image:OptionalPostBackground" content="" />
  57.  
  58. <meta name="if:Fade Images" content="0" />
  59. <meta name="if:Stretch Background" content="0" / >
  60.  
  61. <meta name="if:400px posts" content="0" />
  62.  
  63. <meta name="text:Music Code" content="" />
  64. <meta name="text:Online Users Code" "" />
  65.  
  66. <style type="text/css">
  67.  
  68. body { font-family:'Open Sans','Lucida Sans', 'Lucida Grande', freesans, sans-serif; font-size: 10px;
  69. color: {color:Text};
  70. margin: 0;
  71. background: url('{image:background}') center fixed repeat;
  72.  
  73. {block:ifstretchbackground}
  74. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='.myBackground.jpg',
  75.  
  76. sizingMethod='scale');
  77. -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader (src='myBackground.jpg', sizingMethod='scale')";
  78. -webkit-background-size: cover;
  79. -moz-background-size: cover;
  80. -o-background-size: cover;
  81. background-size: cover;
  82. {/block:ifstretchbackground} }
  83.  
  84. a { color: {color:Link}; text-decoration: underline;
  85. -webkit-transition: opacity 0.7s linear;
  86. -webkit-transition: all 0.7s ease-in-out;
  87. -moz-transition: all 0.7s ease-in-out;
  88. -o-transition: all 0.7s ease-in-out;}
  89.  
  90. a:hover {color: {color:Link Hover};
  91. -webkit-transition: opacity 0.7s linear;
  92. -webkit-transition: all 0.7s ease-in-out;
  93. -moz-transition: all 0.7s ease-in-out;
  94. -o-transition: all 0.7s ease-in-out;}
  95.  
  96. #rose { padding: 1px 20px 20px 20px; width: 700px; left: 128px; }
  97.  
  98. .tulip { margin:auto; margin-right: 0px; padding: 5px; border: 1px solid {color:border}; margin-top: 20px;
  99. background-image: url('{image:OptionalPostBackground}');
  100. {block:ifnotoptionalpostbackgroundimage}background-color: {color:Posts};
  101. {/block:ifnotoptionalpostbackgroundimage}
  102. {block:ifnot400pxposts}width: 500px;{/block:ifnot400pxposts}
  103. {block:if400pxposts}width:400px;{/block:if400pxposts} }
  104.  
  105. .tulip img { {block:ifnot400pxposts}max-width: 500px;{/block:ifnot400pxposts} {block:ifnot400pxposts}max-width: 500px;{/block:ifnot400pxposts}
  106. {block:if400pxposts}width:400px;{/block:if400pxposts} max-height: 100%; {block:iffadeimages}opacity: 0.7;{/block:iffadeimages}
  107.  
  108. {block:ifnotfadeimages}opacity:1;{/block:ifnotfadeimages}
  109. -moz-transition: all 0.8s ease-out;
  110. -webkit-transition: opacity 0.7s linear;
  111. -webkit-transition: all 0.8s ease-out;
  112. transition: all 0.8s ease-out;}
  113.  
  114. .tulip img:hover {
  115. opacity: 1.0;
  116. -moz-transition: all 0.8s ease-out;
  117. -webkit-transition: opacity 0.7s linear;
  118. -webkit-transition: all 0.8s ease-out;
  119. transition: all 0.8s ease-out;
  120. }
  121.  
  122. blockquote,cite { border-left: 2px solid {color:Text}; padding: 1px 1px 1px 10px; margin: 5px; }
  123.  
  124. .footer { max-width: 500px; background: {color:Footer};}
  125.  
  126. #pansy { display: block; padding: 1px; margin-top: 1px; margin-bottom: -10px;float:left;}
  127.  
  128. .pagination {
  129. margin-top:20px;
  130. margin-bottom:8px;
  131. padding: 2px;
  132. line-height:20px;
  133. font-family:'Open Sans','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', freesans, sans-serif;
  134. font-size:15px;
  135. font-weight:bold;
  136. }
  137.  
  138. .pagination a {
  139. text-decoration:none;
  140. padding-top:2px;
  141. padding-bottom:2px;
  142. padding-left:4px;
  143. padding-right:4px;
  144. color:{color:Link}; }
  145.  
  146. .pagination a:hover {
  147. color:{color:Link Hover};
  148. }
  149.  
  150.  
  151. .petal { background: {color:footer}; padding: 2px; padding-right: 10px; max-width:500px; margin-top: 10px; text-align: right;
  152. opacity: 0.7; -moz-transition: all 0.8s ease-out;
  153. -webkit-transition: opacity 0.7s linear;
  154. -webkit-transition: all 0.8s ease-out;
  155. transition: all 0.8s ease-out;}
  156.  
  157. .petal:hover { opacity: 1.0; -moz-transition: all 0.8s ease-out;
  158. -webkit-transition: opacity 0.7s linear;
  159. -webkit-transition: all 0.8s ease-out;
  160. transition: all 0.8s ease-out;}
  161.  
  162. #sidebar { position: fixed; top:25%; left: 828px; width: 200px; text-align: center; letter-spacing: 1px; padding: 10px; }
  163.  
  164. #sidebar a { text-align: center; float:left; width: 88px; background:{color:footer}; padding: 3px; text-decoration:none; color: {color:Text}; margin:2px;
  165. -moz-transition: all 0.8s ease-out;
  166. -webkit-transition: opacity 0.7s linear;
  167. -webkit-transition: all 0.8s ease-out;
  168. transition: all 0.8s ease-out;
  169. opacity: 1;
  170. }
  171.  
  172. .seeds {
  173. width: 400px;
  174. }
  175.  
  176. #sidebar a:hover {
  177. color:{color:footer};
  178. -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 0; }
  179.  
  180. #sidebar img { max-width: 200px; max-height: 100%;}
  181.  
  182.  
  183.  
  184. #title { margin-bottom: 5px; text-align: center; color: {color:Title}; padding: 5px; letter-spacing: 1px; }
  185.  
  186.  
  187. iframe#tumblr_controls { position: fixed !important; z-index: 9999; opacity: 0.5; -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 0.5;}
  188.  
  189. iframe#tumblr_controls:hover {opacity: 1; -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 1;}
  190.  
  191. #theme { font-family:'Open Sans','Lucida Sans', 'Lucida Grande', freesans, sans-serif;
  192. font-size: 11px;
  193. opacity: 0.5;
  194. position:fixed;
  195. bottom:5px;
  196. right:5px;
  197. -webkit-border-radius: 4px;
  198. -moz-border-radius:4px;
  199. -o-border-radius:4px;
  200. border-radius:4px;
  201. width: auto;
  202. height: auto;
  203. z-index:999;
  204. -webkit-transition:all 0.5s ease-in-out;
  205. -moz-transition:all 0.5s ease-in-out;
  206. -o-transition:all 0.5s ease-in-out;
  207. -ms-transition:all 0.5s ease-in-out;
  208. transition:all 0.5s ease-in-out; }
  209.  
  210. #theme:hover { opacity:1.0;
  211. -webkit-transition:all 0.5s ease-in-out;
  212. -moz-transition:all 0.5s ease-in-out;
  213. -o-transition:all 0.5s ease-in-out;
  214. -ms-transition:all 0.5s ease-in-out;
  215. transition:all 0.5s ease-in-out;}
  216.  
  217. #theme a { text-decoration:none; }
  218.  
  219. #theme2 { font-family: Cuprum, 'Bench Nine';
  220. opacity: 0.7;
  221. position:fixed;
  222. bottom:5px;
  223. left:5px;
  224. -webkit-border-radius: 4px;
  225. -moz-border-radius:4px;
  226. -o-border-radius:4px;
  227. border-radius:4px;
  228. width: auto;
  229. height: auto;
  230. z-index:999;
  231. -webkit-transition:all 0.5s ease-in-out;
  232. -moz-transition:all 0.5s ease-in-out;
  233. -o-transition:all 0.5s ease-in-out;
  234. -ms-transition:all 0.5s ease-in-out;
  235. transition:all 0.5s ease-in-out; }
  236.  
  237. #theme2:hover { opacity:1.0;
  238. color: {color:link};
  239. -webkit-transition:all 0.5s ease-in-out;
  240. -moz-transition:all 0.5s ease-in-out;
  241. -o-transition:all 0.5s ease-in-out;
  242. -ms-transition:all 0.5s ease-in-out;
  243. transition:all 0.5s ease-in-out; }
  244.  
  245. #theme2 a { color: {color:link};
  246. text-decoration:none; }
  247.  
  248.  
  249. #dddddd {
  250. color: {color:Description};
  251. margin-top: 15px;
  252. width: 200px;
  253. }
  254.  
  255. ::selection,
  256. a::selection,
  257. img::selection {
  258. background: {color:Text};
  259. color: #ffffff;
  260. }
  261.  
  262. ::-moz-selection {
  263. background: {color:Text};
  264. color: #ffffff;
  265. }
  266.  
  267. #ongaku {
  268. positioN:fixed;
  269. width: 230px;
  270. left:0px;
  271. font-size: 20px;
  272. bottom:5px;
  273. border: 1px solid {color:border};
  274. background: url('http://static.tumblr.com/7a4dfccd4d039ef00cef062d06b4bfd6/ccbivmb/oOHmgsn3s/tumblr_static_postbackground.png');
  275. padding-left: 0px;
  276. padding-right: 20px;
  277. margin-left: -200px;
  278. margin-top: 10px; text-align: right;
  279. -moz-transition: all 1s ease-out;
  280. -webkit-transition: all 1s ease-out;
  281. transition: all 1s ease-out;
  282. }
  283.  
  284. #ongaku embed{
  285. margin-top: -2px;
  286. }
  287.  
  288. #ongaku:hover {
  289. margin-left: -0px;
  290. margin-top: 10px; text-align: right;
  291. -moz-transition: all 1s ease-out;
  292. -webkit-transition: all 1s ease-out;
  293. transition: all 1s ease-out;
  294. }
  295.  
  296.  
  297. .postitle {
  298. color: {color:link};
  299. width: 300px;
  300. margin:auto;
  301. font-size: 15px;
  302. text-align: center;
  303. padding-bottom: 5px;
  304. border-bottom: 1px dashed {color: text};
  305. }
  306.  
  307. .postitle a {
  308. color: {color:link};
  309. text-decoration:none;
  310. }
  311.  
  312. .quote {
  313. color: {color:link};;
  314. margin:auto;
  315. font-size: 15px;
  316. text-align: center;
  317. padding-bottom: 5px;
  318. border-bottom: 1px dashed {color: text};
  319. margin-bottom: -15px;
  320. }
  321.  
  322. .customlinks {min-width: 190px; margin:auto;}
  323. .customlinks a {
  324. text-align: center; display:block; background:{color:footer};
  325. padding: 3px; min-width: 190px;
  326. text-decoration:none; color: {color:Text};
  327. -moz-transition: all 0.8s ease-out;
  328. -webkit-transition: opacity 0.7s linear;
  329. -webkit-transition: all 0.8s ease-out;
  330. transition: all 0.8s ease-out;
  331. opacity: 1;
  332. margin-bottom: -10px;
  333. }
  334.  
  335. .notes { list-style: none; line-height: 12px;}
  336. .avatar { display:none;}
  337. .artab { height:150px; float:left; }
  338. .player {float:right; padding-top: 20px;}
  339.  
  340. {customCSS}
  341.  
  342. </style>
  343. </head>
  344. <body>
  345. <div id="rose">
  346. {block:Posts}
  347.  
  348.  
  349. <div class="tulip">
  350.  
  351.  
  352. {block:Text}
  353.  
  354. {block:Title}
  355. <div class="postitle">{Title}</div>
  356. {/block:Title}
  357.  
  358. {Body}
  359.  
  360. {/block:Text}
  361.  
  362.  
  363.  
  364. {block:Photo}
  365.  
  366. <center>
  367. {linkopentag}<img src="{PhotoURL-1280}" alt="{PhotoAlt}">{linkclosetag}
  368. </center>
  369.  
  370. {block:Caption}
  371. {Caption}
  372. {/block:Caption}
  373.  
  374. {/block:Photo}
  375.  
  376.  
  377.  
  378. {block:Photoset}
  379.  
  380. <div class="photoset">
  381. {block:ifnot400pxposts}{photoset-500}{/block:ifnot400pxposts}
  382. {block:if400pxposts}{photoset-400}{/block:if400pxposts}
  383. </div>
  384.  
  385. {block:Caption}
  386.  
  387. {Caption}
  388. {/block:Caption}
  389.  
  390. {/block:Photoset}
  391.  
  392.  
  393.  
  394. {block:Quote}
  395.  
  396. <div class="quote">❝{Quote}❞
  397. </div>
  398. {block:Source}
  399. <br><br>—{Source}
  400. {/block:Source}
  401.  
  402. {/block:Quote}
  403.  
  404.  
  405.  
  406. {block:Link}
  407.  
  408. <div class="postitle"><a href="{URL}" {Target}>{Name} &rarr;</a></div>
  409.  
  410. {block:Description}
  411. {Description}
  412. {/block:Description}
  413.  
  414. {/block:Link}
  415.  
  416.  
  417.  
  418. {block:Chat}
  419.  
  420. {block:Title}
  421. <div class="postitle">{Title}</div>
  422. {/block:Title}
  423.  
  424. <ul>
  425. {block:Lines}
  426. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  427. {/block:Lines}
  428. </ul>
  429.  
  430. {/block:Chat}
  431.  
  432.  
  433.  
  434. {block:Audio}
  435.  
  436. <center><br>
  437. {block:AlbumArt}<img src="{AlbumArtURL}" alt="Album Art" height="200"/><br>{/block:AlbumArt}
  438. {AudioPlayerWhite}{PlayCount} ♪
  439. <br>{block:Caption}
  440. {Caption}
  441. {/block:Caption}
  442. </center>
  443. {/block:Audio}
  444.  
  445.  
  446.  
  447. {block:Video}
  448.  
  449. <div class="video">
  450. {block:IndexPage}{Video-500}{/block:IndexPage}
  451. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  452. </div>
  453.  
  454. {block:Caption}
  455. {Caption}
  456. {/block:Caption}
  457.  
  458. {/block:Video}
  459.  
  460.  
  461.  
  462. {block:Answer}
  463.  
  464. {Asker} asked: {Question}
  465.  
  466. {Answer}
  467.  
  468. {/block:Answer}
  469.  
  470.  
  471.  
  472.  
  473. {block:Date}
  474. <div class="petal">
  475.  
  476. <a href="{Permalink}">{NoteCountWithLabel}</a>
  477. {/block:Date}
  478.  
  479. {block:RebloggedFrom}
  480.  
  481. {/block:RebloggedFrom}
  482.  
  483.  
  484. {block:permalinkpage}
  485.  
  486. <br>via <a href="{ReblogParentURL}">{ReblogParentName} | </a>{block:ContentSource} (<a href="{SourceURL}">{lang:Source}</a>)
  487.  
  488. {/block:ContentSource} <!-- <br><a href="{ReblogRootURL}">
  489.  
  490. {ReblogRootName}</a> -->
  491. {block:HasTags}
  492. <br>{Lang:Tagged}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}
  493. {/block:HasTags}
  494.  
  495.  
  496. {block:PermalinkPage}
  497. {block:PostNotes}
  498. {PostNotes}
  499. {/block:PostNotes}
  500. {/block:PermalinkPage}
  501.  
  502.  
  503. {/block:permalinkpage}
  504. </div>
  505.  
  506. </div>
  507.  
  508.  
  509.  
  510.  
  511. {/block:Posts}
  512.  
  513.  
  514. </div>
  515. <center>
  516. <div class="pagination">{block:Pagination}
  517. {block:PreviousPage}<a href="{PreviousPage}">« 前へ</a>{/block:PreviousPage}
  518. {block:JumpPagination length="10"}{block:CurrentPage}
  519. <span class="current_page" style="padding-right:3px;padding-left:3px;">
  520.  
  521. {PageNumber}</span>
  522. {/block:CurrentPage}
  523. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  524.  
  525. {/block:JumpPage}
  526. {/block:JumpPagination}
  527. {block:NextPage}<a href="{NextPage}">次へ »</a> {/block:NextPage}
  528. {/block:Pagination}</div>
  529. </center>
  530. </div>
  531.  
  532. <div id="sidebar">
  533. <div id="title">{Title}</div>
  534. <div class="customlinks">
  535.  
  536. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  537.  
  538. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  539. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>
  540. {/block:ifLink3Title}
  541. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>
  542. {/block:ifLink4Title}
  543. {block:ifLink5Title}<a href="{text:link 5}">{text:Link 5 Title}</a>
  544. {/block:ifLink5Title}
  545. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>
  546. {/block:ifLink6Title}
  547. {block:ifLink7Title}<a href="{text:link 7}">{text:Link 7 Title}</a>
  548. {/block:ifLink7Title}
  549. {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>
  550. {/block:ifLink8Title}
  551. {block:ifLink9Title}<a href="{text:Link 9}">{text:Link 9 Title}</a>
  552.  
  553. {/block:ifLink9Title}
  554.  
  555. </div>
  556. <img src="{image:sidebar}"><br><br>
  557. <a href="/">Index</a>
  558. {block:askenabled}<a href="/ask">Ask</a>{/block:askenabled}
  559. {block:submissionsenabled}<a href="/submit">Submit</a>{/block:submissionsenabled}
  560. <a href="/archive">Archive</a>
  561.  
  562. <p>
  563.  
  564. <div id="dddddd"> <br>{Description} </div>
  565.  
  566. </div>
  567.  
  568. <div id="theme"><a href="http://juoh.tumblr.com/">Theme ❀</a></div>
  569. <div id="theme2">
  570.  
  571. {text:online users code}
  572.  
  573. </div>
  574. {block:ifmusiccode}<div id="ongaku">{text:Music Code} ♪</div>{/block:ifmusiccode}
  575. </body>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment