No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/*.smwpagelist .ul-format {column-count:3;}*/ | /*.smwpagelist .ul-format {column-count:3;}*/ | ||
.smwpagelist.modern li {margin:0 4px;} | .smwpagelist.modern li, .smwpagelist.graphic li {margin:0 4px;} | ||
.smwpagelist.modern li a { | .smwpagelist.modern li a, .smwpagelist.graphic li a { | ||
width: 98%; | width: 98%; | ||
padding: 8px 4%; | padding: 8px 4%; | ||
Line 14: | Line 14: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.smwpagelist.modern ul { | .smwpagelist.modern ul, .smwpagelist.graphic ul { | ||
list-style: none; | list-style: none; | ||
} | } |
Revision as of 08:30, 22 September 2022
h2 {border-bottom:none; font-size:1.5rem}
h3 {border-bottom:none; font-size:1.2rem}
/*.smwpagelist .ul-format {column-count:3;}*/
.smwpagelist.modern li, .smwpagelist.graphic li {margin:0 4px;}
.smwpagelist.modern li a, .smwpagelist.graphic 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, .smwpagelist.graphic ul {
list-style: none;
}