MediaWiki:Common.css: различия между версиями

Материал из Общение Вики
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
Метка: отменено
Строка 60: Строка 60:
   color: #333;
   color: #333;
   margin-top: 0.5em;
   margin-top: 0.5em;
}
a[href^="http"]:after,
a[href^="https"]:after {
    content: none !important;
    margin: 0 !important;
}
}

Версия от 19:24, 25 октября 2025

/* Стили для инфобокса */
.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #202122;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    width: 22em;
    font-size: 88%;
    line-height: 1.5em;
}

.infobox th {
    font-weight: bold;
    background-color: #eaecf0;
    padding: 4px 8px;
    vertical-align: top;
    text-align: left;
}

.infobox td {
    padding: 4px 8px;
    vertical-align: top;
}

.infobox .infobox-above {
    background-color: #eaecf0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}

.infobox-label {
    width: 33%;
    font-weight: bold;
    padding: 4px 8px;
    vertical-align: top;
}

.infobox-data {
    padding: 4px 8px;
    vertical-align: top;
}


.custom-quote {
  border-left: 3px solid #ccc;
  margin: 1em 0;
  padding-left: 1em;
  color: #555;
  font-style: italic;
}

.custom-quote footer {
  text-align: right;
  font-style: normal;
  color: #333;
  margin-top: 0.5em;
}

a[href^="http"]:after,
a[href^="https"]:after {
    content: none !important;
    margin: 0 !important;
}