Changeset 54dab96 in at-w96k for public/css/custom.css


Ignore:
Timestamp:
Jul 27, 2022, 10:50:37 PM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
1f1a1c8
Parents:
9eb4deb
Message:

Fix rss authors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r9eb4deb r54dab96  
    239239
    240240/* Style for WEBRING */
     241.org-webring {
     242    position: relative;
     243}
     244
    241245.org-webring .org-webring-articles {
    242246    display: flex;
    243247    flex-flow: row wrap;
     248    margin: 0 0.25em;
    244249}
    245250.org-webring .org-webring-article-title {
    246251    font-size: 1em;
    247252    padding: 0;
    248     margin: 0 1em 0 1em;
     253    margin: 0 0.75em 0 0.75em;
    249254    border-radius: 0.25em;
    250255    max-height: 40ch;
     
    252257.org-webring .org-webring-article {
    253258    flex: 1 1 auto;
     259    position: relative;
    254260    flex-basis: 40%;
    255261    display: flex;
    256262    flex-direction: column;
    257     margin: 0.5em;
     263    margin: 0 0.5em;
    258264    transition: 0.3s;
    259265    opacity: 1;
    260266    overflow: hidden;
    261     border-left: 3px solid rgba(0,0,0,.35);
    262 }
     267    /* border-radius: 3px; */
     268    /* border-left: 3px solid rgba(0,0,0,.4); */
     269}
     270
     271.org-webring .org-webring-article:before {
     272    content: "•";
     273    position: absolute;
     274    left: 0;
     275    top: 0;
     276    margin-left: -0.15em;
     277    font-size: 1.1em;
     278}
     279
    263280.org-webring .org-webring-article:hover {
    264281    opacity: 1;
Note: See TracChangeset for help on using the changeset viewer.