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.

933 lines
17 KiB

  1. @charset "UTF-8";
  2. @font-face { font-family: 'Inter'; font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+000-5FF; src: local('Inter'), url('https://rsms.me/inter/fonts/Inter-Regular.woff2?v=3.15') format('woff2'), url('https://rsms.me/inter/fonts/Inter-Regular.woff=3.15') format('woff');}
  3. @font-face { font-family: 'Inter'; font-weight: 400; font-style: italic; font-display: swap; unicode-range: U+000-5FF; src: local('Inter'), url('https://rsms.me/inter/fonts/Inter-Italic.woff2?v=3.15') format('woff2'), url('https://rsms.me/inter/fonts/Inter-Italic.woff=3.15') format('woff');}
  4. @font-face { font-family: 'Inter'; font-weight: 700; font-style: bold; font-display: swap; unicode-range: U+000-5FF; src: local('Inter'), url('https://rsms.me/inter/fonts/Inter-Bold.woff2?v=3.15') format('woff2'), url('https://rsms.me/inter/fonts/Inter-Bold.woff=3.15') format('woff');}
  5. /*!
  6. Fork Awesome 1.1.7
  7. License - https://forkaweso.me/Fork-Awesome/license
  8. Copyright 2018 Dave Gandy & Fork Awesome
  9. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  10. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  12. */
  13. /* FONT PATH
  14. * -------------------------- */
  15. @font-face {
  16. font-family: 'ForkAwesome';
  17. src: url('/fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. .fa {
  22. display: inline-block;
  23. font: normal normal normal 14px/1 ForkAwesome;
  24. font-size: inherit;
  25. text-rendering: auto;
  26. -webkit-font-smoothing: antialiased;
  27. -moz-osx-font-smoothing: grayscale;
  28. }
  29. /* makes the font 33% larger relative to the icon container */
  30. .fa-lg {
  31. font-size: 1.33333333em;
  32. line-height: 0.75em;
  33. vertical-align: -15%;
  34. }
  35. .fa-2x {
  36. font-size: 2em;
  37. }
  38. .fa-3x {
  39. font-size: 3em;
  40. }
  41. .fa-4x {
  42. font-size: 4em;
  43. }
  44. .fa-5x {
  45. font-size: 5em;
  46. }
  47. .fa-fw {
  48. width: 1.28571429em;
  49. text-align: center;
  50. }
  51. .fa-ul {
  52. padding-left: 0;
  53. margin-left: 2.14285714em;
  54. list-style-type: none;
  55. }
  56. .fa-ul > li {
  57. position: relative;
  58. }
  59. .fa-li {
  60. position: absolute;
  61. left: -2.14285714em;
  62. width: 2.14285714em;
  63. top: 0.14285714em;
  64. text-align: center;
  65. }
  66. .fa-li.fa-lg {
  67. left: -1.85714286em;
  68. }
  69. .fa-border {
  70. padding: .2em .25em .15em;
  71. border: solid 0.08em #eee;
  72. border-radius: .1em;
  73. }
  74. .fa-pull-left {
  75. float: left;
  76. }
  77. .fa-pull-right {
  78. float: right;
  79. }
  80. .fa.fa-pull-left {
  81. margin-right: .3em;
  82. }
  83. .fa.fa-pull-right {
  84. margin-left: .3em;
  85. }
  86. /* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  87. readers do not read off random characters that represent icons */
  88. .fa-envelope-o:before {
  89. content: "\f003";
  90. }
  91. .fa-tags:before {
  92. content: "\f02c";
  93. }
  94. .fa-book:before {
  95. content: "\f02d";
  96. }
  97. .fa-pencil-square-o:before {
  98. content: "\f044";
  99. }
  100. .fa-share:before {
  101. content: "\f064";
  102. }
  103. .fa-comment:before {
  104. content: "\f075";
  105. }
  106. .fa-rss:before {
  107. content: "\f09e";
  108. }
  109. .fa-link:before {
  110. content: "\f0c1";
  111. }
  112. .fa-gamepad:before {
  113. content: "\f11b";
  114. }
  115. .fa-language:before {
  116. content: "\f1ab";
  117. }
  118. .fa-sticky-note:before {
  119. content: "\f249";
  120. }
  121. .fa-thumbs-up:before{
  122. content: "\f164";
  123. }
  124. .fa-television:before {
  125. content: "\f26c";
  126. }
  127. .fa-xmpp:before {
  128. content: "\f2f9";
  129. }
  130. .fa-matrix-org:before {
  131. content: "\f313";
  132. }
  133. .fa-pixelfed:before {
  134. content: "\f314";
  135. }
  136. .fa-pleroma:before {
  137. content: "\f324";
  138. }
  139. .sr-only {
  140. position: absolute;
  141. width: 1px;
  142. height: 1px;
  143. padding: 0;
  144. margin: -1px;
  145. overflow: hidden;
  146. clip: rect(0, 0, 0, 0);
  147. border: 0;
  148. }
  149. .sr-only-focusable:active,
  150. .sr-only-focusable:focus {
  151. position: static;
  152. width: auto;
  153. height: auto;
  154. margin: 0;
  155. overflow: visible;
  156. clip: auto;
  157. }
  158. html { font-family: 'Inter', sans-serif;}
  159. @supports (font-variation-settings: normal) {
  160. html { font-family: 'Inter var', sans-serif; }
  161. }
  162. :root {
  163. --dark-link:#6fbff8;
  164. --dark-text:#e8e8e8;
  165. --dark-bg:#2b2b2b;
  166. --dark-opacity: 0.75;
  167. --light-text:#2b2b2b;
  168. --light-bg:#e8e8e8;
  169. --light-link:#004e7f;
  170. --light-opacity:1;
  171. --light-shadow:rgba(0,0,0,0.06);
  172. --light-border:rgba(150,150,150,0.3);
  173. --border-colour: var(--light-border);
  174. --shadow-colour: var(--light-shadow);
  175. --text-colour: var(--dark-text);
  176. --bg-colour: var(--dark-bg);
  177. --link-colour: var(--dark-link);
  178. --opacity-img: var(--dark-opacity);
  179. }
  180. @media (prefers-color-scheme: light) {
  181. --text-colour: var(--light-text);
  182. --bg-colour: var(--light-bg);
  183. --link-colour: var(--light-link);
  184. --opacity-img: var(--light-opacity);
  185. }
  186. [data-theme="light"]{
  187. --text-colour: var(--light-text);
  188. --bg-colour: var(--light-bg);
  189. --link-colour: var(--light-link);
  190. --opacity-img: var(--light-opacity);
  191. }
  192. /* Switched mode */
  193. .theme-switch:checked ~ *,
  194. .theme-switch:checked + *,
  195. .theme-switch:checked + * + *
  196. .theme-switch:checked + * + * + *{
  197. --text-colour:var(--light-text);
  198. --bg-colour:var(--light-bg);
  199. --link-colour:var(--light-link);
  200. --opacity-img: var(--light-opacity);
  201. }
  202. .theme-switch{
  203. display:none;
  204. }
  205. .light{
  206. display:inline;
  207. float:right;
  208. color:var(--text-colour);
  209. }
  210. html {
  211. -webkit-animation-fill-mode: forwards;
  212. }
  213. body {
  214. color: var(--text-colour);
  215. font-size: 15px;
  216. margin: 0 auto 30px auto;
  217. background: var(--bg-colour);
  218. height:100%;
  219. min-height:100%;
  220. }
  221. p {
  222. line-height: 1.9em;
  223. font-weight: 400;
  224. font-size: 15px;
  225. }
  226. a {
  227. text-decoration: none;
  228. color: var(--link-colour);
  229. }
  230. a:link, a:visited {
  231. opacity: 1;
  232. -webkit-transition: all .15s linear;
  233. -moz-transition: all .15s linear;
  234. -o-transition: all .15s linear;
  235. -ms-transition: all .15s linear;
  236. transition: all .15s linear;
  237. color: var(--link-colour);
  238. }
  239. a:hover, a:active {
  240. color: var(--text-colour);
  241. }
  242. img {
  243. opacity: var(--opacity-img);
  244. transition: opacity .5s ease-in-out;
  245. }
  246. img:hover {
  247. opacity: 1
  248. }
  249. table {
  250. border-collapse:collapse;
  251. }
  252. table, td, th{
  253. border: 1px dotted var(--text-colour);
  254. padding:15px;
  255. }
  256. h3 {
  257. color: var(--text-colour);
  258. font-size: 22px;
  259. font-weight: 600;
  260. line-height: 1.6;
  261. }
  262. h4 {
  263. color: var(--text-colour);
  264. font-size: 16px;
  265. }
  266. pre {
  267. background: var(--bg-colour);
  268. padding: 5px;
  269. }
  270. #page{
  271. color: var(--text-colour);
  272. background: var(--bg-colour);
  273. }
  274. #page-top {
  275. width: 800px;
  276. z-index: 3;
  277. height: 60px;
  278. border-bottom: 1px solid var(--text-colour);
  279. background: var(--bg-colour);
  280. margin: 0 auto;
  281. }
  282. #page-top a {
  283. color: var(--text-colour);
  284. }
  285. #page-top a:hover {
  286. color: var(--link-colour);
  287. }
  288. nav {
  289. width:100%;
  290. list-style: none;
  291. padding: 18px 0px;
  292. font-size: 14px;
  293. display:flex;
  294. }
  295. nav li{
  296. position: relative;
  297. display: initial;
  298. padding-right: 20px;
  299. }
  300. nav li i{
  301. margin:0;
  302. padding-left:10px;
  303. }
  304. nav > li:nth-child(8) {
  305. margin-left: auto;
  306. padding-right:5px;
  307. display:none;
  308. }
  309. nav > li:nth-child(9) {
  310. padding-right:0;
  311. margin-left: auto;
  312. }
  313. nav i{
  314. margin-bottom:20px;
  315. position:relative;
  316. top:-5px;
  317. }
  318. main {
  319. width: 800px;
  320. margin: 0 auto;
  321. background: var(--bg-colour);
  322. padding-bottom: 100px;
  323. }
  324. .about, .archive, .bookmarks {
  325. height: calc(100vh - 150px);
  326. margin-bottom: 200px;
  327. }
  328. .about .post{
  329. padding: 10px;
  330. margin:20px 0;
  331. vertical-align:top;
  332. width: 98%;
  333. }
  334. .profile{
  335. width:100% !important;
  336. display:grid;
  337. grid-template-columns: repeat (20%, 80%);
  338. margin: 0 auto;
  339. padding-top:30px;
  340. }
  341. .profile-left{
  342. grid-column: 1;
  343. }
  344. .profile-right{
  345. grid-column: 2;
  346. text-align:justify;
  347. }
  348. .profile-right a{
  349. color: var(--text-colour);
  350. }
  351. .profile-right a:hover{
  352. color: var(--link-colour);
  353. }
  354. .profile img{
  355. width:165px;
  356. border-radius: 5%;
  357. margin-right: 40px;
  358. }
  359. .profile .title{
  360. text-transform: uppercase;
  361. font-size: 1.8rem;
  362. font-weight: bold;
  363. letter-spacing: 1.5px;
  364. line-height: 1;
  365. padding-left: 10px;
  366. }
  367. .social-links {
  368. list-style: none;
  369. padding: 0;
  370. }
  371. .social-links i {
  372. margin-right: 3px;
  373. }
  374. .social-links li {
  375. display: inline;
  376. }
  377. .social-links a {
  378. color: var(--text-colour);
  379. }
  380. .social-links a:hover {
  381. color: var(--link-colour);
  382. }
  383. .info i{
  384. opacity: 0.5;
  385. margin-right: 5px;
  386. }
  387. .info{
  388. padding: 10px 0;
  389. font-size:13px;
  390. display:grid;
  391. grid-template-columns: repeat (80%. 20%);
  392. }
  393. .blogs_span{
  394. grid-column: 1;
  395. }
  396. .categories_span, .categories_span_other, .info-date-other{
  397. grid-column: 1 / span 2;
  398. }
  399. .categories_span_other{
  400. display:inline;
  401. text-align:right;
  402. float:right;
  403. }
  404. .category, .blog, .tag, .syndication, .info-date-other{
  405. font-size: 13px;
  406. line-height: 1.5;
  407. display:inline;
  408. }
  409. .categories, .tags{
  410. display:inline;
  411. margin:0;padding:0;
  412. text-align:right;
  413. }
  414. .categories li, .tags li{
  415. list-style:none;
  416. display:inline;
  417. }
  418. .tag::before, .category::before{
  419. content: "#";
  420. opacity: .75;
  421. }
  422. .categories li::after, .tags li::after{
  423. content: ", ";
  424. }
  425. .categories li:last-child:after, .tags li:last-child:after{
  426. content: "";
  427. }
  428. .info-date,{
  429. display:inline;
  430. text-align:left;
  431. line-height:1.5;
  432. }
  433. .info-date .dt-published{
  434. font-size:13px;
  435. }
  436. .reading-time{
  437. display:inline;
  438. grid-column: 2;
  439. text-align:right;
  440. font-weight:bold;
  441. }
  442. .stream, .h-feed{
  443. padding-bottom:150px;
  444. }
  445. .post{
  446. margin: 20px 0;
  447. }
  448. .index_content{
  449. text-align:justify;
  450. width:100%;
  451. }
  452. .banner{
  453. max-width:700px;
  454. max-height: 400px;
  455. object-fit:scale-down;
  456. object-position:top;
  457. }
  458. .h-entry{
  459. width: calc(100% - 22px);
  460. box-shadow: 0 2px 3px var(--shadow-colour);
  461. border: 1px solid var(--border-colour);
  462. border-radius: 15px;
  463. padding:10px;
  464. margin:20px 0;
  465. }
  466. .h-entry p a {
  467. text-decoration: none;
  468. color: var(--link-colour);
  469. }
  470. .h-entry a:hover {
  471. color: var(--link-colour);
  472. }
  473. .h-entry img {
  474. margin: 0 auto;
  475. display:block;
  476. }
  477. .h-entry img.full {
  478. width:100%;
  479. max-width: 600px;
  480. }
  481. .longpost img{
  482. max-width:700px;
  483. padding: 10px;
  484. }
  485. #response .h-cite .p-content{
  486. background-color: var(--border-colour);
  487. display:block;
  488. min-height: 80px;
  489. border-radius: 15px;
  490. padding: 10px 10px 20px 10px;
  491. }
  492. .remotePhoto{
  493. float:left;
  494. width: 70px;
  495. padding: 10px 0;
  496. }
  497. .remotePhoto img{
  498. display:block;
  499. }
  500. .response-text{
  501. min-height: calc(100% - 15px);
  502. }
  503. .response-date{
  504. width: 100%;
  505. font-size: 13px;
  506. display:block;
  507. text-align:right;
  508. vertical-align:bottom;
  509. }
  510. #interactions{
  511. margin:20px 0 10px 0;
  512. padding:0;
  513. display:grid;
  514. grid-template-rows: repeat (20px, 40px, auto);
  515. width:100%;
  516. border-top:1px solid var(--text-colour);
  517. padding-bottom:150px;
  518. }
  519. #webmention-form{
  520. grid-row: 2;
  521. margin-top:20px;
  522. width: 100%;
  523. }
  524. #webmention-form label{
  525. line-height: 2;
  526. }
  527. #webmention-form input[type=url]{
  528. width: 60%;
  529. }
  530. #webmentions{
  531. grid-row: 4;
  532. margin-top: 0 20px 0 0 ;
  533. padding: 0 0 200px 0;
  534. }
  535. .interaction h4{
  536. line-height:15px;
  537. padding:0;
  538. margin:0;
  539. }
  540. .interaction.like, .interaction.share{
  541. border:0;
  542. color: var(--text-colour);
  543. padding:2px;
  544. margin:30px 0 0 0;
  545. display:flex;
  546. width:100%;
  547. min-height:30px;
  548. }
  549. .interaction.like h4, .interaction.share h4{
  550. margin-right: 20px;
  551. }
  552. .interaction.like img,.interaction.share img{
  553. display:inline;
  554. width:30px;
  555. height:30px;
  556. margin:2px;
  557. padding:0px;
  558. border-radius: 50%;
  559. border:1px solid var(--text-colour);
  560. position:relative;
  561. top:-10px;
  562. }
  563. .interaction.mention, .interaction.reply{
  564. border:1px solid var(--text-colour);
  565. display:flex;
  566. min-height: 60px;
  567. padding: 10px;
  568. background-color: var(--border-colour);
  569. box-shadow: 0 2px 3px var(--shadow-colour);
  570. border-radius: 15px;
  571. }
  572. .interaction.mention .remote_profile, .interaction.reply .remote_profile{
  573. width: 90px;
  574. min-width: 90px;
  575. }
  576. .interaction.mention .remote_profile img, .interaction.reply .remote_profile img, .remotePhoto img{
  577. width: 50px;
  578. height: 50px;
  579. border-radius: 50%;
  580. object-fit:cover;
  581. margin: 0 auto;
  582. }
  583. .remotePhoto{
  584. }
  585. .intactivity{
  586. font-size:15px;
  587. font-style: italic;
  588. line-height:18px;
  589. text-align:left;
  590. }
  591. .intcontent{
  592. font-size:15px;
  593. vertical-align:top;
  594. text-align:left;
  595. padding-left: 10px;
  596. }
  597. .interaction time{
  598. font-size:13px;
  599. }
  600. #footer {
  601. clear: both;
  602. text-align: center;
  603. font-size: 14px;
  604. position:fixed;
  605. bottom:0;
  606. margin: 0 auto;
  607. width: 100%;
  608. padding:20px 0;
  609. background: var(--bg-colour);
  610. color: var(--text-colour);
  611. }
  612. #footer a {
  613. color: var(--text-colour);
  614. }
  615. #footer a:hover {
  616. color: var(--link-colour);
  617. }
  618. #footer img{
  619. max-height:40px;
  620. margin-top:10px;
  621. }
  622. /*for archive*/
  623. .description {
  624. color: var(--text-colour);
  625. }
  626. .list-title{
  627. margin:30px 0;
  628. font-size:30px;
  629. font-weight:bold;
  630. display:flex;
  631. color: var(--text-colour);
  632. }
  633. .list-title i{
  634. font-size:22px;
  635. vertical-align:middle;
  636. color: var(--text-colour);
  637. }
  638. .list-with-title {
  639. font-size: 14px;
  640. margin: 30px 0;
  641. padding: 0;
  642. }
  643. .list-with-title li {
  644. list-style-type: none;
  645. padding: 0;
  646. }
  647. .listing-title {
  648. font-size: 24px;
  649. color: var(--text-colour);
  650. font-weight: 600;
  651. line-height: 2.2em;
  652. }
  653. .listing {
  654. padding: 0;
  655. }
  656. .listing-post {
  657. padding-bottom: 5px;
  658. }
  659. .post-time {
  660. float: right;
  661. color: var(--text-colour);
  662. }
  663. .list-with-title .listing .listing-post a {
  664. color: var(--text-colour);
  665. }
  666. .list-with-title .listing .listing-post a:hover {
  667. color: var(--link-colour);
  668. }
  669. .readmore {
  670. font-size: 14px;
  671. text-align:left;
  672. padding:0;
  673. text-decoration:underline;
  674. }
  675. .page_404 {
  676. text-align: center;
  677. padding-top: 50px;
  678. }
  679. .pixelfed_embed {
  680. margin:0 auto;
  681. display:block;
  682. }
  683. hr {
  684. color: var(--text-colour);
  685. }
  686. .author .title{
  687. display:none;
  688. }
  689. #response .h-cite{
  690. width:100%;
  691. display:inline-block;
  692. vertical-align:top;
  693. padding:0;
  694. }
  695. #response p{
  696. margin:0;
  697. }
  698. time{
  699. font-size:13px;
  700. }
  701. .bookmark .p-content{
  702. display:inline;
  703. margin:0;
  704. padding:0;
  705. }
  706. .picture{
  707. flex: calc(100% / 3);
  708. max-width:calc(100% / 3);
  709. }
  710. .photogrid{
  711. display:flex;
  712. flex-wrap:wrap;
  713. width:100%;
  714. height: 100%;
  715. min-width:100%;
  716. margin-bottom:10px;
  717. }
  718. img.thumb{
  719. width:600px;
  720. max-height: 600px;
  721. object-fit:cover;
  722. object-position:top;
  723. margin: 0 auto;
  724. border: 1px solid var(--text-colour);
  725. }
  726. hr{
  727. border-top:1px dotted var(--text-colour);
  728. border-bottom:0;
  729. }
  730. #pagination-top{
  731. display:block;
  732. margin:0;
  733. padding:0;
  734. }
  735. ul.pagination {
  736. list-style:none;
  737. margin: 0 auto;
  738. text-align: center;
  739. vertical-align: middle;
  740. border:0px;
  741. padding:0;
  742. padding-top:20px;
  743. display:grid;
  744. grid-template-columns: 33% 34% 33%;
  745. min-width:100%;
  746. text-align: center;
  747. }
  748. .pagination li{
  749. font-weight:normal;
  750. display:inline;
  751. padding: 0;
  752. margin: 0;
  753. }
  754. .pagination > li:nth-child(1){
  755. text-align:left;
  756. grid-column: 1;
  757. }
  758. .pagination > li:nth-child(2){
  759. text-align:center;
  760. grid-column: 2;
  761. }
  762. .pagination > li:nth-child(3){
  763. text-align:right;
  764. grid-column: 3;
  765. }
  766. .pagination a {
  767. color: var(--text-colour);
  768. }
  769. .pagination a:hover {
  770. color: var(--link-colour);
  771. }
  772. .anchor {
  773. display:none;
  774. }
  775. .anchor:target {
  776. display:block;
  777. }
  778. .feeds {
  779. width: 95%;
  780. }
  781. .feedrow {
  782. display:grid;
  783. grid-template-columns: 80% auto;
  784. }
  785. .feedrow .description{
  786. grid-column: 1;
  787. }
  788. .feedrow .feedlinks{
  789. grid-column: 2;
  790. }
  791. .commentparade {
  792. width:100%;
  793. overflow:auto;
  794. background: var(--background-colour);
  795. padding:0;
  796. height:250px;
  797. color: var(--text-colour);
  798. }
  799. .commentparade .url{
  800. font-weight:bolder;
  801. }
  802. .album-thumbs {
  803. display: block;
  804. margin: 0 auto;
  805. padding: 0;
  806. }
  807. .album-thumbs img{
  808. max-width: 250px;
  809. display: inline;
  810. margin: 4px;
  811. padding: 0px;
  812. }
  813. @media screen and (max-width: 800px) {
  814. #page-top, main {
  815. width: 95%;
  816. padding: 10px 0;
  817. }
  818. .about, .post, .archive, .stream, .bookmarks, #response{
  819. width:95%;
  820. margin:0 auto;
  821. }
  822. .profile{
  823. width:100%;
  824. margin:0 auto;
  825. padding:0;
  826. text-align:center;
  827. display:block;
  828. }
  829. .profile-left{
  830. display:block;
  831. margin:0 auto;
  832. padding: 10px;
  833. width:100%;
  834. text-align:center;
  835. float:none;
  836. }
  837. .profile-left img{
  838. max-width: 200px;
  839. margin:0;
  840. }
  841. .profile-right{
  842. display:block;
  843. width:90%;
  844. text-align:center;
  845. margin:0 auto;
  846. }
  847. .post img{
  848. width: 95%;
  849. text-align:center;
  850. }
  851. .interactions{
  852. padding-bottom: 100px;
  853. }
  854. .pagination-bottom{
  855. margin-bottom:0px;
  856. }
  857. footer{
  858. display:none;
  859. }
  860. }
  861. @media screen and (max-width: 560px) {
  862. main {
  863. width: 100%;
  864. margin: 0 auto;
  865. }
  866. #Bookmarks, #Blog{
  867. display:none;
  868. }
  869. .pagination li{
  870. height: 30px;
  871. }
  872. .about, .post, .archive, .stream, .bookmarks, #response{
  873. width:98%;
  874. padding: 0px;
  875. }
  876. img.thumb{
  877. max-width: 95%;
  878. }
  879. article img{
  880. width: 100%;
  881. text-align:center;
  882. }
  883. .interactions{
  884. padding-bottom: 0px;
  885. }
  886. footer{
  887. display:none;
  888. }
  889. }
  890. @media screen and (max-width: 460px) {
  891. main {
  892. width: 100%;
  893. margin: 0 auto;
  894. }
  895. nav label{
  896. display:none;
  897. }
  898. }