MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .infobox { float: right; margin: 0 0 0.5em 1em; width: 252px; clear: right; border: 1px solid #a9a9a9;...") |
No edit summary |
||
Line 13: | Line 13: | ||
font-family: "Alegreya Sans",sans-serif; | font-family: "Alegreya Sans",sans-serif; | ||
box-shadow: 0.3125em 0.3125em 0.3125em rgb(0 0 0 / 20%); | box-shadow: 0.3125em 0.3125em 0.3125em rgb(0 0 0 / 20%); | ||
} | |||
table.navbox { | |||
border: 1px solid #a9a9a9; | |||
clear: both; | |||
font-size: 0.95em; | |||
height: 8pt; | |||
margin: 1em 0 0 0; | |||
padding: 1px; | |||
text-align: center; | |||
width: 100%; | |||
background-color: #f5f5dc; | |||
font-family: "Alegreya Sans",sans-serif; | |||
} | |||
table { | |||
border-collapse: separate; | |||
text-indent: initial; | |||
border-spacing: 2px; | |||
} | } |
Revision as of 11:20, 25 August 2022
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin: 0 0 0.5em 1em;
width: 252px;
clear: right;
border: 1px solid #a9a9a9;
font-size: 0.9em;
color: #000000;
padding: 0;
border-collapse: collapse;
background-color: #f5f5dc;
font-family: "Alegreya Sans",sans-serif;
box-shadow: 0.3125em 0.3125em 0.3125em rgb(0 0 0 / 20%);
}
table.navbox {
border: 1px solid #a9a9a9;
clear: both;
font-size: 0.95em;
height: 8pt;
margin: 1em 0 0 0;
padding: 1px;
text-align: center;
width: 100%;
background-color: #f5f5dc;
font-family: "Alegreya Sans",sans-serif;
}
table {
border-collapse: separate;
text-indent: initial;
border-spacing: 2px;
}