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

No edit summary
No edit summary
Line 7: Line 7:
}
}


.mp-h2,
.skin-timeless .mp-h2 {
    border: 1px solid #D4C5A0; /* Softer, lighter border */
    margin: 0.5em 0;
    padding: 0.4em 0.6em;
    font-size: 120%;
    font-weight: bold;
    color: #4F3C28; /* Dark brown for contrast */
    background-color: #E9DAC1; /* Softer, luminous gold */
}


/* Less prominent text */
/* Less prominent text */
Line 264: Line 274:
     font-size: 1.2em;
     font-size: 1.2em;
     font-weight: bold;
     font-weight: bold;
     color: #4F3C28;
     color: #4F3C28;;
     text-decoration: none;
     text-decoration: none;
     padding: 10px 15px;
     padding: 10px 15px;
     background-color: #D6B6E6;
     background-color: #E9DAC1;
     border: 2px solid #804093;
     border: 2px solid #D4C5A0;
     border-radius: 10px;
     border-radius: 10px;
     text-align: center;
     text-align: center;