MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 75: | Line 75: | ||
} | } | ||
. | .lightbox_container { | ||
position: fixed; | position: fixed; | ||
left: 0px; | left: 0px; | ||
Line 81: | Line 81: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background-color: grey; | |||
opacity: 0.5; | |||
display: flex; | |||
justify-content: centered; | |||
align-items: center; | |||
position: relative; | |||
} | |||
.lightbox_background { | |||
background-color: grey; | |||
opacity: 0.5; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
.lightbox_gallery { | |||
} | } |
Revision as of 15:34, 25 June 2025
/* CSS placed here will be applied to all skins */
.toco_left {
float: left;
padding-right: 10px;
}
.toco_right {
float: right;
padding-left: 10px;
vertical-align:top;
}
.inline_block_display {
display: inline-block;
padding: 5px 5px 5px 5px;
margin: 5px 0px 0px 5px;
border: 1px solid #aaa;
background-color: #f8f9fa;
}
.invisible_inline_display {
display: inline-block;
padding: 5px 5px 5px 5px;
margin: 5px 0px 0px 5px;
}
.infobox {
border: 1px solid #aaa;
padding: 0.5em;
width: 300px;
background-color: #f8f9fa;
}
.infobox-content {
width: 100%;
}
.infobox-content th, .infobox-content td {
border: 1px solid #aaa;
padding: 0.3em;
}
.warningbox {
border: 2px solid #ff0000;
background-color: #ffe6e6;
padding: 10px;
margin: auto;
margin-top: 10px;
margin-bottom: 20px;
font-weight: bold;
width: 60%;
}
.small_warningbox {
border: 2px solid #ff0000;
background-color: #ffe6e6;
padding: 5px;
margin: auto;
margin-bottom: 5px;
}
.chart_table {
display: inline-block;
vertical-align: top;
padding-right: 15px;
}
.mw-collapsible-toggle {
float: none !important;
}
.wikitable td {
text-align: right;
}
.lightbox_container {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: grey;
opacity: 0.5;
display: flex;
justify-content: centered;
align-items: center;
position: relative;
}
.lightbox_background {
background-color: grey;
opacity: 0.5;
width: 100%;
height: 100%;
}
.lightbox_gallery {
}