MediaWiki:Common.css

From cluster wiki
Revision as of 03:47, 4 November 2022 by Eric (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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 {
    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;
}