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

No edit summary
No edit summary
Line 139: Line 139:




 
.fp-article-box {
.fp-colored-box {
     background-color: #ffffff;
     background: #fef9c3;
     border: 1px solid #d1d5db;
     border-left: 6px solid #facc15;
     padding: 2em;
     padding: 1em;
     border-radius: 8px;
     border-radius: 8px;
     font-size: 1em;
     font-size: 1em;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 2em;
}
.fp-article-heading {
    text-align: center;
    font-size: 1.5em;
    font-family: Georgia, serif;
     margin-bottom: 1em;
     margin-bottom: 1em;
    color: #1a1a1a;
}
}