MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Wikiadmin1 (talk | contribs) No edit summary |
Wikiadmin1 (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
} | } | ||
.pg-periodic-system-column { | .pg-periodic-system-column { | ||
margin: 8px; | |||
border: 4px; | |||
top: 100%; | top: 100%; | ||
left: 0%; | left: 0%; | ||
Revision as of 14:45, 28 January 2023
/* CSS placed here will be applied to all skins */
body.page-Main_Page #mp-topbanner {
clear: both;
}
body.page-Main_Page h1.firstHeading {
visibility: hidden;
font-size: 0;
}
.pg-periodic-system-of-actions {
background-color: yellow;
border: 1px solid;
}
.pg-periodic-system-column {
margin: 8px;
border: 4px;
top: 100%;
left: 0%;
background-color: blue;
border: 1px solid;
}
.pg-periodic-system-cell {
background-color: red;
border: 1px solid;
text-align: center;
}