Last edited 2 years ago
by WikiSysop

styles.css

Revision as of 12:55, 22 September 2022 by WikiSysop (talk | contribs) (Created page with " .smwpagelist.col3 {column-count:3;} →‎style modern: .smwpagelist.modern li {margin:0 4px;} .smwpagelist.modern li a { width: 98%; padding: 8px 4%; background:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.smwpagelist.col3 {column-count:3;}
/*style modern */
.smwpagelist.modern li {margin:0 4px;}
.smwpagelist.modern li a  {
    width: 98%;
    padding: 8px 4%;
    background: #eff2f5;
    color: #33445C !important;
    border-radius: 5px;
    border: 0 !important;
    display: block;
    text-decoration: none;
}
.smwpagelist.modern ul {
    list-style: none;
}