Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
position: absolute; | position: absolute; | ||
width: 8.4em; | width: 8.4em; | ||
} | |||
._description dd { | |||
margin: 0; | |||
padding: 0.3em 0.3em 0.3em 9em; | |||
} | } | ||
Revision as of 02:50, 4 November 2022
._description .top-icons .gvi-icons {
display: inline-block;
}
._description .top-icons .top-icons-info {
color: grey;
font-size: small;
}
._description dt {
clear: both;
font-weight: bold;
padding: 0.3em;
position: absolute;
width: 8.4em;
}
._description dd {
margin: 0;
padding: 0.3em 0.3em 0.3em 9em;
}
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;
}