Advertisement
loranhale

osaka

Jan 25th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. aio: osaka
  8.  
  9. @julesatticus
  10.  
  11.  
  12. --->
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Lora:400,400i,700,700i|Open+Sans:400,400i,600,600i" rel="stylesheet">
  19. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  20.  
  21. <style type="text/css">
  22.  
  23. /* scrollbar */
  24.  
  25. ::-webkit-scrollbar {
  26. height:5px;
  27. width:1px;
  28. background:#fafafa;
  29. }
  30.  
  31. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  32.  
  33. /* tumblr controls */
  34.  
  35. iframe.tmblr-iframe {
  36. z-index:99999999999999!important;
  37. top:0!important;
  38. right:0!important;
  39. opacity:0.4;
  40. /* delete invert(1) from here */
  41. filter:invert(1) contrast(150%);
  42. -webkit-filter:invert(1) contrast(150%);
  43. -o-filter:invert(1) contrast(150%);
  44. -moz-filter:invert(1) contrast(150%);
  45. -ms-filter:invert(1) contrast(150%);
  46. /* to here if your blog has a dark background */
  47. transform:scale(0.65);
  48. transform-origin:100% 0;
  49. -webkit-transform:scale(0.65);
  50. -webkit-transform-origin:100% 0;
  51. -o-transform:scale(0.65);
  52. -o-transform-origin:100% 0;
  53. -moz-transform:scale(0.65);
  54. -moz-transform-origin:100% 0;
  55. -ms-transform:scale(0.65);
  56. -ms-transform-origin:100% 0;
  57. transition:all .6s ease;
  58. }
  59.  
  60. iframe.tmblr-iframe:hover { opacity:0.6!important; }
  61.  
  62. /* tooltips */
  63.  
  64. #s-m-t-tooltip {
  65. max-width:300px;
  66. margin:15px;
  67. padding:4px 6px;
  68. z-index:99999999;
  69. color:#000;
  70. border:1px solid #eee;
  71. background:#fafafa;
  72. }
  73.  
  74. /* body */
  75.  
  76. body {
  77. background:#fff;
  78. color:#555;
  79. letter-spacing:.5px;
  80. font-family:trebuchet ms;
  81. font-size:11px;
  82. line-height:130%;
  83. -moz-osx-font-smoothing:grayscale;
  84. -webkit-font-smoothing:antialiased;
  85. font-smoothing:antialiased;
  86. }
  87.  
  88. a {
  89. color:#ff6f61; /* links */
  90. text-decoration:none;
  91. transition:all .6s ease;
  92. }
  93.  
  94. a:hover { color:#f7cac9; }
  95.  
  96. blockquote { padding-left:10px; border-left:2px solid #eee; margin-left:0; }
  97.  
  98. h1 {
  99. font-size:13px;
  100. color:#444;
  101. font-weight:600;
  102. text-transform:uppercase;
  103. letter-spacing:1px;
  104. }
  105.  
  106. b { font-style:bold; }
  107. i { font-style:italic; }
  108.  
  109. /* con */
  110.  
  111. .con { width:500px; box-sizing:border-box; margin:150px auto; }
  112.  
  113. section {
  114. display:none;
  115. padding:15px 0;
  116. margin-top:20px;
  117. border-top:1px solid #eee;
  118. }
  119.  
  120. /* header */
  121.  
  122. .title {
  123. color:#222;
  124. font-size:18px;
  125. margin-bottom:10px;
  126. font-weight:600;
  127. letter-spacing:1px;
  128. text-transform:lowercase;
  129. font-style:italic;
  130. font-family:'lora', serif;
  131. }
  132.  
  133. .icon { float:right; text-align:right; display:inline-block; }
  134. .icon img {
  135. width:45px;
  136. height:45px;
  137. border-radius:50%;
  138. transition:all .4s ease;
  139. }
  140.  
  141. .icon img:hover { cursor:help; opacity:.8; }
  142.  
  143. /* tabs */
  144.  
  145. input { display:none; }
  146.  
  147. label {
  148. display:inline-block;
  149. font-weight:600;
  150. color:#ff6f61;
  151. border-bottom:none;
  152. transition:all .6s ease;
  153. font-size:11px;
  154. margin-right:10px;
  155. }
  156.  
  157. label:hover { color:#f7cac9; cursor:pointer; }
  158.  
  159. input:checked + label { color:#222; border:none; }
  160.  
  161. #tab1:checked ~ #content1,
  162. #tab2:checked ~ #content2,
  163. #tab3:checked ~ #content3,
  164. #tab4:checked ~ #content4 { display:block; }
  165.  
  166. /* social */
  167.  
  168. .social { margin-top:15px; }
  169. .sm { margin-bottom:5px; margin-right:10px; display:inline-block; }
  170. .sm a { color:#ff9d9d; }
  171. .sm a:hover { color:#ff6f61; }
  172. .sm h5 { display:inline; font-size:11px; }
  173. .sm:hover .th { border:1px solid #ff6f61; color:#ff6f61; }
  174.  
  175. .sm .th {
  176. font-size:11px;
  177. vertical-align:-1px;
  178. border:1px solid #eee;
  179. padding:5px;
  180. width:11px;
  181. height:11px;
  182. border-radius:50%;
  183. margin-right:5px;
  184. transition:all .4s ease;
  185. }
  186.  
  187. /* tags */
  188.  
  189. .box { margin-bottom:10px; padding-bottom:10px; }
  190. .box:last-of-type { border-bottom:0; }
  191.  
  192. .t {
  193. font-size:12px;
  194. font-weight:600;
  195. color:#222; /* tags title */
  196. display:inline;
  197. margin-right:10px;
  198. font-family:'cutive mono', monospace;
  199. box-shadow: 0 -9px #ffe6e6 inset;
  200. }
  201.  
  202. .tags { display:inline; line-height:18px; }
  203. .tags a { display:inline-block; margin-right:8px; color:#91a8d0; }
  204. .tags a:hover { color:#ff6f61; }
  205.  
  206. /* faq */
  207.  
  208. .faq { padding-bottom:10px; margin-bottom:10px; }
  209. .faq:hover .th { color:#333; }
  210.  
  211. .faq .th {
  212. width:13px;
  213. height:13px;
  214. font-size:13px;
  215. text-align:center;
  216. float:right;
  217. display:inline;
  218. padding:5px;
  219. color:#ff6f61;
  220. transition:all .6s ease;
  221. }
  222.  
  223. .q {
  224. font-weight:bold;
  225. display:inline-block;
  226. margin-bottom:5px;
  227. font-size:12px;
  228. }
  229.  
  230. .a { font-style:italic; color:#666; }
  231.  
  232. /* blogroll */
  233.  
  234. .b { margin-left:0px; }
  235. .b a { vertical-align:-9px; }
  236.  
  237. .ppl {
  238. width:calc(500px / 3);
  239. height:30px;
  240. overflow:hidden;
  241. display:inline-block;
  242. margin:0 0px 10px 0px;
  243. }
  244.  
  245. .ppl img {
  246. float:left;
  247. width:30px;
  248. height:30px;
  249. border-radius:50%;
  250. margin-right:10px;
  251. }
  252.  
  253. /* do not disturb */
  254. .lo { bottom:20px; right:20px; position:fixed; }
  255. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  256.  
  257. </style>
  258. </head>
  259.  
  260. <body>
  261.  
  262. <div class="con">
  263.  
  264. <div class="icon">
  265. <a href="/"><img src="{PortraitURL-128}" /></a>
  266. </div>
  267. <div class="title">{title}</div>
  268.  
  269. <!------------------------------- TABS ----------------------------------->
  270. <input id="tab1" type="radio" name="tabs" checked>
  271. <label for="tab1">About</label>
  272.  
  273. <input id="tab2" type="radio" name="tabs">
  274. <label for="tab2">Navigate</label>
  275.  
  276. <input id="tab3" type="radio" name="tabs">
  277. <label for="tab3">Message</label>
  278.  
  279. <input id="tab4" type="radio" name="tabs">
  280. <label for="tab4">Blogroll</label>
  281.  
  282.  
  283. <!------------------------------ ABOUT ----------------------------------->
  284. <section id="content1">
  285.  
  286. <b>hello</b> <i>it's me</i> <br>
  287. <blockquote><a href="/">this is a link</a></blockquote>
  288.  
  289. <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. nulla condimentum vel tellus vitae volutpat. aliquam ut quam ac elit congue luctus. nam a lacus sed odio iaculis luctus a in turpis. aenean erat libero, dapibus at porttitor in, auctor sed urna. aenean a molestie est. sed rhoncus justo sit amet felis sodales maximus. etiam pharetra nibh dolor, nec imperdiet enim hendrerit a. pellentesque et dolor sed ligula bibendum dignissim sit amet quis lectus. praesent ornare sem dolor, ut tristique massa tincidunt eget.</p>
  290.  
  291. <div class="social">
  292. <div class="sm">
  293. <a href="https://twitter.com">
  294. <span class="th th-twitter"></span>
  295. <h5>twitter</h5> </a>
  296. </div>
  297.  
  298. <div class="sm">
  299. <a href="https://instagram.com">
  300. <span class="th th-instagram"></span>
  301. <h5>instagram</h5> </a>
  302. </div>
  303.  
  304. <div class="sm">
  305. <a href="https://pinterest.com">
  306. <span class="th th-pinterest"></span>
  307. <h5>pinterest</h5> </a>
  308. </div>
  309. </div>
  310.  
  311. </section>
  312.  
  313.  
  314. <!------------------------------- TAGS ----------------------------------->
  315. <section id="content2">
  316.  
  317. <div class="box">
  318. <div class="t">links</div>
  319. <div class="tags">
  320. <a href="/">link</a>
  321. <a href="/">link</a>
  322. <a href="/">link</a>
  323. <a href="/">link</a>
  324. <a href="/">link</a>
  325. <a href="/">link</a>
  326. </div>
  327. </div>
  328.  
  329. <div class="box">
  330. <div class="t">my loves</div>
  331. <div class="tags">
  332. <a href="/tagged/">tag</a>
  333. <a href="/tagged/">tag</a>
  334. <a href="/tagged/">tag</a>
  335. <a href="/">link</a>
  336. </div>
  337. </div>
  338.  
  339. <div class="box">
  340. <div class="t">creations</div>
  341. <div class="tags">
  342. <a href="/tagged/">tag</a>
  343. <a href="/tagged/">tag</a>
  344. <a href="/tagged/">tag</a>
  345. <a href="/tagged/">tag</a>
  346. <a href="/tagged/">tag</a>
  347. <a href="/tagged/">tag</a>
  348. </div>
  349. </div>
  350.  
  351. <div class="box">
  352. <div class="t">literature</div>
  353. <div class="tags">
  354. <a href="/tagged/">tag</a>
  355. <a href="/tagged/">tag</a>
  356. <a href="/tagged/">tag</a>
  357. <a href="/tagged/">tag</a>
  358. <a href="/tagged/">tag</a>
  359. <a href="/tagged/">tag</a>
  360. <a href="/tagged/">tag</a>
  361. <a href="/tagged/">tag</a>
  362. <a href="/tagged/">tag</a>
  363. <a href="/tagged/">tag</a>
  364. <a href="/tagged/">tag</a>
  365. <a href="/tagged/">tag</a>
  366. <a href="/tagged/">tag</a>
  367. <a href="/tagged/">tag</a>
  368. <a href="/tagged/">tag</a>
  369. <a href="/tagged/">tag</a>
  370. <a href="/tagged/">tag</a>
  371. <a href="/tagged/">tag</a>
  372. </div>
  373. </div>
  374.  
  375. <div class="box">
  376. <div class="t">blogs</div>
  377. <div class="tags">
  378. <a href="/tagged/">tag</a>
  379. <a href="/tagged/">tag</a>
  380. <a href="/tagged/">tag</a>
  381. </div>
  382. </div>
  383.  
  384. </section>
  385.  
  386.  
  387. <!------------------------------ FAQ ------------------------------------->
  388. <section id="content3">
  389.  
  390. <div class="faq">
  391. <span class="th th-pencil-o"></span>
  392. <div class="q">question</div>
  393. <div class="a">answer</div>
  394. </div>
  395.  
  396. <div class="faq">
  397. <span class="th th-question-o"></span>
  398. <div class="q">question</div>
  399. <div class="a">answer</div>
  400. </div>
  401.  
  402. <div class="faq">
  403. <span class="th th-exclamation-o"></span>
  404. <div class="q">question</div>
  405. <div class="a">answer</div>
  406. </div>
  407.  
  408. <iframe frameborder="0" scrolling="no" width="100%" max-height="100" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden; margin-top:5px" id="ask_form"></iframe>
  409.  
  410. </section>
  411.  
  412.  
  413. <!---------------------------- BLOGROLL ---------------------------------->
  414. <section id="content4">
  415.  
  416. <div class="b">
  417. {block:Following}{block:Followed}<div class="ppl"><img src="{FollowedPortraitURL-128}"><a href="{FollowedURL}">{FollowedName}</a></div>{/block:Followed}{/block:Following}
  418. </div>
  419.  
  420. </section>
  421.  
  422. </div>
  423.  
  424. <!-- keep out -->
  425.  
  426. <div class="lo">
  427. <a href="http://julesatticus.tumblr.com" title="theme">j</a>
  428. </div>
  429.  
  430. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  431. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  432. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  433. <script>
  434. jQuery.noConflict();
  435. (function($){
  436. $(document).ready(function(){
  437. $("a[title],img[title],[title]").style_my_tooltips({
  438. tip_follows_cursor:true,
  439. tip_delay_time:200,
  440. tip_fade_speed:300,
  441. attribute:"title"
  442. });
  443. });
  444. })(jQuery);
  445. </script>
  446.  
  447. </body>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement