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 190: Line 190:
.grid-four .grid-item {
.grid-four .grid-item {
display: grid;
display: grid;
grid-template-rows: 110px auto 1fr;
grid-template-rows: 90px auto 1fr;
align-items: start;
align-items: start;
min-width: 0;
}
}


.grid-four .grid-title {
.grid-four .grid-title {
height: 110px;
font-weight: bold;
font-size: 32px;
line-height: 1.1;
text-align: left;
margin: 0 0 10px 0;
height: 90px;
display: flex;
display: flex;
align-items: end;
align-items: flex-start;
font-size: 32px;
min-width: 0;
overflow-wrap: anywhere;
}
 
.grid-four .grid-text {
margin-top: 12px;
font-size: 1.15em;
line-height: 1.6;
text-align: left;
min-width: 0;
overflow-wrap: anywhere;
}
}


Line 208: Line 224:


.grid-four .grid-item {
.grid-four .grid-item {
grid-template-rows: 96px auto 1fr;
grid-template-rows: 78px auto 1fr;
}
}


.grid-four .grid-title {
.grid-four .grid-title {
height: 96px;
height: 78px;
font-size: 28px;
font-size: 28px;
}
}
Line 230: Line 246:
.grid-three .grid-item {
.grid-three .grid-item {
display: grid;
display: grid;
grid-template-rows: 96px auto 1fr;
grid-template-rows: 82px auto 1fr;
align-items: start;
align-items: start;
min-width: 0;
}
}


.grid-three .grid-title {
.grid-three .grid-title {
height: 96px;
height: 82px;
display: flex;
display: flex;
align-items: end;
align-items: flex-start;
font-size: 30px;
font-size: 30px;
line-height: 1.1;
text-align: left;
margin: 0 0 10px 0;
overflow-wrap: anywhere;
}
}


Line 244: Line 265:
font-size: 1.1em;
font-size: 1.1em;
line-height: 1.6;
line-height: 1.6;
text-align: left;
}
}


Line 253: Line 275:


.grid-three .grid-item {
.grid-three .grid-item {
grid-template-rows: 88px auto 1fr;
grid-template-rows: 74px auto 1fr;
}
}


.grid-three .grid-title {
.grid-three .grid-title {
height: 88px;
height: 74px;
font-size: 27px;
font-size: 27px;
}
}