Changeset ba2af33 for public


Ignore:
Timestamp:
Apr 5, 2022, 6:25:38 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
9346651
Parents:
51c80bf
Message:

Translate website in English

Location:
public
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r51c80bf rba2af33  
    55article,
    66#footnotes {
    7     max-width: calc(70ch + 4em);
     7    max-width: calc(60ch + 4em);
    88    border-radius: 0.1em;
    99    margin: var(--universal-padding);
     
    1818  word-break: break-word;
    1919  hyphens: auto;
    20   text-align: justify;
     20  /* text-align: justify; */
    2121}
    2222
     
    7070
    7171#preamble {
    72     max-width: calc(70ch + 6em);
     72    max-width: calc(60ch + 6em);
    7373    margin: var(--universal-margin);
    7474}
     
    7676#postamble {
    7777    margin: var(--universal-margin);
    78     max-width: calc(70ch + 6em);
     78    max-width: calc(60ch + 6em);
    7979}
    8080
     
    8484
    8585#copyright p {
    86     text-align: center;
     86
    8787}
    8888
     
    110110    font-size: 12pt;
    111111    position: fixed;
    112     left: 85ch;
     112    left: 75ch;
    113113    top: calc(var(--universal-margin) + 3.9rem);
    114114    background: #fefefe;
     
    159159
    160160.licenses {
    161     text-align: left;
     161    text-align: center;
    162162    margin-top: 0.3em !important;
    163163}
     
    169169.inline li {
    170170    display: inline-flex;
     171}
     172
     173table {
     174    overflow-x: hidden !important;
    171175}
    172176
     
    214218.asciicast {
    215219    text-align: center;
     220}
     221
     222.iuse {
     223   
    216224}
    217225
  • public/css/mini.css

    r51c80bf rba2af33  
    15361536
    15371537mark {
    1538     background: var(--mark-back-color);
     1538    background: var(--mark-back-color) !important;
    15391539    color: var(--mark-fore-color);
    15401540    font-size: 0.95em;
Note: See TracChangeset for help on using the changeset viewer.