Изменения

MediaWiki:Common.css

338 байтов убрано, 03:35, 23 января 2014
м
Нет описания правки
span.citation:target {
background-color: #DEF;
}
 
/* Оформление информационных блоков */
#information {
border: 1px solid #D5D9E6;
background: #F4FBFF;
vertical-align: middle;
}
 
#warning {
border: 1px solid #AAAAAA;
background: #FFCECE;
vertical-align: middle;
}
/* {{mbox}} */
table.mbox {
width: auto; margin: 0 10%; border-collapse: collapse; background:#FBFBFB; border: 1px solid #aaa; border-left: 10px solid #1E90FF
}
table.mbox th, table.mbox td {
padding: 0.25em 0.5em;
}
table.mbox td.mbox-widthhack {
padding: 0;
}
table.mbox td.mbox-text {
width:100%;
}
table.mbox td.mbox-text .mbox-text-small {
font-size:smaller;
}
table.mbox td.mbox-image {
width: 52px; padding: 2px 0 2px 0.5em; text-align: center;
}
 
table.mbox td.mbox-imageright {
width: 52px; padding: 2px 4px 2px 0; text-align: center;
}
 
table.mbox td.mbox-image div,table.mbox td.mbox-imageright div {width:52px}
 
/* Фикс для изображений разной ширины */
table.mbox-warning,table.mbox-serious {
border-left: 10px solid #B22222
}
 
 
table.mbox-content {
border-left: 10px solid #F28500
}
 
table.mbox-style {
border-left: 10px solid #F4C430
}
 
table.mbox-good {
border-left: 10px solid #66CC44
}
 
table.mbox-discussion {
border-left: 10px solid #339966
}
 
table.mbox-notice {
border-left: 10px solid #1E90ff
}
 
table.mbox-merge {
border-left: 10px solid #9932CC
}
 
table.mbox.mbox-mini {
float: right; clear: right; margin: 0 0 0.5em 1em; width: 20%;
}