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.

941 lines
17 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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('/fonts/Inter-Regular.woff2') format('woff2'), url('/fonts/Inter-Regular.woff') 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('/fonts/Inter-Italic.woff2') format('woff2'), url('/fonts/Inter-Italic.woff') 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('/fonts/Inter-Bold.woff2') format('woff2'), url('/fonts/Inter-Bold.woff') 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. .light{
  193. display:inline;
  194. float:right;
  195. color:var(--text-colour);
  196. }
  197. html {
  198. -webkit-animation-fill-mode: forwards;
  199. }
  200. body {
  201. color: var(--text-colour);
  202. font-size: 15px;
  203. margin: 0 auto 30px auto;
  204. background: var(--bg-colour);
  205. height:100%;
  206. min-height:100%;
  207. }
  208. p {
  209. line-height: 1.9em;
  210. font-weight: 400;
  211. font-size: 15px;
  212. }
  213. a {
  214. text-decoration: none;
  215. color: var(--link-colour);
  216. }
  217. a:link, a:visited {
  218. opacity: 1;
  219. -webkit-transition: all .15s linear;
  220. -moz-transition: all .15s linear;
  221. -o-transition: all .15s linear;
  222. -ms-transition: all .15s linear;
  223. transition: all .15s linear;
  224. color: var(--link-colour);
  225. }
  226. a:hover, a:active {
  227. color: var(--text-colour);
  228. }
  229. img {
  230. opacity: var(--opacity-img);
  231. transition: opacity .5s ease-in-out;
  232. }
  233. img:hover {
  234. opacity: 1
  235. }
  236. table {
  237. border-collapse:collapse;
  238. margin: 0 auto;
  239. min-width: 80%;
  240. }
  241. table, td, th{
  242. border: 1px solid var(--text-colour);
  243. padding:15px;
  244. }
  245. h3 {
  246. color: var(--text-colour);
  247. font-size: 22px;
  248. font-weight: 600;
  249. line-height: 1.6;
  250. }
  251. h4 {
  252. color: var(--text-colour);
  253. font-size: 16px;
  254. }
  255. pre {
  256. background: var(--bg-colour);
  257. padding: 5px;
  258. }
  259. #page{
  260. color: var(--text-colour);
  261. background: var(--bg-colour);
  262. }
  263. #page-top {
  264. width: 800px;
  265. z-index: 3;
  266. height: 60px;
  267. border-bottom: 1px solid var(--text-colour);
  268. background: var(--bg-colour);
  269. margin: 0 auto;
  270. }
  271. #page-top a {
  272. color: var(--text-colour);
  273. }
  274. #page-top a:hover {
  275. color: var(--link-colour);
  276. }
  277. nav {
  278. width:100%;
  279. list-style: none;
  280. padding: 18px 0px;
  281. font-size: 14px;
  282. display:flex;
  283. }
  284. nav li{
  285. position: relative;
  286. display: initial;
  287. padding-right: 20px;
  288. }
  289. nav li i{
  290. margin:0;
  291. padding-left:10px;
  292. }
  293. nav > li:nth-child(8) {
  294. margin-left: auto;
  295. padding-right:5px;
  296. display:none;
  297. }
  298. nav > li:nth-child(9) {
  299. padding-right:0;
  300. margin-left: auto;
  301. }
  302. nav i{
  303. margin-bottom:20px;
  304. position:relative;
  305. top:-5px;
  306. }
  307. main {
  308. width: 800px;
  309. margin: 0 auto;
  310. background: var(--bg-colour);
  311. padding-bottom: 100px;
  312. }
  313. .about, .archive, .bookmarks {
  314. height: calc(100vh - 150px);
  315. margin-bottom: 300px;
  316. }
  317. .about .post{
  318. padding: 10px;
  319. margin:20px 0;
  320. vertical-align:top;
  321. width: 98%;
  322. }
  323. .profile{
  324. width:100% !important;
  325. display:grid;
  326. grid-template-columns: repeat (20%, 80%);
  327. margin: 0 auto;
  328. padding-top:30px;
  329. }
  330. .profile-left{
  331. grid-column: 1;
  332. }
  333. .profile-right{
  334. grid-column: 2;
  335. text-align:justify;
  336. }
  337. .profile-right a{
  338. color: var(--text-colour);
  339. }
  340. .profile-right a:hover{
  341. color: var(--link-colour);
  342. }
  343. .profile img{
  344. width:165px;
  345. border-radius: 5%;
  346. margin-right: 40px;
  347. }
  348. .profile .title{
  349. text-transform: uppercase;
  350. font-size: 1.8rem;
  351. font-weight: bold;
  352. letter-spacing: 1.5px;
  353. line-height: 1;
  354. padding-left: 10px;
  355. }
  356. .social-links {
  357. list-style: none;
  358. padding: 0;
  359. }
  360. .social-links i {
  361. margin-right: 3px;
  362. }
  363. .social-links li {
  364. display: inline;
  365. }
  366. .social-links a {
  367. color: var(--text-colour);
  368. }
  369. .social-links a:hover {
  370. color: var(--link-colour);
  371. }
  372. .info i{
  373. opacity: 0.5;
  374. margin-right: 5px;
  375. }
  376. .info{
  377. padding: 10px 0;
  378. font-size:13px;
  379. display:grid;
  380. grid-template-columns: repeat (80%. 20%);
  381. }
  382. .blogs_span{
  383. grid-column: 1;
  384. }
  385. .categories_span, .categories_span_other, .info-date-other{
  386. grid-column: 1 / span 2;
  387. }
  388. .categories_span_other{
  389. display:inline;
  390. text-align:right;
  391. float:right;
  392. }
  393. .category, .blog, .tag, .syndication, .info-date-other{
  394. font-size: 13px;
  395. line-height: 1.5;
  396. display:inline;
  397. }
  398. .categories, .tags{
  399. display:inline;
  400. margin:0;padding:0;
  401. text-align:right;
  402. }
  403. .categories li, .tags li{
  404. list-style:none;
  405. display:inline;
  406. }
  407. .tag::before, .category::before{
  408. content: "#";
  409. opacity: .75;
  410. }
  411. .categories li::after, .tags li::after{
  412. content: ", ";
  413. }
  414. .categories li:last-child:after, .tags li:last-child:after{
  415. content: "";
  416. }
  417. .info-date,{
  418. display:inline;
  419. text-align:left;
  420. line-height:1.5;
  421. }
  422. .info-date .dt-published{
  423. font-size:13px;
  424. }
  425. .reading-time{
  426. display:inline;
  427. grid-column: 2;
  428. text-align:right;
  429. font-weight:bold;
  430. }
  431. .stream, .h-feed{
  432. padding-bottom:150px;
  433. }
  434. .post{
  435. margin: 20px 0;
  436. }
  437. .index_content{
  438. text-align:justify;
  439. width:100%;
  440. }
  441. .h-entry{
  442. width: calc(100% - 22px);
  443. box-shadow: 0 2px 3px var(--shadow-colour);
  444. border: 1px solid var(--border-colour);
  445. border-radius: 15px;
  446. padding:10px;
  447. margin:20px 0;
  448. }
  449. .h-entry p a {
  450. text-decoration: none;
  451. color: var(--link-colour);
  452. }
  453. .h-entry a:hover {
  454. color: var(--link-colour);
  455. }
  456. .h-entry img {
  457. margin: 0 auto;
  458. display:block;
  459. }
  460. .h-entry img.full {
  461. width:100%;
  462. max-width: 600px;
  463. }
  464. .h-entry img.xContentPhoto {
  465. max-width: 310px;
  466. display:inline;
  467. margin-right: 10px;
  468. border-radius:5px;
  469. }
  470. .longpost img{
  471. max-width:700px;
  472. padding: 10px;
  473. }
  474. #response .xrayReply .replyContext{
  475. background-color: var(--border-colour);
  476. display:grid;
  477. min-height: 80px;
  478. border-radius: 15px;
  479. grid-template-columns: 80px calc(90% - 20px);
  480. grid-template-rows: 40px auto;
  481. max-height: calc(100% - 50px);
  482. }
  483. .remotePhoto{
  484. width: 70px;
  485. display:inline;
  486. padding: 15px 0px;
  487. grid-column: 1;
  488. }
  489. .remotePhoto img{
  490. display:block;
  491. }
  492. .response-text{
  493. grid-column: 2;
  494. vertical-align: top;
  495. margin-bottom: 20px;
  496. }
  497. .response-date{
  498. width: 100%;
  499. font-size: 13px;
  500. text-align:right;
  501. grid-column: 2;
  502. margin-right: 20px;
  503. margin-top: 10px;
  504. }
  505. #interactions{
  506. margin:20px 0 10px 0;
  507. padding:0;
  508. display:grid;
  509. grid-template-rows: repeat (20px, 40px, auto);
  510. width:100%;
  511. border-top:1px solid var(--text-colour);
  512. padding-bottom:150px;
  513. }
  514. #webmention-form{
  515. grid-row: 2;
  516. margin-top:20px;
  517. width: 100%;
  518. }
  519. #webmention-form label{
  520. line-height: 2;
  521. }
  522. #webmention-form input[type=url]{
  523. width: 60%;
  524. }
  525. #webmentions{
  526. grid-row: 4;
  527. margin-top: 0 20px 0 0 ;
  528. padding: 0 0 200px 0;
  529. }
  530. .interaction h4{
  531. line-height:15px;
  532. padding:0;
  533. margin:0;
  534. }
  535. .interaction.like, .interaction.share{
  536. border:0;
  537. color: var(--text-colour);
  538. padding:2px;
  539. margin:30px 0 0 0;
  540. display:flex;
  541. width:100%;
  542. min-height:30px;
  543. }
  544. .interaction.like h4, .interaction.share h4{
  545. margin-right: 20px;
  546. }
  547. .interaction.like img,.interaction.share img{
  548. display:inline;
  549. width:30px;
  550. height:30px;
  551. margin:2px;
  552. padding:0px;
  553. border-radius: 50%;
  554. box-shadow: 1px 1px 2px var(--text-colour);
  555. position:relative;
  556. top:-10px;
  557. }
  558. .interaction.mention, .interaction.reply{
  559. border:1px solid var(--text-colour);
  560. display:flex;
  561. min-height: 60px;
  562. padding: 10px;
  563. background-color: var(--border-colour);
  564. box-shadow: 0 2px 3px var(--shadow-colour);
  565. border-radius: 15px;
  566. }
  567. .interaction.mention .remote_profile, .interaction.reply .remote_profile{
  568. width: 90px;
  569. min-width: 90px;
  570. }
  571. .interaction.mention .remote_profile img, .interaction.reply .remote_profile img, .remotePhoto img{
  572. width: 50px;
  573. height: 50px;
  574. border-radius: 50%;
  575. object-fit:cover;
  576. margin: 0 auto;
  577. }
  578. .remotePhoto{
  579. }
  580. .intactivity{
  581. font-size:15px;
  582. font-style: italic;
  583. line-height:18px;
  584. text-align:left;
  585. }
  586. .intcontent{
  587. font-size:15px;
  588. vertical-align:top;
  589. text-align:left;
  590. padding-left: 10px;
  591. }
  592. .interaction time{
  593. font-size:13px;
  594. }
  595. #footer {
  596. clear: both;
  597. text-align: center;
  598. font-size: 14px;
  599. position:fixed;
  600. bottom:0;
  601. margin: 0 auto;
  602. width: 100%;
  603. padding:20px 0;
  604. background: var(--bg-colour);
  605. color: var(--text-colour);
  606. }
  607. #footer a {
  608. color: var(--text-colour);
  609. }
  610. #footer a:hover {
  611. color: var(--link-colour);
  612. }
  613. #footer img{
  614. max-height:40px;
  615. margin-top:10px;
  616. }
  617. /*for archive*/
  618. .description {
  619. color: var(--text-colour);
  620. }
  621. .list-title{
  622. margin:30px 0;
  623. font-size:30px;
  624. font-weight:bold;
  625. display:flex;
  626. color: var(--text-colour);
  627. }
  628. .list-title i{
  629. font-size:22px;
  630. vertical-align:middle;
  631. color: var(--text-colour);
  632. }
  633. .list-with-title {
  634. font-size: 14px;
  635. margin: 30px 0;
  636. padding: 0;
  637. }
  638. .list-with-title li {
  639. list-style-type: none;
  640. padding: 0;
  641. }
  642. .listing-title {
  643. font-size: 24px;
  644. color: var(--text-colour);
  645. font-weight: 600;
  646. line-height: 2.2em;
  647. }
  648. .listing {
  649. padding: 0;
  650. }
  651. .listing-post {
  652. padding-bottom: 5px;
  653. }
  654. .post-time {
  655. float: right;
  656. color: var(--text-colour);
  657. }
  658. .list-with-title .listing .listing-post a {
  659. color: var(--text-colour);
  660. }
  661. .list-with-title .listing .listing-post a:hover {
  662. color: var(--link-colour);
  663. }
  664. .readmore {
  665. font-size: 14px;
  666. text-align:left;
  667. padding:0;
  668. text-decoration:underline;
  669. }
  670. .page_404 {
  671. text-align: center;
  672. padding-top: 50px;
  673. }
  674. .pixelfed_embed {
  675. margin:0 auto;
  676. display:block;
  677. }
  678. hr {
  679. color: var(--border-colour);
  680. }
  681. .author .title{
  682. display:none;
  683. }
  684. #response .xrayReply{
  685. width:100%;
  686. display:inline-block;
  687. vertical-align:top;
  688. padding:0;
  689. }
  690. #response p{
  691. margin:0;
  692. }
  693. .reply-img{
  694. max-width:90%;
  695. display:block;
  696. border-radius: 15px;
  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 solid 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. .banner{
  814. max-width:700px;
  815. width: 100%;
  816. max-height: 400px;
  817. object-fit: cover;
  818. object-position:middle;
  819. }
  820. @media screen and (max-width: 800px) {
  821. #page-top, main {
  822. width: 95%;
  823. padding: 10px 0;
  824. }
  825. .about, .post, .archive, .stream, .bookmarks, #response{
  826. width:95%;
  827. margin:0 auto;
  828. }
  829. .profile{
  830. width:100%;
  831. margin:0 auto;
  832. padding:0;
  833. text-align:center;
  834. display:block;
  835. }
  836. .profile-left{
  837. display:block;
  838. margin:0 auto;
  839. padding: 10px;
  840. width:100%;
  841. text-align:center;
  842. float:none;
  843. }
  844. .profile-left img{
  845. max-width: 200px;
  846. margin:0;
  847. }
  848. .profile-right{
  849. display:block;
  850. width:90%;
  851. text-align:center;
  852. margin:0 auto;
  853. }
  854. .post img{
  855. width: 95%;
  856. text-align:center;
  857. }
  858. .interactions{
  859. padding-bottom: 100px;
  860. }
  861. .pagination-bottom{
  862. margin-bottom:0px;
  863. }
  864. footer{
  865. display:none;
  866. }
  867. }
  868. @media screen and (max-width: 560px) {
  869. main {
  870. width: 100%;
  871. margin: 0 auto;
  872. }
  873. #Bookmarks, #Blog{
  874. display:none;
  875. }
  876. .pagination li{
  877. height: 30px;
  878. }
  879. .about, .post, .archive, .stream, .bookmarks, #response{
  880. width:98%;
  881. padding: 0px;
  882. }
  883. img.thumb{
  884. max-width: 95%;
  885. }
  886. article img{
  887. width: 100%;
  888. text-align:center;
  889. }
  890. .interactions{
  891. padding-bottom: 0px;
  892. }
  893. footer{
  894. display:none;
  895. }
  896. }
  897. @media screen and (max-width: 460px) {
  898. main {
  899. width: 100%;
  900. margin: 0 auto;
  901. }
  902. nav label{
  903. display:none;
  904. }
  905. }