Jump to content

MediaWiki:Common.css: Difference between revisions

From Adaris
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* 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);
}

Latest revision as of 01:28, 8 September 2024