MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
table.recipe-table { | table.recipe-table { | ||
border-collapse: collapse !important; | border-collapse: collapse !important; | ||
border: | border: 1px solid #aaa !important; | ||
background: | background: #fafafa !important; | ||
width: auto !important; | width: auto !important; | ||
margin: | margin: 5px !important; | ||
font-size: 85% !important; | font-size: 85% !important; | ||
display: inline-block; /* важно для много-колоночного размещения */ | |||
vertical-align: top; | |||
} | } | ||
table.recipe-table th { | table.recipe-table th { | ||
background: | background: #ececec !important; | ||
text-align: center !important; | text-align: center !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
padding: | padding: 2px 4px !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
table.recipe-table td { | table.recipe-table td { | ||
padding: | padding: 1px 4px !important; | ||
border: none !important; | border: none !important; | ||
vertical-align: middle !important; | vertical-align: middle !important; |
Revision as of 13:24, 31 July 2025
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 300px;
background-color: #f8f8f8;
border: 1px solid #aaa;
border-collapse: collapse;
font-size: 90%;
}
.infobox th, .infobox td {
border: 1px solid #aaa;
padding: 4px;
vertical-align: top;
}
.infobox th {
background-color: #ddd;
text-align: left;
width: 40%;
}
/* Compact recipe tables */
table.recipe-table {
border-collapse: collapse !important;
border: 1px solid #aaa !important;
background: #fafafa !important;
width: auto !important;
margin: 5px !important;
font-size: 85% !important;
display: inline-block; /* важно для много-колоночного размещения */
vertical-align: top;
}
table.recipe-table th {
background: #ececec !important;
text-align: center !important;
font-weight: bold !important;
padding: 2px 4px !important;
border: none !important;
}
table.recipe-table td {
padding: 1px 4px !important;
border: none !important;
vertical-align: middle !important;
}
table.recipe-table td:first-child {
width: 28px !important;
text-align: center !important;
}
table.recipe-table td:last-child {
width: 22px !important;
text-align: center !important;
}
table.recipe-table img {
width: 20px !important;
height: 20px !important;
margin: 0 !important;
padding: 0 !important;
}