From Continuum Universes Wiki
|
|
(28 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| @import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap');
| | .welcome { |
| .mwe-popups-extract p { | | text-align: center; |
| display: block !important;
| | font-size: 4em; |
| visibility: visible !important;
| |
| }
| |
| | |
| .mwe-popups-extract .portable-infobox {
| |
| display: none !important; /* Ensure infobox doesn't interfere */
| |
| }
| |
| .copyright-warning {
| |
| color: var(--color-base);
| |
| font-size: 11px;
| |
| margin: 0 0 10px;
| |
| width: 700px;
| |
| max-width: 100%;
| |
| }
| |
| .create-title {
| |
| color: var(--color-base);
| |
| border: 1px solid var(--color-subtle);
| |
| }
| |
| .filehistory {
| |
| max-width: 100%;
| |
| } | | } |
Latest revision as of 23:10, 5 July 2025
.welcome {
text-align: center;
font-size: 4em;
}