MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) Метка: отменено |
Admin (обсуждение | вклад) |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 8: | Строка 8: | ||
display: block; font-weight: normal; font-size:85%; line-height: 1.6; | display: block; font-weight: normal; font-size:85%; line-height: 1.6; | ||
} | } | ||
/* | /* required to display the Template:Notice */ | ||
// | table.ambox { | ||
// | margin: 0 10%; /* 10% = Will not overlap with other elements */ | ||
border: 1px solid #a2a9b1; | |||
/* @noflip */ | |||
border-left: 10px solid #36c; /* Default "notice" blue */ | |||
background-color: #fbfbfb; | |||
box-sizing: border-box; | |||
} | } | ||
/** | table.ambox-notice { | ||
/* @noflip */ | |||
border-left: 10px solid #36c; /* Blue */ | |||
} | |||
/** | td.mbox-image { /* The left image cell */ | ||
border: none; | |||
/* @noflip */ | |||
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ | |||
text-align: center; | |||
} | |||
.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 */ | |||
} | } | ||
/* | .ambox th.mbox-text, | ||
.ambox td.mbox-text { /* The message body cell(s) */ | |||
padding: 0.25em 0.5em; /* 0.5em left/right */ | |||
} | |||
// | |||
Текущая версия на 22:16, 7 февраля 2022
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }
body.page-Заглавная_страница.action-view #siteSub,
body.page-Заглавная_страница.action-submit #siteSub {
display: none;
}
#siteSub {
display: block; font-weight: normal; font-size:85%; line-height: 1.6;
}
/* required to display the Template:Notice */
table.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 10px solid #36c; /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
table.ambox-notice {
/* @noflip */
border-left: 10px solid #36c; /* Blue */
}
td.mbox-image { /* The left image cell */
border: none;
/* @noflip */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
.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 */
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}