Template:NavTables.css: Difference between revisions
Jump to navigation
Jump to search
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...") |
(No difference)
|
Revision as of 11:06, 7 May 2025
.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-right {
border-bottom: 1px solid; text-align: right; padding: 5px;
}
.nav-cell {
padding: 5px;
}
.nav-cell-tight {
padding: 10px;
}