Advertisement
cornetespoir

10 // Flonne

Mar 8th, 2016
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.71 KB | None | 0 0
  1. <!--
  2. // Flonne
  3.  
  4. by espoirthemes//
  5.  
  6. +please keep the credit where it is
  7. +edit as much as you want
  8.  
  9. search box code from tukut
  10. -->
  11.  
  12. <html>
  13. <head>
  14. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  15.  
  16.  
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19. <title>{Title}</title>
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23.  
  24. <meta name="color:background" content="#ffffff" />
  25. <meta name="color:posts" content="#fff" />
  26. <meta name="color:text" content="#c0bdb8" />
  27. <meta name="color:link hover" content="#fdfdfd" />
  28. <meta name="color:link" content="#c0bdb8" />
  29. <meta name="color:Bold" content="#777777" />
  30. <meta name="color:Italic" content="#bbbbbb"/>
  31. <meta name="color:border" content="#eee" />
  32. <meta name="color:scrollbar" content="#222" />
  33. <meta name="color:tooltip" content="#222" />
  34. <meta name="color:tooltip text" content="#fff" />
  35. <meta name="color:selection background" content="#ddd" />
  36. <meta name="color:selection text" content="#222" />
  37.  
  38. <meta name="image:sidebar" content=""/>
  39.  
  40. <meta name="image:cursor" content="http://38.media.tumblr.com/tumblr_ma87zyEpuf1qid2nw.gif" />
  41. <meta name="image:background" content="" />
  42.  
  43. <meta name="text:Link 1" content="Link 1" />
  44. <meta name="text:Link 1 url" content="http://" />
  45. <meta name="text:Link 2" content="Link 2" />
  46. <meta name="text:Link 2 url" content="http://" />
  47. <meta name="text:Link 3" content="Link 3" />
  48. <meta name="text:Link 3 url" content="http://" />
  49. <meta name="text:Link 4" content="Link 4" />
  50. <meta name="text:Link 4 url" content="http://" />
  51. <meta name="text:tag symbol" content="❤"
  52. />
  53.  
  54. <meta name="if:full background" content="" />
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:200,
  64. tip_fade_speed:300
  65. }
  66. );
  67. });
  68. })(jQuery);
  69. </script>
  70. </head>
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. #s-m-t-tooltip{
  78. max-width:300px;
  79. margin-top:-50px;
  80. margin-left:-20px;
  81.  
  82. border:2px solid white;
  83. box-shadow: 0px 0px 0px 2px {color:tooltip};
  84. font-family:consolas;
  85. padding:5px 5px;
  86. background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
  87. color:{color:tooltip text};
  88. z-index:9999;
  89. font-size:12px;
  90. text-transform:uppercase;
  91. }
  92.  
  93. /* don't touch this, this is the what makes it look like a speech bubble */
  94. #s-m-t-tooltip:after{
  95.  
  96. content: '';
  97. position: absolute;
  98. border-style: solid;
  99. border-width: 8px 10px 0;
  100. border-color: {color:tooltip} transparent;
  101. display: block;
  102. width: 0;
  103. z-index: 1;
  104. bottom: -10px;
  105. left: 10%;}
  106.  
  107.  
  108. ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
  109. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  110.  
  111.  
  112.  
  113. ::selection {color: {color:selection text}; background: {color:selection background};}
  114. ::-moz-selection {color: {color:selection text}; background: {color:selection background};}
  115.  
  116.  
  117.  
  118.  
  119. body {background:{color:background} url('{image:background}')
  120. {block:iffullbackground} no-repeat center center fixed;
  121. -webkit-background-size: cover;
  122. -moz-background-size: cover;
  123. -o-background-size: cover;
  124. background-size: cover; {/block:iffullbackground};
  125. background-attachment:fixed;
  126. color:{color:text};
  127. font-family:{select:font};
  128. font-size: 14px;
  129. margin:0;
  130. word-wrap:break-word;
  131. line-height:110%; cursor: url('{image:cursor}'), progress !important;}
  132.  
  133. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  134.  
  135. a:hover {
  136. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; cursor:url({image:cursor}), auto;}
  137.  
  138. small{font-size:auto}
  139.  
  140. big{font-size:auto}
  141.  
  142. b, strong{color:{color:bold}}
  143.  
  144. h1 {font-size:15px;}
  145.  
  146. i, em {color:{color:italic}}
  147.  
  148. p{margin-top:6px; margin-bottom:6px}
  149.  
  150. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text} width:100%;}
  151. blockquote img {max-width:100%;}
  152.  
  153. img a{border:none; width:100%;}
  154.  
  155. #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
  156.  
  157.  
  158.  
  159. #entries {margin-top:200px; margin-left:450px; position:relative; }
  160.  
  161.  
  162.  
  163. #posts {margin:100px 0 100px 0; position:relative; width: 400px; padding: 10px; background-color:{color:posts}; border:1px solid {color:border}; }
  164.  
  165. #posts img {max-width:100%;}
  166.  
  167. .speechbubble {
  168. width:300px;
  169. position: relative;
  170. background:#eee ;
  171. left:70px;
  172. color:#a0a0a0;
  173. margin: 0;
  174. padding:8px;
  175. text-align:left;
  176.  
  177. box-shadow: 0px 0 1px rgba(0,0,0,0);
  178. }
  179.  
  180.  
  181. .speechbubble:after {
  182. position: absolute;
  183. content: "";
  184. border-color: #eee transparent transparent transparent;
  185. border-style: solid;
  186. border-width: 15px 15px 0px;
  187. height:0;
  188. width:0;
  189. position:absolute;
  190. left:-15px;
  191. top:10px;
  192. }
  193.  
  194.  
  195.  
  196. #sidebar{ position:fixed; width:230px; overflow:hidden; padding:10px; top:100px; left:100px; transition:.6s; }
  197. #sidebar:hover{}
  198.  
  199. .links{margin-top:10px; text-align:center;}
  200. .links a{font-size:32px;}
  201.  
  202. .links a:after{content:'❑';}
  203. .links a:hover:after{content:'☐';}
  204.  
  205. .links a:hover{{color:link hover}; text-decoration:none;}
  206.  
  207. #desc{background:{color:posts};padding:10px; border:4px solid {color:posts}; outline:1px solid {color:border}; height:80px; overflow:auto;}
  208.  
  209.  
  210. .clear {
  211. clear: both;
  212. height: 0px;
  213. overflow: hidden;
  214. }
  215.  
  216. .search {
  217. background: {color:posts};
  218. border: 1px solid {color:border};
  219.  
  220. }
  221.  
  222. .search-scope {
  223. padding-top: 5px;
  224. font-size: 11px;
  225. text-align: center;
  226. }
  227.  
  228. #search-scope input,
  229. #search-scope label {
  230. cursor: pointer;
  231. }
  232.  
  233. #search form {
  234. margin: 0;
  235. }
  236.  
  237. #search form .query {
  238. padding: 5px;
  239. border: none;
  240. background: {color:posts};
  241. border:1px solid {color:border};
  242. width: 160px;
  243. float:left;
  244. margin-top:10px;
  245. color: {color:text};
  246. }
  247.  
  248. #search form .submit {
  249. background: {color:posts};
  250. color: {color:text};
  251. border: 1px solid {color:border};
  252. padding: 4px;
  253. margin: 10px 0px 2px 0;
  254. float: right;
  255. cursor: pointer;
  256. }
  257.  
  258. #desc:after
  259. {
  260. content: '';
  261. position: absolute;
  262. border-style: solid;
  263. border-width: 0 0 26px 26px;
  264. border-color: {color:posts} transparent;
  265. display: block;
  266. width: 0;
  267. z-index: 1;
  268. top: 108.4px;
  269. left: 30.72px;
  270. }
  271.  
  272. #desc:before
  273. {
  274. content: '';
  275. position: absolute;
  276. border-style: solid;
  277. border-width: 0 0 28px 28px;
  278. border-color: {color:border} transparent;
  279. display: block;
  280. width: 0;
  281. z-index: -1;
  282. margin-top: -40.4px;
  283. left: 30px;
  284. }
  285.  
  286.  
  287.  
  288. #sidebar img {width:100px; height:100px; border:1px solid {color:border}; background:{color:posts}; padding:2px;}
  289.  
  290.  
  291. #sidebar:hover #description{opacity:1; transition:.6s;}
  292.  
  293. h2 {
  294. font-family:helvetica; font-weight:100; line-height:17px;
  295. }
  296.  
  297. #header{top:0px; margin-left:0px; background:{color:posts}; width:100%; position:fixed; height:auto; padding:20px; font-family:calibri; border:1px solid {color:border}; z-index:99; border-top:none; }
  298.  
  299.  
  300. #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
  301.  
  302. #credit{position:fixed; bottom:10px; left:10px; font-size:11px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; background:{color:posts}; border:1px solid #aaa; padding:3px;}
  303.  
  304. #info{ width:250px; font-size:14px; font-family:verdana; position: absolute; border-left:2px solid {color:link};
  305. letter-spacing: .5px;
  306. text-transform: lowercase;opacity:0; top:0px;width:120px; margin-left:420px; padding-left:8px;}
  307.  
  308.  
  309. #posts:hover #info{opacity:1; z-index:2; transition:.6s;}
  310. .tags{width:250px; font-size:12px; margin-top:4px;}
  311.  
  312. .dinky {
  313. float:left;
  314. }
  315.  
  316. #albumart {
  317. width:150px;
  318. height:150px;
  319. padding:0px;
  320. opacity:1;
  321. border-width:0px; transition:.5s;
  322. -webkit-mask-image:url(https://41.media.tumblr.com/9cdb3664f44ce8f1b7ff1f2da7d48e24/tumblr_o12nu3RzRd1u8yrhso1_r3_250.png);
  323. }
  324. #albumart img{
  325. width:150px;
  326. height:150px;
  327. padding:0px;
  328. opacity:1;
  329. border-width:0px; transition:.5s;
  330. -webkit-mask-image:url(https://41.media.tumblr.com/9cdb3664f44ce8f1b7ff1f2da7d48e24/tumblr_o12nu3RzRd1u8yrhso1_r3_250.png);
  331. }
  332.  
  333.  
  334. .player {
  335. width:28px;
  336. overflow:hidden;
  337. height:40px;
  338. padding:0px;
  339. padding-top:5px;
  340. padding-left:6px;
  341. opacity:.8;
  342. -webkit-transform:scale(1.2);
  343. border-radius:90px;
  344. position:absolute;
  345. left:50%;
  346. top:50%;
  347. margin-top:-20px;
  348. margin-left:-20px;
  349. -webkit-transition-duration:500ms;
  350. -moz-transition-duration:500ms;
  351. -o-transition-duration:500ms;
  352. -ms-transition-duration:500ms;-webkit-filter: blur(0px) ;
  353.  
  354. }
  355.  
  356. .daplaya:hover {
  357. -webkit-filter: blur(0px);
  358.  
  359. }
  360.  
  361. .daplaya:hover .player {
  362. -webkit-filter: blur(0px);
  363. }
  364.  
  365. .daplaya {
  366. background-color:transparent;
  367. width:50px;
  368. height:50px;
  369. border-radius:90px;
  370. position:absolute;
  371. margin-top:-104px;
  372. margin-left:48px;
  373. -webkit-transition-duration:500ms;
  374. -moz-transition-duration:500ms;
  375. -o-transition-duration:500ms;
  376. -ms-transition-duration:500ms;
  377. }
  378.  
  379.  
  380.  
  381.  
  382. .donkey {
  383. float:left top;
  384. margin-left:100px;
  385. background-color:transparent;
  386. padding:20px;
  387. height:110px;
  388. text-align:center;
  389. color:{color:text};
  390. }
  391.  
  392. .track {
  393. font-size:15px;
  394. letter-spacing:4px;
  395. padding:10px;
  396. background-color:#eee;
  397. font-weight:300;
  398. text-transform:uppercase; transition:.6s;
  399. font-family:Helvetica;
  400. color:black;
  401. }
  402.  
  403. .artist {
  404. letter-spacing:1px;
  405. font-style:italic;
  406. font-weight:bold;
  407.  
  408. }
  409.  
  410. .playcount {
  411. font-size:9px;
  412. text-transform:uppercase;
  413. letter-spacing:3px;
  414. }
  415.  
  416.  
  417. #audiolo {
  418.  
  419. width:400px;
  420.  
  421.  
  422. }
  423.  
  424. .album {
  425. font-weight:normal;
  426. }
  427.  
  428. #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  429. font-family: "bitxmap";
  430. border:2px solid #aaa;
  431.  
  432. }
  433. #egg:hover { animation-name: egg;
  434. animation-duration: 1s;
  435. animation-iteration-count: infinite;}
  436. @keyframes egg{
  437. 0%{}
  438. 10%{transform:rotate(20deg)}
  439. 80%{transform:rotate(-20deg)}
  440. 100%{}
  441. }
  442.  
  443. .user_1 .label {color:{color:link}; font-weight:bold}
  444. .user_2 .label {color:{color:text}; font-weight:italic}
  445. .user_3 .label {color:{color:link}; font-weight:text}
  446.  
  447.  
  448. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  449.  
  450. .notes img{width:10px; position:relative; top:1px}
  451. ol.notes{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:8px; background:{color:posts}; border:1px solid {color:border};}
  452.  
  453. .notes li{border-bottom:1px solid {color:border}; padding:10px;}
  454.  
  455.  
  456. </style>
  457.  
  458.  
  459. <body>
  460. <div id="header"><table cellpadding="0"><tr><td><font style="font-size:24px;"><a href="/">
  461. ■ ■ ■
  462. {title}</a> </font></td></tr> <tr><td>
  463. <div class="links">
  464. <center>
  465. <a href="/" title="refresh"></a>
  466. <a href="/ask" title="message"></a>
  467. <a href="{text:Link 1 url}" title="{text:Link 1}"></a>
  468. <a href="{text:Link 2 url}" title="{text:Link 2}"></a>
  469. <a href="{text:Link 3 url}" title="{text:Link 3}"></a>
  470. <a href="{text:Link 4 url}" title="{text:Link 4}"></a>
  471. </center></div>
  472.  
  473. </td>
  474. </tr> </table>
  475. </div>
  476. <div id="sidebar">
  477. <center><a href="/"><img src="{image:sidebar}
  478. "></a></center>
  479.  
  480. <center> <br>
  481. <div id="desc">
  482. {description}
  483. </div>
  484. <div id="search">
  485. <form action="/search" method="get" id="search-form">
  486. <input type="hidden" name="t" value="{Name}" />
  487. <input type="text" name="q" class="query" value="{SearchQuery}" />
  488. <input type="submit" value="{lang:Search}" class="submit" />
  489. <div class="clear"></div>
  490. </form>
  491. </div>
  492.  
  493. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  494.  
  495.  
  496. </div>
  497. </center>
  498.  
  499. <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
  500.  
  501. <div id="entries">
  502. {block:posts}
  503. {block:ContentSource}
  504. <!-- {SourceURL}
  505. {block:SourceLogo}
  506. <img src="{BlackLogoURL}"
  507. width="{LogoWidth}"
  508. height="{LogoHeight}"
  509. alt="{SourceTitle}" />
  510. {/block:SourceLogo}
  511. {block:NoSourceLogo}
  512. {SourceLink}
  513. {/block:NoSourceLogo} -->
  514. {/block:ContentSource}
  515. <div id="posts">
  516.  
  517. <div id="info"><a href="{Permalink}" title="{timeago}">■</a> <a href="{Permalink}" title="{NoteCountWithLabel} ">■</a>
  518. <br>
  519. {block:RebloggedFrom}
  520. <a href="{ReblogParentURL}" title="via: {reblogparentname}"> ■
  521. </a>
  522.  
  523. <a href="{ReblogRootURL}" title=" src: {ReblogRootName}"> ■ </a>{/block:RebloggedFrom}
  524.  
  525. <br><a href="{ReblogURL}" style="font-size:12px">+reblog</a>{block:HasTags}<div class="tags">{block:tags} <a href="{tagURL}">{text:tag symbol}{tag} </a>{/block:tags}</div>{/block:HasTags}</div>
  526.  
  527. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  528.  
  529.  
  530. {block:Quote}<h2><img src="http://31.media.tumblr.com/b2b0faaafc98030d7fcbca1a5877fc71/tumblr_inline_mv2holPJ6c1qid2nw.gif"> {Quote} <img src="http://33.media.tumblr.com/9606eca397f545eb3d9f8c3f0d17a5b1/tumblr_inline_mv2hopso0T1qid2nw.gif"> <br><small> — {Source}</small></h2><br>{/block:Quote}
  531.  
  532. {block:Link}<a href="{URL}"><h1>» {Name} »</h1></a>
  533. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  534.  
  535. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  536. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  537.  
  538. {block:Photoset}<center>{Photoset-400}</center>
  539. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  540.  
  541. {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}
  542.  
  543. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  544. {block:Answer}
  545.  
  546. <div class="askerportrait"><img style=" margin-left:10px; width:40px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div>
  547.  
  548. <br>{answer}
  549.  
  550.  
  551. {/block:Answer}
  552.  
  553.  
  554. {block:Audio}<div id="audiolo">
  555. <div class="dinky">
  556. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  557.  
  558. <div class="daplaya"><div class="player">{AudioPlayerwhite}</div></div></div>
  559. <div class="donkey">
  560. <div class="track"> {block:TrackName}
  561. {TrackName}
  562. {/block:TrackName} </div>
  563.  
  564.  
  565. <div class="artist">
  566. {block:Artist}{Artist}
  567. {/block:Artist} </div>
  568.  
  569. <div class="album">
  570. {block:Album}
  571. {Album}
  572. {/block:Album}
  573. </div>
  574.  
  575. <div class="playcount">
  576.  
  577. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  578. </div></div>
  579. {caption}
  580. {/block:Audio}
  581.  
  582.  
  583.  
  584. </div>
  585.  
  586.  
  587. {/block:Posts}
  588.  
  589. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  590. </div>
  591. </div>
  592.  
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement