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

No edit summary
No edit summary
Line 33: Line 33:
}
}


/* End Welcome Box */




Line 94: Line 95:
a:hover {
a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
/* End Four Box */
/* Featured picture box style */
.featured-box {
  font-family: sans-serif;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 0;
  width: 100%;
  max-width: 720px;
  margin: 20px auto;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.featured-header {
  background-color: #dcd0eb;
  padding: 6px 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.featured-content {
  padding: 10px;
  background-color: #fff;
}
.featured-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}
.featured-content a {
  color: #0645ad;
  text-decoration: none;
}
.featured-content a:hover {
  text-decoration: underline;
}
.photo-credit {
  font-size: 0.8em;
  color: #555;
  margin-top: 10px;
}
.footer-links {
  font-size: 0.8em;
  color: #333;
  margin-top: 10px;
}
}