Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "._description .top-icons .gvi-icons { display: inline-block; } ._description .top-icons .top-icons-info { color: grey; font-size: small; } span.gvi2 { backgr...") |
|||
Line 46: | Line 46: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
} | |||
span.gvi2 span.version a { | |||
display: block; | |||
color: inherit !important; | |||
} | } |
Revision as of 00:59, 4 November 2022
._description .top-icons .gvi-icons {
display: inline-block;
}
._description .top-icons .top-icons-info {
color: grey;
font-size: small;
}
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;
}