MediaWiki:Common.css: Difference between revisions
>Kypho No edit summary |
Refresh generated page templates and styles |
||
| Line 34: | Line 34: | ||
.formtable .w-ft, .formtable .w-in { max-width: 5ch !important; } | .formtable .w-ft, .formtable .w-in { max-width: 5ch !important; } | ||
.formtable .w-year { max-width: 6ch !important; } | .formtable .w-year { max-width: 6ch !important; } | ||
.mw-parser-output .sw-generated-lead{ | |||
max-width:46rem; | |||
margin:0 0 1.25rem; | |||
padding:1rem 1.1rem; | |||
border:1px solid #dbe6f0; | |||
border-radius:18px; | |||
background:linear-gradient(135deg,#f7fbff,#eef7fb); | |||
box-shadow:0 12px 28px rgba(17,35,62,.06); | |||
color:#18324b; | |||
} | |||
.mw-parser-output .sw-generated-lead--tournament{ | |||
margin-top:1rem; | |||
} | |||
.mw-parser-output .sw-empty-state{ | |||
padding:.9rem 1rem; | |||
border:1px dashed #c7d5e5; | |||
border-radius:14px; | |||
background:#f8fbfe; | |||
color:#52667d; | |||
} | |||