member
1,308
edits
Lightning266 (talk | contribs) (Created page with ".nav-container { display: flex; flex-wrap: wrap; gap: 10px; border: 1px solid #ccc; border-radius: 10px; margin: 0; background-color: #f9f9f9; padding: 10px; } .nav-card { flex: 1 1 22%; padding: 5px; min-width: 200px; border: 1px solid #ccc; border-radius: 10px; background-color: #f9f9f9; } .nav-table { border-spacing: 0; width: 100%; } .nav-header-left { border-bottom: 1px solid; text-align: left; padding: 5px; } .nav-header-ri...") |
Lightning266 (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
.nav-container { | .mw-parser-output .nav-container { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Line 10: | Line 10: | ||
} | } | ||
.nav-card { | .mw-parser-output .nav-card { | ||
flex: 1 1 22%; | flex: 1 1 22%; | ||
padding: 5px; | padding: 5px; | ||
| Line 19: | Line 19: | ||
} | } | ||
.nav-table { | .mw-parser-output .nav-table { | ||
border-spacing: 0; | border-spacing: 0; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.nav-header-left { | .mw-parser-output .nav-header-left { | ||
border-bottom: 1px solid; | border-bottom: 1px solid; | ||
text-align: left; | text-align: left; | ||
| Line 30: | Line 30: | ||
} | } | ||
.nav-header-right { | .mw-parser-output .nav-header-right { | ||
border-bottom: 1px solid; | border-bottom: 1px solid; | ||
text-align: right; | text-align: right; | ||
| Line 36: | Line 36: | ||
} | } | ||
.nav-cell { | .mw-parser-output .nav-cell { | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
.nav-cell-tight { | .mw-parser-output .nav-cell-tight { | ||
padding: 10px; | padding: 10px; | ||
} | } | ||