MediaWiki:Common.css: відмінності між версіями

Callout: сіра плашка + 1px смужка зліва, чорний заголовок, без іконки
(Обрізка опису в картці гріда (повний текст — на сторінці місця))
(Callout: сіра плашка + 1px смужка зліва, чорний заголовок, без іконки)
Рядок 2032: Рядок 2032:
   ============================================================ */
   ============================================================ */
.callout {
.callout {
  display: flex;
  gap: 12px;
   margin: 14px 0;
   margin: 14px 0;
   padding: 12px 14px;
   padding: 12px 14px;
   border-radius: 12px;
   border-radius: 0 6px 6px 0;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.55;
}
}
.callout__icon { flex: none; font-size: 20px; line-height: 1.4; }
.callout__icon { display: none; }
.callout__body { flex: 1; min-width: 0; }
.callout__body > :first-child { margin-top: 0; }
.callout__body > :first-child { margin-top: 0; }
.callout__body > :last-child { margin-bottom: 0; }
.callout__body > :last-child { margin-bottom: 0; }
.callout__label {
.callout__label { font-weight: 700; margin-bottom: 2px; color: #202122; }
  font-weight: 700;
.callout--note { background: #f3f5f8; border-left: 1px solid #3a59b8; }
  font-size: 12px;
.callout--tip { background: #f2f7f5; border-left: 1px solid #1c8a45; }
  letter-spacing: 0.04em;
.callout--warning { background: #f8f4f3; border-left: 1px solid #d92c1c; }
  text-transform: uppercase;
  margin-bottom: 2px;
}
.callout--warning { background: #fff3f1; border-color: #ffd4cd; }
.callout--warning .callout__label { color: #d92c1c; }
.callout--tip { background: #edfaf1; border-color: #c5edd3; }
.callout--tip .callout__label { color: #1c8a45; }
.callout--note { background: #f3f5fb; border-color: #dbe2f2; }
.callout--note .callout__label { color: #3a59b8; }