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.

929 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. .longpost img{
  465. max-width:700px;
  466. padding: 10px;
  467. }
  468. #response .h-cite .p-content{
  469. background-color: var(--border-colour);
  470. display:block;
  471. min-height: 80px;
  472. border-radius: 15px;
  473. padding: 10px 10px 20px 10px;
  474. }
  475. .remotePhoto{
  476. float:left;
  477. width: 70px;
  478. padding: 10px 0;
  479. }
  480. .remotePhoto img{
  481. display:block;
  482. }
  483. .response-text{
  484. min-height: calc(100% - 15px);
  485. }
  486. .response-date{
  487. width: 100%;
  488. font-size: 13px;
  489. display:block;
  490. text-align:right;
  491. vertical-align:bottom;
  492. }
  493. #interactions{
  494. margin:20px 0 10px 0;
  495. padding:0;
  496. display:grid;
  497. grid-template-rows: repeat (20px, 40px, auto);
  498. width:100%;
  499. border-top:1px solid var(--text-colour);
  500. padding-bottom:150px;
  501. }
  502. #webmention-form{
  503. grid-row: 2;
  504. margin-top:20px;
  505. width: 100%;
  506. }
  507. #webmention-form label{
  508. line-height: 2;
  509. }
  510. #webmention-form input[type=url]{
  511. width: 60%;
  512. }
  513. #webmentions{
  514. grid-row: 4;
  515. margin-top: 0 20px 0 0 ;
  516. padding: 0 0 200px 0;
  517. }
  518. .interaction h4{
  519. line-height:15px;
  520. padding:0;
  521. margin:0;
  522. }
  523. .interaction.like, .interaction.share{
  524. border:0;
  525. color: var(--text-colour);
  526. padding:2px;
  527. margin:30px 0 0 0;
  528. display:flex;
  529. width:100%;
  530. min-height:30px;
  531. }
  532. .interaction.like h4, .interaction.share h4{
  533. margin-right: 20px;
  534. }
  535. .interaction.like img,.interaction.share img{
  536. display:inline;
  537. width:30px;
  538. height:30px;
  539. margin:2px;
  540. padding:0px;
  541. border-radius: 50%;
  542. border:1px solid var(--text-colour);
  543. position:relative;
  544. top:-10px;
  545. }
  546. .interaction.mention, .interaction.reply{
  547. border:1px solid var(--text-colour);
  548. display:flex;
  549. min-height: 60px;
  550. padding: 10px;
  551. background-color: var(--border-colour);
  552. box-shadow: 0 2px 3px var(--shadow-colour);
  553. border-radius: 15px;
  554. }
  555. .interaction.mention .remote_profile, .interaction.reply .remote_profile{
  556. width: 90px;
  557. min-width: 90px;
  558. }
  559. .interaction.mention .remote_profile img, .interaction.reply .remote_profile img, .remotePhoto img{
  560. width: 50px;
  561. height: 50px;
  562. border-radius: 50%;
  563. object-fit:cover;
  564. margin: 0 auto;
  565. }
  566. .remotePhoto{
  567. }
  568. .intactivity{
  569. font-size:15px;
  570. font-style: italic;
  571. line-height:18px;
  572. text-align:left;
  573. }
  574. .intcontent{
  575. font-size:15px;
  576. vertical-align:top;
  577. text-align:left;
  578. padding-left: 10px;
  579. }
  580. .interaction time{
  581. font-size:13px;
  582. }
  583. #footer {
  584. clear: both;
  585. text-align: center;
  586. font-size: 14px;
  587. position:fixed;
  588. bottom:0;
  589. margin: 0 auto;
  590. width: 100%;
  591. padding:20px 0;
  592. background: var(--bg-colour);
  593. color: var(--text-colour);
  594. }
  595. #footer a {
  596. color: var(--text-colour);
  597. }
  598. #footer a:hover {
  599. color: var(--link-colour);
  600. }
  601. #footer img{
  602. max-height:40px;
  603. margin-top:10px;
  604. }
  605. /*for archive*/
  606. .description {
  607. color: var(--text-colour);
  608. }
  609. .list-title{
  610. margin:30px 0;
  611. font-size:30px;
  612. font-weight:bold;
  613. display:flex;
  614. color: var(--text-colour);
  615. }
  616. .list-title i{
  617. font-size:22px;
  618. vertical-align:middle;
  619. color: var(--text-colour);
  620. }
  621. .list-with-title {
  622. font-size: 14px;
  623. margin: 30px 0;
  624. padding: 0;
  625. }
  626. .list-with-title li {
  627. list-style-type: none;
  628. padding: 0;
  629. }
  630. .listing-title {
  631. font-size: 24px;
  632. color: var(--text-colour);
  633. font-weight: 600;
  634. line-height: 2.2em;
  635. }
  636. .listing {
  637. padding: 0;
  638. }
  639. .listing-post {
  640. padding-bottom: 5px;
  641. }
  642. .post-time {
  643. float: right;
  644. color: var(--text-colour);
  645. }
  646. .list-with-title .listing .listing-post a {
  647. color: var(--text-colour);
  648. }
  649. .list-with-title .listing .listing-post a:hover {
  650. color: var(--link-colour);
  651. }
  652. .readmore {
  653. font-size: 14px;
  654. text-align:left;
  655. padding:0;
  656. text-decoration:underline;
  657. }
  658. .page_404 {
  659. text-align: center;
  660. padding-top: 50px;
  661. }
  662. .pixelfed_embed {
  663. margin:0 auto;
  664. display:block;
  665. }
  666. hr {
  667. color: var(--border-colour);
  668. }
  669. .author .title{
  670. display:none;
  671. }
  672. #response .h-cite{
  673. width:100%;
  674. display:inline-block;
  675. vertical-align:top;
  676. padding:0;
  677. }
  678. #response p{
  679. margin:0;
  680. }
  681. .reply-img{
  682. max-width:90%;
  683. display:block;
  684. border-radius: 15px;
  685. }
  686. time{
  687. font-size:13px;
  688. }
  689. .bookmark .p-content{
  690. display:inline;
  691. margin:0;
  692. padding:0;
  693. }
  694. .picture{
  695. flex: calc(100% / 3);
  696. max-width:calc(100% / 3);
  697. }
  698. .photogrid{
  699. display:flex;
  700. flex-wrap:wrap;
  701. width:100%;
  702. height: 100%;
  703. min-width:100%;
  704. margin-bottom:10px;
  705. }
  706. img.thumb{
  707. width:600px;
  708. max-height: 600px;
  709. object-fit:cover;
  710. object-position:top;
  711. margin: 0 auto;
  712. border: 1px solid var(--text-colour);
  713. }
  714. hr{
  715. border-top:1px solid var(--text-colour);
  716. border-bottom:0;
  717. }
  718. #pagination-top{
  719. display:block;
  720. margin:0;
  721. padding:0;
  722. }
  723. ul.pagination {
  724. list-style:none;
  725. margin: 0 auto;
  726. text-align: center;
  727. vertical-align: middle;
  728. border:0px;
  729. padding:0;
  730. padding-top:20px;
  731. display:grid;
  732. grid-template-columns: 33% 34% 33%;
  733. min-width:100%;
  734. text-align: center;
  735. }
  736. .pagination li{
  737. font-weight:normal;
  738. display:inline;
  739. padding: 0;
  740. margin: 0;
  741. }
  742. .pagination > li:nth-child(1){
  743. text-align:left;
  744. grid-column: 1;
  745. }
  746. .pagination > li:nth-child(2){
  747. text-align:center;
  748. grid-column: 2;
  749. }
  750. .pagination > li:nth-child(3){
  751. text-align:right;
  752. grid-column: 3;
  753. }
  754. .pagination a {
  755. color: var(--text-colour);
  756. }
  757. .pagination a:hover {
  758. color: var(--link-colour);
  759. }
  760. .anchor {
  761. display:none;
  762. }
  763. .anchor:target {
  764. display:block;
  765. }
  766. .feeds {
  767. width: 95%;
  768. }
  769. .feedrow {
  770. display:grid;
  771. grid-template-columns: 80% auto;
  772. }
  773. .feedrow .description{
  774. grid-column: 1;
  775. }
  776. .feedrow .feedlinks{
  777. grid-column: 2;
  778. }
  779. .commentparade {
  780. width:100%;
  781. overflow:auto;
  782. background: var(--background-colour);
  783. padding:0;
  784. height:250px;
  785. color: var(--text-colour);
  786. }
  787. .commentparade .url{
  788. font-weight:bolder;
  789. }
  790. .album-thumbs {
  791. display: block;
  792. margin: 0 auto;
  793. padding: 0;
  794. }
  795. .album-thumbs img{
  796. max-width: 250px;
  797. display: inline;
  798. margin: 4px;
  799. padding: 0px;
  800. }
  801. .banner{
  802. max-width:700px;
  803. width: 100%;
  804. max-height: 400px;
  805. object-fit: cover;
  806. object-position:middle;
  807. }
  808. @media screen and (max-width: 800px) {
  809. #page-top, main {
  810. width: 95%;
  811. padding: 10px 0;
  812. }
  813. .about, .post, .archive, .stream, .bookmarks, #response{
  814. width:95%;
  815. margin:0 auto;
  816. }
  817. .profile{
  818. width:100%;
  819. margin:0 auto;
  820. padding:0;
  821. text-align:center;
  822. display:block;
  823. }
  824. .profile-left{
  825. display:block;
  826. margin:0 auto;
  827. padding: 10px;
  828. width:100%;
  829. text-align:center;
  830. float:none;
  831. }
  832. .profile-left img{
  833. max-width: 200px;
  834. margin:0;
  835. }
  836. .profile-right{
  837. display:block;
  838. width:90%;
  839. text-align:center;
  840. margin:0 auto;
  841. }
  842. .post img{
  843. width: 95%;
  844. text-align:center;
  845. }
  846. .interactions{
  847. padding-bottom: 100px;
  848. }
  849. .pagination-bottom{
  850. margin-bottom:0px;
  851. }
  852. footer{
  853. display:none;
  854. }
  855. }
  856. @media screen and (max-width: 560px) {
  857. main {
  858. width: 100%;
  859. margin: 0 auto;
  860. }
  861. #Bookmarks, #Blog{
  862. display:none;
  863. }
  864. .pagination li{
  865. height: 30px;
  866. }
  867. .about, .post, .archive, .stream, .bookmarks, #response{
  868. width:98%;
  869. padding: 0px;
  870. }
  871. img.thumb{
  872. max-width: 95%;
  873. }
  874. article img{
  875. width: 100%;
  876. text-align:center;
  877. }
  878. .interactions{
  879. padding-bottom: 0px;
  880. }
  881. footer{
  882. display:none;
  883. }
  884. }
  885. @media screen and (max-width: 460px) {
  886. main {
  887. width: 100%;
  888. margin: 0 auto;
  889. }
  890. nav label{
  891. display:none;
  892. }
  893. }