No edit summary
m Protected "Template:Main Page/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(20 intermediate revisions by the same user not shown)
Line 3: Line 3:
     background-color: #1f2937;
     background-color: #1f2937;
     padding: 2em 1em;
     padding: 2em 1em;
    border-radius: 8px;
     margin-bottom: 1em;
     margin-bottom: 1em;
     text-align: center;
     text-align: center;
Line 101: Line 102:




/* Featured box styling for Main_Page */
 
.featured-box {
 
  font-family: sans-serif;
.fp-info-box {
  font-size: 0.9em;
    background-color: #f1f5f9;
  border: 1px solid #a2a9b1;
    border-left: 5px solid #3b82f6;
  background-color: #f8f9fa;
    padding: 1em;
  max-width: 720px;
    border-radius: 6px;
  margin: 1em auto;
    margin-bottom: 1em;
    font-size: 1em;
}
}


.featured-header {
 
  background-color: #eaecf0;
 
  padding: 0.4em 1em;
 
  font-weight: bold;
 
  border-bottom: 1px solid #a2a9b1;
 
  background: #d8cef6; /* Pale violet from your screenshot */
.fp-grid-box {
    display: flex;
    gap: 1em;
    justify-content: space-around;
    margin-bottom: 1em;
}
}


.featured-content {
.fp-grid-card {
  padding: 1em;
    flex: 1;
  background-color: #ffffff;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1em;
    text-align: center;
    font-size: 1.1em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
}


.featured-content img {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  height: auto;
}


.featured-content a {
  color: #0645ad;
  text-decoration: none;
}


.featured-content a:hover {
  text-decoration: underline;
}


.photo-credit, .footer-links {
 
  font-size: 0.8em;
 
  color: #444;
 
  margin-top: 0.8em;
 
 
.fp-box-purple {
    background-color: #f3e8fd;
    border-left: 5px solid #9b51e0;
    padding: 2em;
    border-radius: 8px;
    line-height: 1.7;
    font-size: 1em;
    margin-bottom: 2em;
}
}