Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 112: Line 112:
/* ------------------ */
/* ------------------ */
.home-section {
.home-section {
margin: 0 0 20px 0;
margin: 0 0 24px 0;
}
}


Line 185: Line 185:
width: 100%;
width: 100%;
align-items: start;
align-items: start;
margin-bottom: 4px;
margin-bottom: 8px;
}
}


.grid-four .grid-item {
.grid-four .grid-item {
display: flex;
display: grid;
flex-direction: column;
grid-template-rows: 72px auto 1fr;
align-items: stretch;
align-items: start;
min-width: 0;
min-width: 0;
}
}
Line 197: Line 197:
.grid-four .grid-title {
.grid-four .grid-title {
font-weight: bold;
font-weight: bold;
font-size: 32px;
font-size: 28px;
line-height: 1.1;
line-height: 1.1;
text-align: left;
text-align: left;
margin: 0 0 10px 0;
margin: 0 0 6px 0;
height: 72px;
display: flex;
align-items: flex-start;
min-width: 0;
min-width: 0;
overflow-wrap: anywhere;
overflow-wrap: anywhere;
Line 214: Line 217:


.grid-four .grid-text {
.grid-four .grid-text {
margin-top: 12px;
margin-top: 10px;
font-size: 1.15em;
font-size: 1.1em;
line-height: 1.6;
line-height: 1.55;
text-align: left;
text-align: left;
min-width: 0;
min-width: 0;
Line 226: Line 229:
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
gap: 20px;
}
.grid-four .grid-item {
grid-template-rows: 64px auto 1fr;
}
}


.grid-four .grid-title {
.grid-four .grid-title {
font-size: 28px;
font-size: 24px;
height: 64px;
margin: 0 0 6px 0;
}
}
}
}