Jump to content

MediaWiki:Common.css

From Adaris
Revision as of 20:06, 31 August 2024 by Oros (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* General styles for the main page */
body.page-Main_Page {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

h2 {
  color: #333;
  margin-top: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

.gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery img {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}