MediaWiki:Common.css: различия между версиями
Материал из Metrostroi
Курритто (обсуждение | вклад) (Новая страница: «→Ambox styling: table.ambox { margin: 0px 10%; →10% = Will not overlap with other elements: border: 1px solid #9999CC; b…») |
Курритто (обсуждение | вклад) |
||
| Строка 79: | Строка 79: | ||
padding: 0px; | padding: 0px; | ||
width: 1px; | width: 1px; | ||
| + | } | ||
| + | |||
| + | .mp-content-table { | ||
| + | width: 100%; | ||
| + | background: #FEFEFF; /* Body background color */ | ||
| + | border: 1px solid #9999CC; /* Main border color */ | ||
| + | margin: 0.5em 0; | ||
| + | } | ||
| + | .mp-content-header { | ||
| + | font-size: 140%; | ||
| + | padding: 0.5em 0; | ||
| + | background: #C0DFFF; /* Header background color */ | ||
| + | border: none; | ||
| + | border-bottom: 1px solid #9999CC; /* Main border color */ | ||
| + | } | ||
| + | .mp-content-body { | ||
| + | padding: 0.5em; | ||
} | } | ||
Версия 20:34, 28 ноября 2016
/* Ambox styling */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #9999CC;
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.ambox-text,
.ambox td.ambox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.ambox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.ambox-image2 { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
/* Colours */
table.ambox-notice,
td.ambox-notice {
border-left: 10px solid #1e90ff; /* Blue */
}
table.ambox-notice-2,
td.ambox-notice-2 {
border-left: 10px solid #3f6180; /* Dark Blue */
}
table.ambox-delete,
table.ambox-serious {
background: #fee; /* Pink */
border: 1px solid #BB7070;
}
td.ambox-delete,
td.ambox-serious {
border-left: 10px solid #b22222; /* Red */
}
table.ambox-content,
td.ambox-content {
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style,
td.ambox-style {
border-left: 10px solid #ffcc00; /* Yellow */
}
table.ambox-images,
td.ambox-images {
border-left: 10px solid #000000; /* Black */
}
table.ambox-protection,
td.ambox-protection {
border-left: 10px solid #bba; /* Gray-gold */
}
table.ambox-good,
td.ambox-good {
border-left: 10px solid #73D216; /* Green */
}
th.ambox-text, td.ambox-text { /* The message body cell(s) */
border: none;
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
td.ambox-image { /* The left image cell */
border: none;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
td.ambox-image2 { /* The right image cell */
border: none;
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
}
td.ambox-empty-cell { /* An empty narrow cell */
border: none;
padding: 0px;
width: 1px;
}
.mp-content-table {
width: 100%;
background: #FEFEFF; /* Body background color */
border: 1px solid #9999CC; /* Main border color */
margin: 0.5em 0;
}
.mp-content-header {
font-size: 140%;
padding: 0.5em 0;
background: #C0DFFF; /* Header background color */
border: none;
border-bottom: 1px solid #9999CC; /* Main border color */
}
.mp-content-body {
padding: 0.5em;
}