Template:Grid start/styles.css: Difference between revisions
From Sandustry Official Wiki
mNo edit summary |
mNo edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.icon-grid-box { | .icon-grid-box { | ||
margin: auto; | margin: auto; | ||
margin-bottom: 2em; | |||
} | } | ||
.icon-grid { | .icon-grid { | ||
| Line 7: | Line 8: | ||
} | } | ||
.icon-grid-title { | .icon-grid-title { | ||
text-align: left; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 0.5em; | padding: 0.5em; | ||
border: 1px solid #45494e; | |||
} | } | ||
.icon-grid-title a { | .icon-grid-title a { | ||
| Line 34: | Line 36: | ||
padding: 0.4em 0.4em; | padding: 0.4em 0.4em; | ||
margin: 0; | margin: 0; | ||
border: 1px solid | border: 1px solid transparent; | ||
} | } | ||
Latest revision as of 23:38, 11 August 2026
.icon-grid-box {
margin: auto;
margin-bottom: 2em;
}
.icon-grid {
border-bottom: none;
margin: auto;
}
.icon-grid-title {
text-align: left;
font-weight: bold;
padding: 0.5em;
border: 1px solid #45494e;
}
.icon-grid-title a {
color: white !important;
}
.icon-grid-heading {
text-align: center;
font-weight: bold;
padding: 0.5em;
border: 1px solid #45494e;
}
.icon-grid ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
gap: 0;
list-style: none;
margin: 0;
padding: 0;
}
.icon-grid li {
display: flex;
align-items: center;
gap: 0.4em;
padding: 0.4em 0.4em;
margin: 0;
border: 1px solid transparent;
}

