Template:Main Page/styles.css: Difference between revisions

m Protected "Template:Main Page/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Tag: Reverted
Line 152: Line 152:
     font-size: 1em;
     font-size: 1em;
     margin-bottom: 2em;
     margin-bottom: 2em;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
  line-height: 1.6;
  color: #333;
}
.wiki-box {
  background-color: #e9e0f7; /* Light purple */
  border: 1px solid #c6b9e0;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.wiki-heading {
  background-color: #d3c3ec; /* Darker purple */
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 15px;
  margin: -15px -20px 10px -20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #c6b9e0;
}
a {
  color: #3d3db3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
}