MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
{{#css:
{{#css:
body {
  body {
     background-color: #f0f0f0; /* Изменение фона для проверки */
     background: yellow;
}
    font-size: 20pt;
    color: red;
  }
}}
}}

Revision as of 02:45, 21 August 2024

{{#css:
  body {
    background: yellow;
    font-size: 20pt;
    color: red;
  }
}}