MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
WikiAdmin (обсуждение | вклад) Restore exact source Common.css from wiki.cs.hse.ru |
WikiAdmin (обсуждение | вклад) Polish Citizen footer and main page heading |
||
| Строка 89: | Строка 89: | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #bba; /* Gray-gold */ | border-left: 10px solid #bba; /* Gray-gold */ | ||
} | |||
/* Local Citizen polish for wikicshse.ru */ | |||
.fkn-main-title { | |||
margin: 0 0 1.5rem; | |||
font-size: 2.35rem; | |||
font-weight: 700; | |||
line-height: 1.15; | |||
} | |||
.citizen-footer, | |||
.citizen-footer__container, | |||
.citizen-footer__content, | |||
.citizen-footer__bottom { | |||
border-top: 0 !important; | |||
border-bottom: 0 !important; | |||
box-shadow: none !important; | |||
} | } | ||
Текущая версия от 16:28, 13 июня 2026
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Fix mobile browsers randomly scaling text */
* {
-webkit-text-size-adjust: 100%;
}
/* Styles for table on Mainpage */
.courses td {
vertical-align: top;
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none;
/* @noflip */
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
td.mbox-image { /* The left image cell */
border: none;
/* @noflip */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
td.mbox-imageright { /* The right image cell */
border: none;
/* @noflip */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
}
td.mbox-empty-cell { /* An empty narrow cell */
border: none;
padding: 0;
width: 1px;
}
/* Article message box styles */
table.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
/* @noflip */
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
/* @noflip */
border-left: 10px solid #1e90ff; /* Blue */
}
table.ambox-speedy {
/* @noflip */
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ambox-delete {
/* @noflip */
border-left: 10px solid #b22222; /* Red */
}
table.ambox-content {
/* @noflip */
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
/* @noflip */
border-left: 10px solid #f4c430; /* Yellow */
}
table.ambox-move {
/* @noflip */
border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
/* @noflip */
border-left: 10px solid #bba; /* Gray-gold */
}
/* Local Citizen polish for wikicshse.ru */
.fkn-main-title {
margin: 0 0 1.5rem;
font-size: 2.35rem;
font-weight: 700;
line-height: 1.15;
}
.citizen-footer,
.citizen-footer__container,
.citizen-footer__content,
.citizen-footer__bottom {
border-top: 0 !important;
border-bottom: 0 !important;
box-shadow: none !important;
}