ilkii

bana theme

Jul 22nd, 2015
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  6.  
  7. <title>{Title}</title>
  8.  
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <link rel="shortcut icon" href="{Favicon}" />
  12.  
  13.  
  14.  
  15. <!--- bana theme by sunny ∠( ᐛ 」∠)_
  16. yeolumrain.tumblr.com
  17.  
  18. feel free to tweak/edit this theme as much as you'd like!
  19.  
  20. but do NOT use as a base code/redistribute this code
  21. or claim as your own ≖‿≖
  22.  
  23. and don't remove the credits!
  24.  
  25. that's it, have a nice day! --->
  26.  
  27.  
  28.  
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="color:Post BG" content="#ffffff" />
  31. <meta name="color:Text" content="#bbbbbb" />
  32. <meta name="color:Title" content="#777777" />
  33. <meta name="color:Menu Links" content="#bbbbbb" />
  34. <meta name="color:Links" content="#dde6f6" />
  35. <meta name="color:Links Hover" content="#dddddd" />
  36. <meta name="color:Borders" content="#eeeeee" />
  37. <meta name="color:Outer Border" content="#eeeeee" />
  38.  
  39. <meta name="color:Scrollbar" content="#eeeeee" />
  40. <meta name="color:Scrollbar BG" content="#ffffff" />
  41. <meta name="color:Selection Text" content="#777777" />
  42. <meta name="color:Selection BG" content="#fafafa" />
  43.  
  44. <meta name="if:InnerBG" content="0"/>
  45. <meta name="if:InfiniteScroll" content="0"/>
  46. <meta name="if:ShowCaption" content="0"/>
  47.  
  48. <meta name="text:Link 1" content="Link 1"/>
  49. <meta name="text:Link 1 URL" content="/"/>
  50. <meta name="text:Link 2" content="Link 2"/>
  51. <meta name="text:Link 2 URL" content="/"/>
  52.  
  53. <meta name="image:Background" content="" />
  54. <meta name="image:Sidebar" content="" />
  55.  
  56. <style type="text/css">
  57.  
  58. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
  59. top: 0%!important;
  60. right:0%!important;
  61. position: fixed!important;
  62. z-index:9999999!important;
  63. opacity: 0.3;
  64. -moz-filter: invert(100%);
  65. -webkit-filter: invert(100%);
  66. -o-filter: invert(100%);
  67. background: #000;
  68. }
  69.  
  70. #s-m-t-tooltip{
  71. max-width: 200px;
  72. padding: 5px;
  73. margin: 7px;
  74. background: #fff;
  75. font: 8px trebuchet ms;
  76. letter-spacing: 2px;
  77. color: {color:Text};
  78. border-top: 1px solid {color:Borders};
  79. border-bottom: 1px solid {color:Borders};
  80. z-index: 9999999;
  81. }
  82.  
  83. ::-webkit-scrollbar{
  84. height: auto;
  85. width: 11px;
  86. }
  87.  
  88. ::-webkit-scrollbar-track-piece{
  89. background-color: {color:Scrollbar BG};
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb{
  93. background-color: {color:Scrollbar};
  94. border: 5px solid {color:Scrollbar BG};
  95. }
  96.  
  97. ::selection {
  98. background: {color:Selection BG};
  99. color: {color:Selection Text};
  100. }
  101.  
  102. ::-moz-selection {
  103. background: {color:Selection BG};
  104. color: {color:Selection Text};
  105. }
  106.  
  107. ::-webkit-selection {
  108. background: {color:Selection BG};
  109. color: {color:Selection Text};
  110. }
  111.  
  112. *, body, a{
  113. cursor: url('http://i.imgur.com/2qleX.jpg'), auto;
  114. }
  115.  
  116. a:hover{
  117. cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
  118. }
  119.  
  120. a{
  121. color: {color:Links};
  122.  
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. }
  127.  
  128. a:hover{
  129. color: {color:Links Hover};
  130. }
  131.  
  132. body{
  133. margin: 0px;
  134. padding: 0px;
  135. font: 9px lucida console;
  136. letter-spacing: 1px;
  137. color: {color:Text};
  138. {block:ifnotInnerBG}
  139. background: {color:Background} url('{image:Background}');
  140. {/block:ifnotInnerBG}
  141. {block:ifInnerBG}
  142. background: transparent;
  143. {/block:ifInnerBG}
  144. }
  145.  
  146. img{
  147. opacity: 0.7;
  148. filter: alpha(opacity=70);
  149. -moz-opacity: 0.7;
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. transition-duration: all 0.5s ease-in-out;
  154. }
  155.  
  156. img:hover{
  157. opacity: 1;
  158. filter: alpha(opacity=100);
  159. -moz-opacity: 1;
  160. }
  161.  
  162. #sidebar{
  163. position: absolute;
  164. margin-top: 50px;
  165. margin-left: 40px;
  166. width: 150px;
  167. }
  168.  
  169. #sidebar img{
  170. width: 130px;
  171. margin: 10px 0;
  172. padding: 10px;
  173. border: 1px solid {color:Borders};
  174. background: {color:Post BG};
  175. }
  176.  
  177. #name{
  178. margin-bottom: 5px;
  179. padding: 10px;
  180. font-size: 12px;
  181. letter-spacing: 2px;
  182. text-align: center;
  183. text-transform: uppercase;
  184. color: {color:Title};
  185. border: 1px solid {color:Borders};
  186. background: {color:Post BG};
  187. }
  188.  
  189. #desc{
  190. max-height: 44px;
  191. {block:ifSidebarImage}
  192. margin: 5px 0;
  193. {/block:ifSidebarImage}
  194. {block:ifnotSidebarImage}
  195. margin-top: 10px;
  196. {/block:ifnotSidebarImage}
  197. padding: 10px;
  198. overflow-y: auto;
  199. overflow-x: hidden;
  200. border: 1px solid {color:Borders};
  201. background: {color:Post BG};
  202. }
  203.  
  204. #navi{
  205. margin: 10px 0;
  206. font-size: 8px;
  207. text-transform: uppercase;
  208. border: 1px solid {color:Borders};
  209. background: {color:Post BG};
  210. }
  211.  
  212. #navi img{
  213. width: auto;
  214. margin: 0;
  215. padding: 0;
  216. border: 0;
  217. }
  218.  
  219. #navi a{
  220. color: {color:Menu Links};
  221. text-decoration: none;
  222. }
  223.  
  224. #navi a:hover{
  225. color: {color:Links Hover};
  226. }
  227.  
  228. #bana{
  229. display: block;
  230. padding: 5px;
  231. text-align: right;
  232. border-bottom: 1px solid {color:Borders};
  233. }
  234.  
  235. .page{
  236. margin-top: 10px;
  237. padding: 7px;
  238. font-size: 8px;
  239. letter-spacing: 1px;
  240. text-align: center;
  241. text-transform: uppercase;
  242. color: {color:Links};
  243. border: 1px solid {color:Borders};
  244. background: {color:Post BG};
  245. }
  246.  
  247. .page a{
  248. text-decoration: none;
  249. }
  250.  
  251. #main{
  252. position: relative;
  253. margin: 70px auto 0px auto;
  254. height: 500px;
  255. width: 700px;
  256. border: 1px dashed {color:Outer Border};
  257. {block:ifInnerBG}
  258. background: {color:Background} url('{image:Background}');
  259. {/block:ifInnerBG}
  260. {block:ifnotInnerBG}
  261. background: {color:Post BG};
  262. {/block:ifnotInnerBG}
  263. }
  264.  
  265. #diary{
  266. margin-top: 50px;
  267. margin-left: 250px;
  268. max-height: 400px;
  269. width: 400px;
  270. overflow-y: auto;
  271. overflow-x: hidden;
  272. border: 1px solid {color:Borders};
  273. background: {color:Post BG};
  274. }
  275.  
  276. .entry{
  277. margin: 50px auto;
  278. padding: 10px;
  279. width: 250px;
  280. color: {color:Text};
  281. background: {color:Post BG};
  282. border: 1px solid {color:Borders};
  283. }
  284.  
  285. .photoset{
  286. opacity: 0.7;
  287. filter: alpha(opacity=70);
  288. -moz-opacity: 0.7;
  289. -webkit-transition: all 0.5s ease-in-out;
  290. -moz-transition: all 0.5s ease-in-out;
  291. -o-transition: all 0.5s ease-in-out;
  292. transition-duration: all 0.5s ease-in-out;
  293. }
  294.  
  295. .photoset:hover{
  296. opacity: 1;
  297. filter: alpha(opacity=100);
  298. -moz-opacity: 1;
  299. }
  300.  
  301. #title{
  302. font-size: 11px;
  303. letter-spacing: 1px;
  304. color: {color:Title};
  305. }
  306.  
  307. #quote{
  308. font-style: italic;
  309. letter-spacing: 1px;
  310. }
  311.  
  312. .caption{
  313. display: block;
  314. word-wrap: break-word;
  315. margin-top: 5px;
  316. }
  317.  
  318. #audio{
  319. overflow: hidden;
  320. height: auto;
  321. width: auto;
  322. margin: 10px;
  323. z-index: 999;
  324. }
  325.  
  326. #albumart{
  327. float: left;
  328. opacity: 0.9;
  329. filter: alpha(opacity=90);
  330. -moz-opacity: 0.9;
  331. -webkit-transition: all 0.5s ease-in-out;
  332. -moz-transition: all 0.5s ease-in-out;
  333. -o-transition: all 0.5s ease-in-out;
  334. margin-right: 5px;
  335. }
  336.  
  337. #audiodesc{
  338. overflow: auto;
  339. margin-top: 20px;
  340. line-height: 10px;
  341. }
  342.  
  343. #info{
  344. {block:IndexPage}
  345. width: 250px;
  346. font-size: 8px;
  347. text-align: right;
  348. text-transform: uppercase;
  349. {/block:IndexPage}
  350. {block:PermalinkPage}
  351. font-size: 9px;
  352. {/block:PermalinkPage}
  353. margin-top: 10px;
  354. margin-bottom: -10px;
  355. padding: 5px 0;
  356. letter-spacing: 2px;
  357. border-top: 1px dashed {color:Borders};
  358. }
  359.  
  360. #info a{
  361. text-decoration: none;
  362. }
  363.  
  364. #note{
  365. width: 250px;
  366. margin-left: -20px;
  367. padding: 0;
  368. letter-spacing: 1px;
  369. line-height: 11px;
  370. }
  371.  
  372. #note img{
  373. display: none;
  374. }
  375.  
  376. blockquote{
  377. padding-left: 3px;
  378. border-left: 2px solid #bbb;
  379. }
  380.  
  381. #credit{
  382. position: fixed;
  383. bottom: 10px;
  384. right: 10px;
  385. font-size: 9px;
  386. color: #aaa;
  387. text-decoration: none;
  388. opacity: 0.8;
  389. filter: alpha(opacity=80);
  390. -moz-opacity: 0.8;
  391. -webkit-transition: all 0.3s ease-in-out;
  392. -moz-transition: all 0.3s ease-in-out;
  393. -o-transition: all 0.3s ease-in-out;
  394. }
  395.  
  396. #credit:hover{
  397. font-style: normal;
  398. opacity: 1;
  399. filter: alpha(opacity=100);
  400. -moz-opacity: 1;
  401. }
  402.  
  403. </style>
  404.  
  405. {block:ifInfiniteScroll}
  406. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  407. {/block:ifInfiniteScroll}
  408.  
  409. </head>
  410.  
  411. <body>
  412.  
  413. <a href="http://yeolumrain.tumblr.com" title="theme by sunny" id="credit">•ᴥ•</a>
  414.  
  415. <div id="main">
  416.  
  417. <div id="sidebar">
  418. <div id="name">{Title}</div>
  419. <center>{block:ifSidebarimage}<img src="{image:Sidebar}" />{/block:ifSidebarimage}</center>
  420. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  421. <div id="navi">
  422. <a href="/" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">refresh</a>
  423. <a href="/ask" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">mailbox</a>
  424. <a href="/archive" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">calendar</a>
  425. {block:ifLink1}<a href="{text:Link 1 URL}" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">{text:Link 1}</a>{/block:ifLink1}
  426. {block:ifLink2}<a href="{text:Link 2 URL}" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">{text:Link 2}</a>{/block:ifLink2}
  427. </div>
  428. {block:ifnotInfiniteScroll}
  429. {block:Pagination}<div class="page">
  430. {block:PreviousPage}<a href="{PreviousPage}">Back </a>{/block:PreviousPage}
  431. {block:JumpPagination length="3"}
  432. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  433. {block:JumpPage}<a class="jump_page" href="{URL}"> {PageNumber} </a>{/block:JumpPage}
  434. {/block:JumpPagination}
  435. {block:NextPage}<a href="{NextPage}"> Next</a>{/block:NextPage}
  436. </div>{/block:Pagination}
  437. {/block:ifnotInfiniteScroll}
  438.  
  439. </div>
  440.  
  441. <div id="diary">
  442. <div class="autopagerize_page_element">
  443. {block:Posts}
  444. <div class="entry">
  445.  
  446. {block:Text}
  447. {block:Title}<div id="title">{Title}</div>{/block:Title}
  448. {Body}
  449. {/block:Text}
  450.  
  451. {block:Photo}
  452. <img src="{PhotoURL-250}" border="0" width="250px"/>
  453. {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
  454. {/block:Photo}
  455.  
  456. {block:Photoset}
  457. <div class="photoset">{Photoset-250}</div>
  458. {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
  459. {/block:Photoset}
  460.  
  461. {block:Quote}
  462. <div id="quote">"{Quote}"</div><br>
  463. {block:Source}<div align="right">- {Source}</div>{/block:Source}
  464. {/block:Quote}
  465.  
  466. {block:Link}
  467. <div id="title"><a href="{URL}" target="{Target}">{Name}</a></div>
  468. {block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471. {block:Chat}
  472. {block:Title}<div id="title">{Title}</div>{/block:Title}
  473. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  474. {/block:Chat}
  475.  
  476. {block:Audio}
  477. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="50"></div>{/block:AlbumArt}<div id ="audio">{AudioPlayerWhite}</div>
  478. <div id="audiodesc">
  479. {block:TrackName}
  480. Track: {TrackName}<br>
  481. {/block:TrackName}
  482. {block:Artist}
  483. Artist: {Artist}<br>
  484. {/block:Artist}
  485. {block:Album}
  486. Album: {Album}
  487. {/block:Album}
  488. </div>
  489. {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
  490. {/block:Audio}
  491.  
  492. {block:Answer}
  493. {Asker} asked: {Question}
  494. <div style="margin-top: 10px;">{Answer}</div>
  495. {/block:Answer}
  496.  
  497. {block:Video}
  498. {Video-250}
  499. {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
  500. {/block:Video}
  501.  
  502. <div id="info">
  503. {block:IndexPage}
  504. {block:Date}
  505. <img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">
  506. <a href="{Permalink}">{NoteCountWithLabel}</a>.<a href="{ReblogURL}" target="_blank">reblog</a>
  507. {/block:Date}
  508. {/block:IndexPage}
  509.  
  510. {block:PermalinkPage}
  511. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  512.  
  513. {block:Date}
  514. <div id="title" style="margin-top:5px;">{DayOfWeek} {Month} {DayOfMonth}</div><br>
  515. {NoteCountWithLabel} .
  516. {/block:Date}
  517.  
  518. {block:RebloggedFrom}
  519. <a href="{ReblogParentURL}">via</a> .
  520. <a href="{ReblogRootURL}">source</a>
  521. {/block:RebloggedFrom}
  522.  
  523. {block:HasTags}
  524. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>
  525. {/block:HasTags}
  526.  
  527. {block:PostNotes}
  528. <div id="note"> {PostNotes}</div>
  529. {/block:PostNotes}
  530. {/block:PermalinkPage}
  531. </div>
  532.  
  533. </div>
  534. {/block:Posts}
  535. </div>
  536. </div>
  537.  
  538. </div>
  539.  
  540. </body>
  541. </html>
Advertisement
Add Comment
Please, Sign In to add comment