MediaWiki:Common.css: Difference between revisions

Refresh generated page templates and styles
Refine shared article layout templates
Line 36: Line 36:


.mw-parser-output .sw-generated-lead{
.mw-parser-output .sw-generated-lead{
   max-width:46rem;
   max-width:52em;
   margin:0 0 1.25rem;
   margin:0 0 1em;
   padding:1rem 1.1rem;
   padding:0;
   border:1px solid #dbe6f0;
   border:0;
   border-radius:18px;
   border-radius:0;
   background:linear-gradient(135deg,#f7fbff,#eef7fb);
   background:none;
   box-shadow:0 12px 28px rgba(17,35,62,.06);
   box-shadow:none;
   color:#18324b;
   color:#202122;
  font-size:1em;
  line-height:1.6;
}
}


.mw-parser-output .sw-generated-lead--tournament{
.mw-parser-output .sw-generated-lead--tournament{
   margin-top:1rem;
   margin-top:0;
}
}


.mw-parser-output .sw-empty-state{
.mw-parser-output .sw-empty-state{
   padding:.9rem 1rem;
   padding:0;
   border:1px dashed #c7d5e5;
   border:0;
   border-radius:14px;
   border-radius:0;
   background:#f8fbfe;
   background:none;
   color:#52667d;
   color:#54595d;
  font-style:italic;
}
}