MediaWiki:Common.css
Note: After publishing, 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.
/* CSS placed here will be applied to all skins */
#footer-unitaico{
float: none!important;
}
.in-front{
z-index:1000;
}
.to-back{
z-index: -1;
}
/* === Custom info box styling ===*/
table.customInfoTable {
float: right;
clear: right;
background-color: #EEEEEE;
border-collapse: collapse;
border-width: 1px;
border-color: lightgrey;
border-style: solid;
color: #000000;
margin: 16px;
max-width:420px;
}
table.customInfoTable pre {
display: none; /* or */
all: unset; /* to remove all styles */
}
table.customInfoTable tr:first-child {
font-size: larger;
}
table.customInfoTable td:last-child {
text-align: right;
}
table.customInfoTable td, table.customInfoTable th {
border-width: 1px 0 1px 0;
border-color: lightgrey;
border-style: solid;
padding: 5px;
}
table.centered-table th,
table.centered-table td {
vertical-align: middle; /* Vertically center the content */
text-align: left; /* Horizontally align the text to the left */
}
.noticebox {
border: 1px solid red;
background-color: #FFCCCC;
padding: 10px;
margin: 1em 0;
}