Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Manual revert |
||
Line 8: | Line 8: | ||
} | } | ||
span.gvi2 { | |||
background-color: #CCC; | background-color: #CCC; | ||
display: inline-block; | display: inline-block; | ||
Line 21: | Line 21: | ||
} | } | ||
span.gvi2 span.icon { | |||
background-color: #FFF; | background-color: #FFF; | ||
display: flex; | display: flex; | ||
Line 35: | Line 35: | ||
} | } | ||
span.gvi2 span.version { | |||
box-sizing: border-box; | box-sizing: border-box; | ||
display: block; | display: block; | ||
Line 48: | Line 48: | ||
} | } | ||
span.gvi2 span.version a { | |||
display: block; | display: block; | ||
color: inherit !important; | color: inherit !important; | ||
} | } |
Revision as of 01:08, 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;
}