jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

795 lines
14 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. @charset "UTF-8";
  2. @import url('https://rsms.me/inter/inter.css');
  3. html { font-family: 'Inter', sans-serif;}
  4. @supports (font-variation-settings: normal) {
  5. html { font-family: 'Inter var', sans-serif; }
  6. }
  7. :root {
  8. --dark-link:#59ABE3;
  9. --dark-text:#e8e8e8;
  10. --dark-bg:#2b2b2b;
  11. --dark-opacity: 0.75;
  12. --light-text:#2b2b2b;
  13. --light-bg:#e8e8e8;
  14. --light-link:#0065BF;
  15. --light-opacity:1;
  16. --text-colour: var(--dark-text);
  17. --bg-colour: var(--dark-bg);
  18. --link-colour: var(--dark-link);
  19. --opacity-img: var(--dark-opacity);
  20. }
  21. @media (prefers-color-scheme: light) {
  22. --text-colour: var(--light-text);
  23. --bg-colour: var(--light-bg);
  24. --link-colour: var(--light-link);
  25. --opacity-img: var(--light-opacity);
  26. }
  27. [data-theme="light"]{
  28. --text-colour: var(--light-text);
  29. --bg-colour: var(--light-bg);
  30. --link-colour: var(--light-link);
  31. --opacity-img: var(--light-opacity);
  32. }
  33. /* Switched mode */
  34. .theme-switch:checked ~ *,
  35. .theme-switch:checked + *,
  36. .theme-switch:checked + * + *
  37. .theme-switch:checked + * + *{
  38. --text-colour:var(--light-text);
  39. --bg-colour:var(--light-bg);
  40. --link-colour:var(--light-link);
  41. --opacity-img: var(--light-opacity);
  42. }
  43. .theme-switch{
  44. display:none;
  45. }
  46. .light{
  47. display:inline;
  48. float:right;
  49. color:var(--text-colour);
  50. }
  51. html {
  52. -webkit-animation-fill-mode: forwards;
  53. height:100%;display:block;
  54. }
  55. body {
  56. color: var(--text-colour);
  57. font-size: 15px;
  58. width: 100%;
  59. margin: 0 auto 30px auto;
  60. background: var(--bg-colour);
  61. min-height: 100%;
  62. height:100%;
  63. overflow:hidden;
  64. }
  65. p {
  66. line-height: 1.9em;
  67. font-weight: 400;
  68. font-size: 14px;
  69. }
  70. a {
  71. text-decoration: none;
  72. }
  73. a:link, a:visited {
  74. opacity: 1;
  75. -webkit-transition: all .15s linear;
  76. -moz-transition: all .15s linear;
  77. -o-transition: all .15s linear;
  78. -ms-transition: all .15s linear;
  79. transition: all .15s linear;
  80. color: var(--text-colour);
  81. }
  82. a:hover, a:active {
  83. color: var(--link-colour);
  84. }
  85. img {
  86. opacity: var(--opacity-img);
  87. transition: opacity .5s ease-in-out;
  88. }
  89. img:hover {
  90. opacity: 1
  91. }
  92. #page{
  93. color: var(--text-colour);
  94. background: var(--bg-colour);
  95. width: 100%;
  96. height:100%;
  97. display:block;
  98. }
  99. .main {
  100. margin:0;
  101. padding:0;
  102. width:80%;
  103. max-width: 1000px;
  104. margin: 0 auto;
  105. background: var(--bg-colour);
  106. height:100%;
  107. min-height:100%;
  108. display:block;
  109. }
  110. .page-top {
  111. width: 80%;
  112. max-width: 1000px;
  113. display:block;
  114. z-index: 3;
  115. height: 60px;
  116. border-bottom: 1px solid var(--text-colour);
  117. background: var(--bg-colour);
  118. margin: 0 auto;
  119. }
  120. .page-top .nav {
  121. width:80%;
  122. list-style: none;
  123. padding: 18px 0px;
  124. float: left;
  125. font-size: 14px;
  126. display:inline-block;
  127. }
  128. .page-top .nav li{
  129. position: relative;
  130. display: initial;
  131. padding-right: 20px;
  132. }
  133. .page-top .nav a {
  134. color: var(--text-colour);
  135. }
  136. .page-top .nav a:hover {
  137. color: var(--link-colour);
  138. }
  139. .page-top .selectors{
  140. width:130px;
  141. float:right;
  142. display:inline-block;
  143. vertical-align:middle;
  144. padding: 10px 0px;
  145. }
  146. .page-top .language-selector {
  147. position:relative;
  148. display:inline-block;
  149. float:right;
  150. padding:0px 10px;padding:0;
  151. margin:0;
  152. }
  153. .page-top .language-selector ul{
  154. list-style:none;
  155. padding:0;
  156. margin:0;
  157. }
  158. .page-top .selectors .theme-selector{
  159. margin:0;
  160. padding:0;
  161. }
  162. .page-top .selectors i{
  163. margin:0;
  164. padding-left:10px;;
  165. }
  166. .content {
  167. background: var(--bg-colour);
  168. color: var(--text-colour);
  169. display:block;
  170. width: 100% !important;
  171. margin-top: 0 auto;
  172. padding:0;
  173. height: 95%;
  174. overflow:auto;
  175. -ms-overflow-style: none;
  176. scrollbar-width:none;
  177. }
  178. .content::-webkit-scrollbar{
  179. display:none;
  180. }
  181. .content .profile{
  182. width:85% !important;
  183. display:block;
  184. margin: 0 auto;
  185. padding-top:30px;
  186. }
  187. .content .profile .profile-left{
  188. width:20% !important;
  189. min-width: 200px;
  190. padding:0;
  191. margin:0;
  192. display:inline-block;
  193. vertical-align:middle;
  194. }
  195. .content .profile .profile-right{
  196. vertical-align:top;
  197. width:65%;
  198. display:inline-block;
  199. padding:0;
  200. margin:0;
  201. text-align:justify;
  202. }
  203. .content .profile img{
  204. width:165px;
  205. border-radius: 5%;
  206. margin-right: 40px;
  207. }
  208. .content .profile .description {
  209. font-size: 14px;
  210. color: var(--text-colour);
  211. margin-left: 10px;
  212. }
  213. .content .profile .logo {
  214. margin: 0 auto;
  215. }
  216. .content .profile .title{
  217. text-transform: uppercase;
  218. font-size: 1.5rem;
  219. font-weight: bold;
  220. letter-spacing: 2px;
  221. line-height: 1;
  222. display:inline-block;
  223. padding-left:10px;
  224. margin-bottom:5px;
  225. }
  226. .content .profile .title a {
  227. text-decoration: none;
  228. color: var(--text-colour);
  229. font-size: 2rem;
  230. font-weight: bold;
  231. }
  232. .content .profile .social-links {
  233. list-style: none;
  234. padding: 0;
  235. }
  236. .content .profile .social-links i {
  237. margin-right: 3px;
  238. }
  239. .content .profile .social-links li {
  240. display: inline;
  241. }
  242. .content .profile .social-links a {
  243. color: var(--text-colour);
  244. }
  245. .content .profile .social-links a:hover {
  246. color: var(--link-colour);
  247. }
  248. .category {
  249. padding: 4px 6px;
  250. border-radius: 3px;
  251. border: 1px solid var(--text-colour);
  252. }
  253. .blog {
  254. padding: 4px 6px;
  255. border-radius: 3px;
  256. background: var(--link-colour);
  257. border: 1px solid var(--text-colour);
  258. }
  259. .tag::before {
  260. content: "#";
  261. opacity: .75;
  262. }
  263. .tag, .category {
  264. display: inline-block;
  265. font-size: 15px;
  266. line-height: 1;
  267. margin: 5px 8px 5px 0;
  268. }
  269. pre {
  270. background: var(--bg-colour);
  271. padding: 5px;
  272. }
  273. .info i{
  274. opacity: 0.5;
  275. margin-right: 5px;
  276. }
  277. .info{
  278. padding: 30px 0;
  279. }
  280. .index_info i{
  281. opacity: 0.5;
  282. }
  283. .stream{
  284. padding-bottom:150px;
  285. }
  286. .post{
  287. background: var(--bg-colour);
  288. margin: 30px 0;
  289. }
  290. .post .banner{
  291. width:90%;
  292. max-height: 300px;
  293. object-fit:scale-down;
  294. object-position:top;
  295. }
  296. .post .post-title h1 {
  297. text-transform: uppercase;
  298. font-size: 30px;
  299. letter-spacing: 5px;
  300. line-height: 1;
  301. }
  302. .post .post-title h2 {
  303. text-transform: uppercase;
  304. letter-spacing: 1px;
  305. font-size: 28px;
  306. line-height: 1;
  307. font-weight: 600;
  308. color: var(--text-colour);
  309. }
  310. .post .post-title h3 {
  311. text-transform: uppercase;
  312. letter-spacing: 1px;
  313. line-height: 1;
  314. font-weight: 600;
  315. color: var(--text-colour);
  316. font-size: 22px;
  317. margin: 0;
  318. }
  319. .post .post-title a, .h-entry .post-title a {
  320. text-decoration: none;
  321. letter-spacing: 1px;
  322. color: var(--text-colour);
  323. }
  324. .post .post-title a:hover, .h-entry .post-title a:hover {
  325. text-decoration: underline;
  326. }
  327. .post .post-content a, .h-entry p a {
  328. text-decoration: none;
  329. color: var(--link-colour);
  330. }
  331. .post .post-content table, .h-entry table {
  332. border-collapse:collapse;
  333. }
  334. .post .post-content table,.post .post-content table td, .post .post-content table th,
  335. .h-entry table,.h-entry table td, .h-entry table th{
  336. border: 1px dotted var(--text-colour);
  337. }
  338. .post .post-content table td, .post .post-content table th,.h-entry table td, .h-entry table th{
  339. padding: 15px
  340. }
  341. .post .post-content a:hover, .h-entry a:hover {
  342. color: var(--link-colour);
  343. }
  344. .post .post-content h3,section aside h3 {
  345. color: var(--text-colour);
  346. font-size: 22px;
  347. font-weight: 600;
  348. }
  349. .post .post-content h4 {
  350. color: var(--text-colour);
  351. font-size: 16px;
  352. }
  353. .post .post-content img, .h-entry img {
  354. text-align: center;
  355. max-width: 800px;
  356. margin: 0 auto;
  357. display:block;
  358. padding:10px;
  359. }
  360. .post .post-footer {
  361. padding: 0 0 100px 0;
  362. border-bottom: 1px dotted var(--text-colour);
  363. }
  364. .post .post-footer-page {
  365. padding: 0 0 0 0;
  366. width:100%;
  367. display:block;
  368. }
  369. .post .post-footer .meta, .post .post-footer-page .meta {
  370. max-width: 100%;
  371. height: 25px;
  372. color: var(--text-colour);
  373. }
  374. .post .post-footer .meta .info, .post .post-footer-page .meta .info {
  375. float: left;
  376. font-size: 12px;
  377. margin-bottom: 1em;
  378. }
  379. .post .post-footer .info .separator a, .post .post-footer-page .info .separator a{
  380. margin-right: 0.2em;
  381. }
  382. .post .post-footer .meta .info .date, .post .post-footer-page .meta .info .date{
  383. margin-right: 10px;
  384. }
  385. .index_info .date {
  386. margin: 0 10px;
  387. }
  388. .post .post-footer .meta a, .post .post-footer-page .meta a{
  389. text-decoration: none;
  390. color: var(--text-colour);
  391. padding-right: 10px;
  392. }
  393. .post .post-footer .meta a:hover, .post .post-footer-page .meta a:hover,{
  394. color: var(--link-colour);
  395. }
  396. .post .post-footer .blog, .post .post-footer-page .blog{
  397. color: var(--text-colour);
  398. }
  399. .post .post-footer .blog:hover, .post .post-footer-page .blog:hover{
  400. color: var(--text-colour);
  401. }
  402. .post .post-footer .meta i, .post .post-footer-page .meta i{
  403. margin-right: 6px;
  404. }
  405. .post .post-footer .tags, .post .post-footer-page .tags{
  406. padding-bottom: 15px;
  407. font-size: 13px;
  408. }
  409. .post .post-footer .tags ul, .post .post-footer-page .tags ul{
  410. list-style-type: none;
  411. display: inline;
  412. margin: 0;
  413. padding: 0;
  414. }
  415. .post .post-footer .tags ul li, .post .post-footer-page .tags ul li{
  416. list-style-type: none;
  417. margin: 0;
  418. padding-right: 5px;
  419. display: inline;
  420. }
  421. .post .post-footer .tags a, .post .post-footer-page .tags a{
  422. text-decoration: none;
  423. color: var(--text-colour);
  424. font-weight: 400;
  425. }
  426. .post .post-footer .tags a:hover, .post .post-footer-page .tags a:hover{
  427. text-decoration: none;
  428. }
  429. .post .post-footer-page .syndication{
  430. display:inline;
  431. float:right;
  432. text-align:right;
  433. font-size:13px;
  434. }
  435. .post .post-footer-page .date{
  436. display:inline;
  437. float:left;
  438. }
  439. .post .post-footer-page{
  440. display:block;
  441. width:100%
  442. }
  443. .interactions{
  444. margin:20px 0 10px 0;
  445. padding:0;
  446. display:inline-flex;
  447. float:left;
  448. height:30px;
  449. width:100%;
  450. border-top:1px dotted var(--text-colour);
  451. }
  452. .webmention-form{
  453. display:inline-flex;
  454. margin-top:20px;
  455. width: 100%;
  456. }
  457. .webmention-form label{
  458. display:inline;
  459. float:left;
  460. margin-bottom:10px;
  461. }
  462. .webmention-form input[type=url]{
  463. width:60%;
  464. }
  465. .webmentions{
  466. display:block;
  467. margin-top: 0 20px 0 0 ;
  468. padding: 0 0 200px 0;
  469. }
  470. .webmentions .remote_profile{
  471. height: 100%;
  472. width: 70px;
  473. display:inline-block;
  474. vertical-align:top;
  475. }
  476. .webmentions .remote_profile img{
  477. width: 50px;
  478. border-radius: 50%;
  479. display:inline;
  480. float:left;
  481. border:0;
  482. padding:0;
  483. }
  484. .webmentions .interaction{
  485. border:1px dotted var(--text-colour);
  486. padding: 10px;
  487. display:block;
  488. margin:0;
  489. min-height:60px;
  490. vertical-align:top;
  491. }
  492. .webmentions .interaction .intactivity{
  493. font-size:13px;
  494. font-style:italic;
  495. line-height:18px;
  496. }
  497. .webmentions .interaction .intcontent{
  498. display:inline-block;
  499. font-size:15px;
  500. vertical-align:top;
  501. max-width: 90%;
  502. }
  503. .webmentions .interaction time{
  504. font-size:12px;
  505. }
  506. .webmentions .interaction h4{
  507. line-height:15px;
  508. padding:0;
  509. margin:0;
  510. display:block;
  511. }
  512. .webmentions .interaction.like, .webmentions .interaction.share{
  513. border:0;
  514. color: var(--text-colour);
  515. padding:2px;
  516. margin:30px 0 0 0;
  517. display:flex;
  518. width:100%;
  519. min-height:30px;
  520. }
  521. .webmentions .interaction.like img, .webmentions .interaction.share img{
  522. display:inline-flex;
  523. float:left;
  524. width:30px;
  525. height:30px;
  526. border-radius: 50%;
  527. }
  528. .footer {
  529. clear: both;
  530. text-align: center;
  531. font-size: 14px;
  532. position:fixed;
  533. bottom:0;
  534. margin: 0 auto;
  535. width: 100%;
  536. padding:20px 0;
  537. background: var(--bg-colour);
  538. }
  539. .footer a {
  540. color: var(--text-colour);
  541. }
  542. .footer a:hover {
  543. color: var(--link-colour);
  544. }
  545. .footer img{
  546. max-height:40px;
  547. margin-top:10px;
  548. }
  549. /*for archive*/
  550. .description {
  551. color: var(--text-colour);
  552. }
  553. .list-title{
  554. margin:30px 0;
  555. font-size:30px;
  556. font-weight:bold;
  557. color: var(--text-colour);
  558. }
  559. .list-title i{
  560. font-size:22px;
  561. vertical-align:middle;
  562. color: var(--text-colour);
  563. }
  564. .list-with-title {
  565. font-size: 14px;
  566. margin: 30px 0;
  567. padding: 0;
  568. }
  569. .list-with-title li {
  570. list-style-type: none;
  571. padding: 0;
  572. }
  573. .list-with-title .listing-title {
  574. font-size: 24px;
  575. color: var(--text-colour);
  576. font-weight: 600;
  577. line-height: 2.2em;
  578. }
  579. .list-with-title .listing {
  580. padding: 0;
  581. }
  582. .list-with-title .listing .listing-post {
  583. padding-bottom: 5px;
  584. }
  585. .list-with-title .listing .listing-post .post-time {
  586. float: right;
  587. color: var(--text-colour);
  588. }
  589. .list-with-title .listing .listing-post a {
  590. color: var(--text-colour);
  591. }
  592. .list-with-title .listing .listing-post a:hover {
  593. color: var(--link-colour);
  594. }
  595. .readmore {
  596. font-size: 14px;
  597. text-align:left;
  598. padding:0;
  599. text-decoration:underline;
  600. }
  601. .page_404 {
  602. text-align: center;
  603. padding-top: 50px;
  604. }
  605. .pixelfed_embed {
  606. margin:0 auto;
  607. display:block;
  608. }
  609. .content hr {
  610. color: var(--text-colour);
  611. }
  612. .content .author{
  613. width: 75px;
  614. display:inline-block;
  615. margin:0;
  616. padding:0;
  617. }
  618. .content .author img{
  619. width:50px;
  620. margin: auto 0;
  621. }
  622. .content .author .title{
  623. display:none;
  624. }
  625. .content aside{
  626. width:100%;
  627. display:inline-block;
  628. vertical-align: top;
  629. }
  630. .content .response aside{
  631. width:90%;
  632. }
  633. .content aside time, .h-cite time{
  634. font-size:13px;
  635. width:100%;
  636. }
  637. .content aside a.time{
  638. text-decoration:underline dashed;
  639. }
  640. .content aside .info time{
  641. font-size:15px;
  642. }
  643. .photos{
  644. display:inline-block;
  645. width:100%;
  646. float:left;
  647. min-width:100%;
  648. margin-bottom:10px;
  649. }
  650. .content img.thumb{
  651. width:300px;
  652. float:left;
  653. display:inline;
  654. padding: 0px;
  655. margin:10px;
  656. border: 1px solid var(--text-colour);
  657. }
  658. hr{
  659. border-top:1px dotted var(--text-colour);
  660. border-bottom:0;
  661. }
  662. .pagination {
  663. list-style:none;
  664. margin: 0 auto;
  665. border:0px;
  666. padding-top:20px;
  667. display:block;
  668. max-width: 600px;
  669. width:100%;
  670. }
  671. .pagination li{
  672. display:inline-block;
  673. padding:10px 50px;
  674. font-weight:bold;
  675. }
  676. .pagination-bottom{
  677. padding-bottom:100px;
  678. }
  679. .anchor {
  680. display:none;
  681. }
  682. .anchor:target {
  683. display:block;
  684. }
  685. @media screen and (max-width: 960px) {
  686. .about .profile{
  687. width:100%;
  688. margin:0 auto;
  689. padding:0;
  690. text-align:center;
  691. display:block;
  692. }
  693. .about .profile .profile-left{
  694. display:inline-block;
  695. margin:0 auto;
  696. padding: 0;
  697. width:100%;
  698. }
  699. .about .profile .profile-left img{
  700. padding: 0px;
  701. margin-right:0px;
  702. margin: 10px;
  703. }
  704. .about .profile .profile-right{
  705. display:block;
  706. width:100%;
  707. text-align:center;
  708. float:none;
  709. margin:0 auto;
  710. }
  711. .page-top {
  712. width: 95%;
  713. padding: 10px 0;
  714. }
  715. .page-top .nav{
  716. width: 70%;
  717. }
  718. .page-top .nav #Bookmarks{
  719. display:none;
  720. }
  721. .page-top .nav li{
  722. padding-right: 10px;
  723. }
  724. .page-top .selectors{
  725. width:130px;
  726. }
  727. .page-top .language-selector i{
  728. padding:0 5px;
  729. }
  730. .post-title h3, section aside h3 {
  731. line-height: 1.6;
  732. }
  733. .content {
  734. width:90%;
  735. z-index: 2;
  736. position: absolute;
  737. left:0;
  738. }
  739. .about, .post, .archive, .content, .stream{
  740. width:90%;
  741. margin:0 auto;
  742. }
  743. .content img, .post img{
  744. width: 90%;
  745. margin: 10px;
  746. text-align:center;
  747. float:none;
  748. }
  749. .content img.thumb{
  750. width:100%;
  751. }
  752. .pagination li{
  753. display:inline-block;
  754. padding:0px 20px;
  755. height: 30px;
  756. }
  757. .pagination-bottom{
  758. margin-bottom:0px;
  759. }
  760. .footer{
  761. display:none;
  762. }
  763. }