Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
margin: 0; | margin: 0; | ||
padding: 0.3em 0.3em 0.3em 9em; | padding: 0.3em 0.3em 0.3em 9em; | ||
} | |||
dd.seealso { | |||
column-count: 4; | |||
} | |||
dd.seealso a { | |||
display: block; | |||
} | } | ||
Revision as of 03:26, 4 November 2022
.top-icons .gvi-icons {
display: inline-block;
}
.top-icons .top-icons-info {
color: grey;
font-size: small;
}
dt {
clear: both;
font-weight: bold;
padding: 0.3em;
position: absolute;
width: 8.4em;
}
dd {
margin: 0;
padding: 0.3em 0.3em 0.3em 9em;
}
dd.seealso {
column-count: 4;
}
dd.seealso a {
display: block;
}
a.external {
background: none;
padding-right: 0;
}
code {
border: #25A1A1 dashed 1px;
display: block;
white-space: pre;
}
span.gvi2 {
background-color: #CCC;
display: inline-block;
font-size: 12px;
height: 32px;
margin: 1px;
overflow: hidden;
position: relative;
text-align: center;
vertical-align: middle;
width: 32px;
}
span.gvi2 span.icon {
background-color: #FFF;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1em;
text-align: center;
}
span.gvi2 span.version {
box-sizing: border-box;
display: block;
font-family: consolas,monospace;
font-weight: bold;
line-height: 1em;
max-height: 1em;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
span.gvi2 span.version a {
display: block;
color: inherit !important;
font-size: 0.65rem;
}