source for sakino.kelbie.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.

1058 lines
19 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:#e6ffff;
  164. --dark-text:#87d5ff;
  165. --dark-bg:#5c5458;
  166. --dark-opacity: 0.75;
  167. --light-text:#084c72;
  168. --light-bg:#f0f2d7;
  169. --light-link:#00569b;
  170. --light-opacity:1;
  171. --light-shadow:rgba(0,0,0,0.06);
  172. --light-border:rgba(150,150,150,0.3);
  173. --text-colour: var(--dark-text);
  174. --bg-colour: var(--dark-bg);
  175. --link-colour: var(--dark-link);
  176. --opacity-img: var(--dark-opacity);
  177. --border-colour: var(--light-border);
  178. --shadow-colour: var(--light-shadow);
  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;
  217. background: var(--bg-colour);
  218. height:100vh;
  219. min-height:100vh;
  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. #page{
  267. color: var(--text-colour);
  268. background: var(--bg-colour);
  269. min-height:100vh;
  270. }
  271. #page-top {
  272. width: 100%;
  273. max-width: 1000px;
  274. z-index: 3;
  275. height: 60px;
  276. border-bottom: 1px solid var(--border-colour);
  277. background: var(--bg-colour);
  278. margin: 0 auto;
  279. }
  280. #page-top a {
  281. color: var(--text-colour);
  282. }
  283. #page-top a:hover {
  284. color: var(--link-colour);
  285. }
  286. nav {
  287. width:100%;
  288. list-style: none;
  289. padding: 18px 0px;
  290. font-size: 14px;
  291. display:flex;
  292. }
  293. nav li{
  294. position: relative;
  295. display: initial;
  296. padding-right: 20px;
  297. font-weight:bolder;
  298. }
  299. nav li i{
  300. margin:0;
  301. padding-left:10px;
  302. }
  303. nav > li:nth-child(9) {
  304. margin-left: auto;
  305. padding-right:5px;
  306. display:none;
  307. }
  308. nav > li:nth-child(10) {
  309. padding-right:0;
  310. margin-left: auto;
  311. }
  312. nav i{
  313. margin-bottom:20px;
  314. position:relative;
  315. top:-5px;
  316. }
  317. main {
  318. max-width: 1000px;
  319. margin: 0 auto;
  320. background: var(--bg-colour);
  321. }
  322. main{
  323. display:grid;
  324. grid-template-columns: calc(100% - 207px) 185px;
  325. grid-template-rows: auto;
  326. }
  327. .about .h-feed, .archive-listing, .stream, .post, .bookmarks, #response, .response, .resume{
  328. grid-column: 1;
  329. vertical-align:top;
  330. width: 99%;
  331. padding-top:20px;
  332. }
  333. .profile {
  334. margin-top:20px;
  335. padding:10px;
  336. box-shadow: 0 2px 3px var(--shadow-colour);
  337. border: 1px solid var(--border-colour);
  338. border-radius:15px;
  339. height: 1300px;
  340. grid-column: 2;
  341. max-width:185px;
  342. width:185px;
  343. text-align:center;
  344. }
  345. .profile img{
  346. width:165px;
  347. border-radius: 5px;
  348. }
  349. .profile .title{
  350. font-size: 1.8rem;
  351. font-weight: bold;
  352. letter-spacing: 1.5px;
  353. line-height: 1;
  354. }
  355. .social-links {
  356. list-style: none;
  357. padding: 0;
  358. }
  359. .social-links i {
  360. font-size:25px;
  361. }
  362. .social-links li {
  363. display: inline;
  364. }
  365. .social-links a {
  366. color: var(--text-colour);
  367. }
  368. .social-links a:hover {
  369. color: var(--link-colour);
  370. }
  371. .social-links img{
  372. max-width: 24px;
  373. vertical-align:middle;
  374. padding-bottom: 7px;
  375. padding-left: 4px;
  376. display: inline;
  377. }
  378. #session a span{
  379. visibility:hidden;
  380. display:block;
  381. position:absolute;
  382. }
  383. #session a span img{
  384. min-width: 160px;
  385. opacity: 1;
  386. }
  387. #session a:hover, #session a:hover span{
  388. visibility:visible;
  389. z-index: 1;
  390. }
  391. .profile .description{
  392. text-align:center;
  393. }
  394. .profile .interests .p-category{
  395. background-color: var(--link-colour);
  396. padding:5px;
  397. color: var(--bg-colour);
  398. box-shadow: 0 1px 2px var(--shadow-colour);
  399. border: 1px solid var(--border-colour);
  400. border-radius:5px;
  401. display:inline-block;
  402. margin:2px;
  403. }
  404. .profile .doing{
  405. margin-top: 10px;
  406. font-weight:bolder;
  407. }
  408. .watching, .playing, .reading{
  409. padding:5px;
  410. }
  411. .watching img, .playing img{
  412. max-height:100px;
  413. object-fit:cover;
  414. object-position:top;
  415. }
  416. .reading img{
  417. object-fit:contain;
  418. }
  419. .site-info{
  420. font-size:13px;
  421. }
  422. .site-info a{
  423. color: var(--text-colour);
  424. }
  425. .index-note, .feed, .post, #response .h-cite,
  426. .resume header, .workhistory, .education, .skills, .feeds {
  427. width: 98%;
  428. box-shadow: 0 2px 3px var(--shadow-colour);
  429. border: 1px solid var(--border-colour);
  430. border-radius: 15px;
  431. padding:10px;
  432. }
  433. .index-note{
  434. width:92%;
  435. }
  436. .resume{
  437. width:97%;
  438. }
  439. .index-article, .index-photo, .list-article, .list-blog, .list-category{
  440. box-shadow: 0 2px 3px var(--shadow-colour);
  441. border: 1px solid var(--border-colour);
  442. border-radius: 15px;
  443. vertical-align:top;
  444. width:31%;
  445. display:inline-block;
  446. height: 220px;
  447. margin:0;
  448. padding:0;
  449. }
  450. .index-article img, .list-article img, .list-blog img{
  451. width:100%;
  452. height:100px;
  453. border-top-left-radius:15px;
  454. border-top-right-radius:15px;
  455. object-fit:cover;
  456. margin:0;
  457. padding:0;
  458. }
  459. .index-article a, .list-article a, .list-blog a{
  460. color: var(--text-colour);
  461. }
  462. .entry-title{
  463. font-weight:bold;
  464. padding:5px;
  465. min-height:40px;
  466. display:block;
  467. }
  468. .index-article .e-content, .list-article .e-content{
  469. padding:5px;
  470. }
  471. .index-photo img{
  472. width:100%;
  473. height:220px;
  474. object-fit:cover;
  475. border-radius:15px;
  476. margin:0;
  477. padding:0;
  478. }
  479. .latest_photos{
  480. padding-bottom: 50px;
  481. }
  482. .info i{
  483. opacity: 0.5;
  484. margin-right: 5px;
  485. }
  486. .info{
  487. padding: 30px 0;
  488. font-size:13px;
  489. display:grid;
  490. grid-template-columns: repeat (80%. 20%);
  491. }
  492. .blogs_span, .categories_span, .tags_span{
  493. grid-column: 1;
  494. }
  495. .category, .blog, .tag {
  496. font-size: 13px;
  497. line-height: 1.5;
  498. display:inline;
  499. text-decoration:underline;
  500. }
  501. .categories, .tags{
  502. display:inline;
  503. margin:0;padding:0;
  504. }
  505. .categories li, .tags li{
  506. list-style:none;
  507. display:inline;
  508. }
  509. .tag::before {
  510. content: "#";
  511. opacity: .75;
  512. }
  513. .categories li::after, .tags li::after{
  514. content: ", ";
  515. }
  516. .categories li:last-child:after, .tags li:last-child:after{
  517. content: "";
  518. }
  519. .info-date{
  520. grid-column: 2;
  521. text-align:right;
  522. line-height:1.5;
  523. }
  524. .info-date .dt-published{
  525. font-size:13px;
  526. }
  527. .info-date a{
  528. text-decoration:underline;
  529. }
  530. .reading-time{
  531. display:inline;
  532. grid-column: 2;
  533. text-align:right;
  534. font-weight:bold;
  535. }
  536. .syndication{
  537. grid-column:2;
  538. text-align:right;
  539. font-size:13px;
  540. margin:0;
  541. }
  542. .stream{
  543. padding-bottom:150px;
  544. margin: 0 auto;
  545. }
  546. .feed{
  547. margin-bottom: 10px;
  548. padding:0;
  549. }
  550. .post{
  551. margin: 20px 0;
  552. padding: 0;
  553. }
  554. .index_content, .post_content{
  555. text-align:justify;
  556. width:97%;
  557. padding: 10px;
  558. }
  559. .index_content .e-content img, .post_content img{
  560. width: 90%;
  561. display:block;
  562. margin: 0 auto;
  563. border-radius:15px;
  564. }
  565. .banner{
  566. width:100%;
  567. max-height: 300px;
  568. object-fit:scale-down;
  569. object-position:top;
  570. border-top-left-radius:15px;
  571. border-top-right-radius:15px;
  572. }
  573. .h-entry p a {
  574. text-decoration: underline;
  575. color: var(--link-colour);
  576. }
  577. .h-entry a:hover {
  578. color: var(--link-colour);
  579. }
  580. .education, .work{
  581. margin: 10px 0px;
  582. padding-top: 0px;
  583. display:grid;
  584. grid-template-columns: 200px auto;
  585. grid-template-rows: auto;
  586. }
  587. .skills{
  588. margin: 10px 0px;
  589. }
  590. .daterange{
  591. color: var(--link-colour);
  592. font-style: italic;
  593. margin-right: 20px;
  594. grid-column: 1;
  595. font-size:14px;
  596. }
  597. .institution, .organisation, .jobdescription{
  598. display:block;
  599. grid-column: 2;
  600. }
  601. .jobtitle, .degree{
  602. grid-column:2;
  603. font-weight:bolder;
  604. }
  605. .institution, .organisation{
  606. font-style:italic;
  607. }
  608. .organisation{
  609. padding-left: 20px;
  610. }
  611. .skilltype summary{
  612. font-weight:bolder;
  613. }
  614. .skilltype ul{
  615. display: flex;
  616. flex-wrap: wrap;
  617. margin:0;
  618. padding: 0;
  619. }
  620. .skilltype li{
  621. list-style:none;
  622. display: inline;
  623. padding: 5px;
  624. border: 1px solid var(--border-colour);
  625. border-radius: 5px;
  626. margin: 5px;
  627. }
  628. #interactions{
  629. margin:20px 0 10px 0;
  630. padding:0;
  631. display:grid;
  632. grid-template-rows: repeat (20px, 40px, auto);
  633. width:100%;
  634. padding-bottom:150px;
  635. }
  636. #webmention-form{
  637. grid-row: 2;
  638. margin-top:20px;
  639. width: 100%;
  640. }
  641. #webmention-form label{
  642. line-height: 2;
  643. }
  644. #webmention-form input[type=url]{
  645. width: 60%;
  646. }
  647. #webmentions{
  648. grid-row: 4;
  649. margin-top: 0 20px 0 0 ;
  650. padding: 0 0 200px 0;
  651. }
  652. .interaction h4{
  653. line-height:15px;
  654. padding:0;
  655. margin:0;
  656. }
  657. .interaction.like, .interaction.share{
  658. border:0;
  659. color: var(--text-colour);
  660. padding:2px;
  661. margin:30px 0 0 0;
  662. display:flex;
  663. width:100%;
  664. min-height:30px;
  665. }
  666. .interaction.like h4, .interaction.share h4{
  667. margin-right: 20px;
  668. }
  669. .interaction.like img,.interaction.share img{
  670. display:inline;
  671. width:30px;
  672. height:30px;
  673. padding:0;
  674. margin:2px;
  675. position:relative;
  676. top:-10px;
  677. border-radius: 50%;
  678. border: 1px solid var(--border-colour);
  679. box-shadow: 0 2px 3px var(--shadow-colour);
  680. }
  681. .interaction.like img:nth-child(1),.interaction.share img:nth-child(1){
  682. margin-left:10px;
  683. }
  684. .interaction.mention, .interaction.reply{
  685. border:1px solid var(--border-colour);
  686. border-radius:15px;
  687. display:grid;
  688. grid-template-columns: 80px auto;
  689. min-height: 60px;
  690. padding: 10px;
  691. margin: 10px 0px;
  692. }
  693. .interaction.mention .remote_profile, .interaction.reply .remote_profile{
  694. width: 80px;
  695. }
  696. .interaction.mention .remote_profile img, .interaction.reply .remote_profile img{
  697. width: 50px;
  698. height: 50px;
  699. object-fit:cover;
  700. border-radius: 50%;
  701. margin: 0 auto;
  702. }
  703. .intactivity{
  704. font-size:13px;
  705. font-style: italic;
  706. line-height:18px;
  707. text-align:left;
  708. }
  709. .intcontent{
  710. font-size:15px;
  711. vertical-align:top;
  712. text-align:left;
  713. padding-left: 10px;
  714. }
  715. .interaction time{
  716. font-size:13px;
  717. }
  718. .description {
  719. color: var(--text-colour);
  720. }
  721. .archive-listing-item{
  722. margin:0;
  723. padding:0;
  724. }
  725. .list-article, .list-blog, .list-category{
  726. display:inline-block;
  727. float:left;
  728. margin:5px 10px 5px 0;
  729. }
  730. .list-blog{
  731. height:190px;
  732. width: 350px;
  733. text-align:center;
  734. }
  735. .list-blog img{
  736. height:150px;
  737. width:350px;
  738. }
  739. .list-category{
  740. height: 220px;
  741. }
  742. .list-category p{
  743. color: var(--link-colour);
  744. line-height: normal;
  745. padding: 5px;
  746. }
  747. .note-banner{
  748. height:30px;
  749. text-align:center;
  750. font-weight: bold;
  751. display:block;
  752. vertical-align:middle;
  753. font-size:24px;
  754. text-transform:lowercase;
  755. padding:10px;
  756. color:var(--bg-colour);
  757. background-color: var(--link-colour);
  758. border-top-left-radius:15px;
  759. border-top-right-radius:15px;
  760. }
  761. .list-title{
  762. font-size:30px;
  763. font-weight:bold;
  764. color: var(--text-colour);
  765. }
  766. .list-title i{
  767. font-size:22px;
  768. vertical-align:middle;
  769. color: var(--text-colour);
  770. }
  771. .listing{
  772. padding:0;
  773. margin:0;
  774. }
  775. .listing li {
  776. list-style-type: none;
  777. padding: 0;
  778. }
  779. .listing-title {
  780. font-size: 24px;
  781. color: var(--text-colour);
  782. font-weight: 600;
  783. line-height: 2.2em;
  784. }
  785. .listing-post {
  786. padding-bottom: 5px;
  787. }
  788. .post-time {
  789. float: right;
  790. color: var(--text-colour);
  791. }
  792. .list-with-title .listing .listing-post a {
  793. color: var(--text-colour);
  794. }
  795. .list-with-title .listing .listing-post a:hover {
  796. color: var(--link-colour);
  797. }
  798. .readmore {
  799. font-size: 14px;
  800. text-align:left;
  801. padding:0;
  802. text-decoration:underline;
  803. }
  804. .page_404 {
  805. text-align: center;
  806. padding-top: 50px;
  807. }
  808. .pixelfed_embed {
  809. margin:0 auto;
  810. display:block;
  811. }
  812. hr {
  813. color: var(--text-colour);
  814. }
  815. .author .title{
  816. display:none;
  817. }
  818. #response p{
  819. margin:0;
  820. }
  821. .response-top{
  822. font-style:italic;
  823. }
  824. time{
  825. font-size:13px;
  826. }
  827. .bookmarks, #response-details{
  828. box-shadow: 0 2px 3px var(--shadow-colour);
  829. border: 1px solid var(--border-colour);
  830. border-radius: 15px;
  831. margin-top: 20px;
  832. width:95%;
  833. padding:10px;
  834. }
  835. .bookmark {
  836. border: 1px solid var(--border-colour);
  837. padding: 10px;
  838. margin-bottom: 5px;
  839. border-radius: 15px;
  840. }
  841. .bookmark .p-content{
  842. display:inline;
  843. margin:0;
  844. padding:0;
  845. }
  846. .bookmark a{
  847. text-decoration:underline;
  848. }
  849. .picture{
  850. flex: calc(100% / 3);
  851. max-width:calc(100% / 3);
  852. }
  853. .photogrid{
  854. display:flex;
  855. flex-wrap:wrap;
  856. width:100%;
  857. height: 100%;
  858. min-width:100%;
  859. margin-bottom:10px;
  860. }
  861. .feed img.thumb{
  862. width:220px;
  863. border-radius: 15px;
  864. padding: 0px;
  865. margin:10px;
  866. border: 1px solid var(--border-colour);
  867. }
  868. hr{
  869. border-top: 1px solid var(--border-colour);
  870. border-bottom:0;
  871. }
  872. .pagination {
  873. list-style:none;
  874. margin: 0 auto;
  875. border:0px;
  876. display:flex;
  877. max-width: 600px;
  878. width:100%;
  879. }
  880. .pagination li{
  881. padding:10px 50px;
  882. font-weight:bold;
  883. }
  884. .pagination-bottom{
  885. padding-bottom:100px;
  886. }
  887. .pagination a {
  888. color: var(--text-colour);
  889. }
  890. .pagination a:hover {
  891. color: var(--link-colour);
  892. }
  893. .anchor {
  894. display:none;
  895. }
  896. .anchor:target {
  897. display:block;
  898. }
  899. .feeds {
  900. width: 95%;
  901. margin-top: 20px;
  902. }
  903. .feedrow {
  904. display:grid;
  905. grid-template-columns: 80% auto;
  906. }
  907. .feedrow .description{
  908. grid-column: 1;
  909. }
  910. .feedrow .feedlinks{
  911. grid-column: 2;
  912. }
  913. .commentparade {
  914. width:100%;
  915. overflow:auto;
  916. background: var(--background-colour);
  917. padding:0;
  918. height:250px;
  919. color: var(--text-colour);
  920. }
  921. #commentparade .url{
  922. font-weight:bolder;
  923. }
  924. @media screen and (max-width: 960px) {
  925. #page-top {
  926. width: 95%;
  927. padding: 10px 0;
  928. }
  929. .about, .post, .archive, .stream, .bookmarks, #response{
  930. width:95%;
  931. margin:0 auto;
  932. }
  933. main {
  934. width:95%;
  935. }
  936. .interactions{
  937. padding-bottom: 100px;
  938. }
  939. .pagination li{
  940. padding:10px 40px;
  941. height: 30px;
  942. }
  943. .pagination-bottom{
  944. margin-bottom:0px;
  945. }
  946. }
  947. @media screen and (max-width: 560px) {
  948. main{
  949. display:block;
  950. }
  951. #Bookmarks, #Blogs{
  952. display:none;
  953. }
  954. .pagination li{
  955. padding:10px 23px;
  956. height: 30px;
  957. }
  958. article img{
  959. width: 95%;
  960. text-align:center;
  961. }
  962. .interactions{
  963. padding-bottom: 0px;
  964. }
  965. .post{
  966. margin-top:20px;
  967. }
  968. .post_content, .index_content{
  969. width: 95%;
  970. }
  971. .photo .index_content{
  972. text-align: left;
  973. }
  974. .profile{
  975. max-width: 50%;
  976. height: 1120px;
  977. margin: 0px auto;
  978. margin-bottom:40px;
  979. padding-top: 10px;
  980. }
  981. .profile img{
  982. display:block;
  983. margin: 0px auto;
  984. }
  985. }
  986. @media screen and (max-width: 460px) {
  987. #Résumé, #Feeds{
  988. display:none;
  989. }
  990. nav{
  991. width: 98%;
  992. }
  993. .profile{
  994. max-width: 80%;
  995. height: 1120px;
  996. }
  997. .pagination li{
  998. padding:10px 6px;
  999. height: 30px;
  1000. }
  1001. .index-article, .index-photo, .list-article, .list-blog, .list-category{
  1002. width:100%;
  1003. margin-bottom:10px;
  1004. }
  1005. .profile img{
  1006. display:block;
  1007. margin:0px auto;
  1008. }
  1009. .education, .work{
  1010. grid-template-columns: 90px auto;
  1011. }
  1012. .bookmarks, #response, .post, #interactions{
  1013. margin-bottom:10px;
  1014. }
  1015. #interactions{
  1016. padding-bottom:10px;
  1017. width:95%;
  1018. }
  1019. }