MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/* CSS placed here will be applied to all skins */
.mw-page-container {
max-width: 100%;
}
.vector-header-container,
.vector-sticky-header-container {
}
Line 7 ⟶ 13:
font-size: 0.98rem;
line-height: 1.6;
}
.wikitable {
border-collapse: collapse;
}
.wikitable th,
.wikitable td {
}
Line 21 ⟶ 37:
}
/* Main page layout */
.mp-banner {
background:
border: 1px solid #
padding: 2rem 1rem;
text-align: center;
font-size: 2.2rem;
font-weight: 700;
color: #000;
margin: 0 0 1rem 0;
}
Line 35 ⟶ 52:
display: grid;
grid-template-columns: repeat(3, 1fr);
background:
border: 1px solid #
margin: 0 0 1.
}
.mp-
▲ padding: 1.5rem 1rem;
border-right: 1px solid #222;▼
display: flex;
align-items: center;
justify-content: center;
min-height: 100px;
box-sizing: border-box;
}
.mp-
border-right: none;
}
Line 57 ⟶ 75:
display: grid;
grid-template-columns: 1fr 1fr 0.8fr;
border: 1px solid #
background: #
}
Line 64 ⟶ 82:
padding: 1rem;
border-right: 1px solid #a2a9b1;
box-sizing: border-box;
}
Line 72 ⟶ 91:
.mp-section h2 {
margin: 0 0 0.75rem 0;
padding: 0.5rem 0.75rem;
▲ font-size: 1.3rem;
text-align: center;
font-size: 1.25rem;
▲ border-bottom: 1px solid #a2a9b1;
background: #eaecf0;
▲ padding-bottom: 0.5rem;
border: 1px solid #a2a9b1;
}
Line 85 ⟶ 105:
.mp-section li {
margin: 0.45rem 0;
}
.mp-section a {
white-space: normal;
word-break: break-word;
}
Line 97 ⟶ 122:
font-size: 1.5rem;
padding: 1.2rem 0.8rem;
line-height: 1.4;
}
Line 104 ⟶ 130:
}
.mp-
.mp-section {
border-right: none;
Line 110 ⟶ 136:
}
.mp-
.mp-section:last-child {
border-bottom: none;
| |||