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

Самозащитой является применение лицом средств противодействия, которые не запрещены законом и не противоречат моральным принципам общества
Перейти к навигации Перейти к поиску
(Новая страница: «→‎Размещённый здесь 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; } #siteSu...»)
 
 
(не показаны 3 промежуточные версии этого же участника)
Строка 7: Строка 7:
#siteSub {
#siteSub {
     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 */
}