Changeset c43e516


Ignore:
Timestamp:
Jan 20, 2020, 12:26:47 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
863f5d5
Parents:
4f85fd0
Message:

Fix visuals

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • .emacs

    r4f85fd0 rc43e516  
    6363
    6464         :html-head "
    65 <link rel=\"shortcut icon\" href=\"/public/favicon.ico\">
     65<link rel=\"shortcut icon\" href=\"/public/favicon.png\">
    6666<link rel=\"stylesheet\" href=\"/public/css/mini.css\" type=\"text/css\"/>
    6767<link rel=\"stylesheet\" href=\"/public/css/custom.css\" type=\"text/css\"/>
     
    122122;; Set output folder
    123123(setq httpd-root (concat current-folder "/dist/"))
     124
     125(setq org-image-actual-width nil)
  • content/index.org

    r4f85fd0 rc43e516  
    22#+OPTIONS: toc:nil
    33
    4 * Посты
     4* Статьи
    55
    66#+BEGIN_SRC emacs-lisp :exports results :results html
  • content/legal.org

    r4f85fd0 rc43e516  
    5252адресу: <http://www.gnu.org/licenses/>.
    5353
     54** Прочее
     55Favicon сайта, он же файл [[../public/favicon.png][./public/favicon.png]] был модифицирован и
     56распространяется под лицензией Creative Commons Attribution-Share
     57Alike 2.5 Generic ([[https://creativecommons.org/licenses/by-sa/2.5/deed.en][CC BY-SA 2.5]]), автор [[https://de.wikipedia.org/wiki/Benutzer:Jwdietrich2][Benutzer:Jwdietrich2]].
     58
    5459** In english
    5560Same information is available in english at: [[../public/COPYING.txt][COPYING file]]
  • content/sitemap.org

    r4f85fd0 rc43e516  
    11#+TITLE: @w96k
    22
     3- [[file:index.org][@w96k]]
    34- [[file:legal.org][legal]]
     5- [[file:about.org][about]]
     6- [[file:404.org][404]]
    47- [[file:cv.org][cv]]
    5 - [[file:404.org][404]]
    6 - [[file:about.org][about]]
    7 - [[file:index.org][@w96k]]
    88- posts
     9  - [[file:posts/reproducible-builds.org][Воспроизводимые сборки]]
    910  - [[file:posts/libreboot-x200t.org][libreboot-x200t]]
    1011  - [[file:posts/pirogov-o-fp.org][Алексей Пирогов про ФП]]
  • public/css/custom.css

    r4f85fd0 rc43e516  
    77    max-width: calc(80ch + 4em);
    88    border-radius: 0.em;
    9     margin: 0 var(--universal-padding);
     9    margin: var(--universal-padding);
    1010    padding: 1em;
    1111    background: #fefefe;
     
    1818}
    1919
    20 article h1:first-child,
    21 article h2:first-child,
    22 article h3:first-child,
    23 article h4:first-child,
    24 article h5:first-child,
    25 article h6:first-child {
     20article h2 {
    2621    margin-top: 0;
    2722    padding: 0;
     
    147142    display: block;
    148143    text-align: left;
    149     max-width: 40ch;
     144    max-width: 38ch;
    150145}
    151146
     
    184179}
    185180
     181.src {
     182    background: #2d2d2d;
     183    color: #cccccc;
     184    border-left: 0.25rem solid #cc99cc;
     185}
     186
     187.src::before {
     188    display: block;
     189}
     190
    186191.src span {
    187192    font-family: monospace;
    188193}
     194
     195figure {
     196    text-align: center;
     197}
     198
     199.org-svg {
     200    width: auto;
     201}
Note: See TracChangeset for help on using the changeset viewer.