Jump to content

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

From Adaris
No edit summary
Tag: Manual revert
No edit summary
Tag: Manual revert
 
(65 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Ensure both the left and right boxes have equal heights */
#mp-left, #mp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures the content and buttons are properly spaced */
}
/* General styling for boxes and headings */
/* General styling for boxes and headings */
.mp-box {
.mp-box {
border: 1px solid #6e6543; /* A warm earthy border */
    border: 1px solid #D4C5A0; /* A soft, warm border */
padding: 0 0.5em 0.5em;
    padding: 0 0.5em 0.5em;
margin-top: 4px;
    margin-top: 2px;
background-color: #f4f0e6; /* Light parchment-like background for a magical, old-world feel */
    background-color: #F7EFE3; /* Light parchment-like background for a magical, old-world feel */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures the button stays at the bottom */
    flex-grow: 1; /* Ensures boxes grow equally to fill available space */
}
}


.mp-h2,
.mp-h2,
body.skin-timeless .mp-h2 {
.skin-timeless .mp-h2 {
border: 1px solid #6e6543; /* Earthy borders */
    border: 1px solid #D4C5A0; /* Softer, lighter border */
margin: 0.5em 0;
    margin: 0.5em 0;
padding: 0.2em 0.4em;
    padding: 0.4em 0.6em;
font-size: 120%;
    font-size: 120%;
font-weight: bold;
    font-weight: bold;
font-family: inherit;
    color: #4F3C28; /* Dark brown for contrast */
color: #5a3b91; /* Deep magical purple for headings */
    background-color: #E9DAC1; /* Softer, luminous gold */
background-color: #e2c084; /* Luminous gold for heading backgrounds */
}
}


/* Less prominent text */
/* Less prominent text */
.mp-later {
.mp-later {
font-size: 85%;
    font-size: 85%;
font-weight: normal;
    font-weight: normal;
color: #9159b3; /* Light magical lavender for minor text */
    color: #705D4E; /* Softer, warm brown for minor text */
}
}


/* Welcome text at the top */
/* Welcome text at the top */
#mp-welcomecount {
#mp-welcomecount {
text-align: center;
    text-align: center;
margin: 0.4em;
    margin: 0.4em;
}
}


#mp-welcome {
#mp-welcome {
font-size: 162%;
text-align: center;
padding: 0.1em;
    font-size: 162%;
color: #5a3b91; /* The same deep magical purple for the welcome text */
    padding: 0.1em;
    color: #4F3C28; /* Dark brown for welcome text */
}
}


#mp-welcome h1,
#mp-welcome h1,
#mp-welcome .mw-heading1 {
#mp-welcome .mw-heading1 {
font-size: inherit;
    font-size: inherit;
font-family: inherit;
    font-family: inherit;
display: inline;
    display: inline;
border: none;
    border: none;
}
}


#mp-free {
#mp-free {
font-size: 95%;
    font-size: 95%;
color: #3b6e47; /* Rich green to suggest nature and magic */
    color: #4F3C28; /* Darker, neutral brown */
}
}


#articlecount {
#articlecount {
font-size: 85%;
    font-size: 85%;
color: #9159b3; /* Slightly softer lavender for article count */
    color: #705D4E; /* Softer warm brown */
}
}


/* Clear floats */
/* Clear floats */
.mp-contains-float::after {
.mp-contains-float::after {
content: "";
    content: "";
display: block;
    display: block;
clear: both;
    clear: both;
}
}


/* Flexbox for layout on larger screens */
/* Flexbox for layout on larger screens */
@media (min-width: 875px) {
@media (min-width: 875px) {
#mp-upper {
    #mp-upper {
display: flex;
        display: flex;
}
        justify-content: space-between;
        align-items: stretch; /* Makes sure the boxes stretch to the same height */
#mp-left {
    }
flex: 1 1 55%;
 
margin-right: 2px;
    #mp-left {
}
        flex: 1 1 55%;
        margin-right: 2px;
#mp-right {
    }
flex: 1 1 45%;
   
margin-left: 2px;
    #mp-right {
}
        flex: 1 1 45%;
        margin-left: 2px;
    }
}
}


/* Color scheme for specific sections */
/* Color scheme for specific sections */
@media screen {
@media screen {
#mp-topbanner {
    #mp-topbanner {
background-color: #f4f0e6; /* Light parchment background */
        background-color: #f9f6f0; /* Light parchment background */
border-color: #6e6543; /* Warm earthy border */
        border-color: #D4C5A0; /* Soft, warm border */
}
    }
   
#mp-banner {
    #mp-banner {
background-color: #e2c084; /* Luminous gold background */
        background-color: #E9DAC1; /* Luminous gold background */
border-color: #b0915a; /* Regal gold border */
        border-color: #B0915A; /* Regal gold border */
}
    }
   
#mp-left {
    #mp-left {
background-color: #e6f7ee; /* Soft teal for the left column, reflecting tranquility and nature */
        background-color: #F4ECE3; /* Light cream for left column */
border-color: #3b6e47; /* Rich green border */
        border-color: #D4C5A0; /* Soft neutral border */
}
    }
   
#mp-left .mp-h2 {
    #mp-left .mp-h2 {
background-color: #c4e6d0; /* Soft green for a natural vibe */
        background-color: #E9DAC1; /* Soft gold background */
border-color: #2e573b; /* Darker green border */
        border-color: #D4C5A0; /* Warm neutral border */
}
        padding-left: 10px;
        border: 2px solid #D4C5A0;
#mp-right {
        margin: 0.5em 0;
background-color: #f4e1e8; /* Soft pink for an enchanted look */
        font-size: 120%;
border-color: #9159b3; /* Deep lavender for a magical touch */
        font-weight: bold;
}
        color: #4F3C28; /* Dark brown text */
    }
#mp-right .mp-h2 {
   
background-color: #dab4e3; /* Muted lavender for a soft, magical feel */
    #mp-right {
border-color: #804093; /* Darker purple for contrast */
        background-color: #F4E1E8; /* Soft pink for an enchanted look */
}
        border-color: #D4C5A0; /* Softer border */
    }
#mp-middle {
   
background-color: #f4f0e6; /* Parchment-like background for a classic fantasy vibe */
    #mp-right .mp-h2 {
border-color: #8b5a2f; /* Warm brown for an earthy touch */
        background-color: #D6B6E6; /* Muted lavender for a soft, magical feel */
}
        border-color: #804093; /* Darker purple for contrast */
        padding-left: 10px;
#mp-middle .mp-h2 {
        border: 2px solid #D4C5A0;
background-color: #e2c084; /* Rich gold background */
        margin: 0.5em 0;
border-color: #b0915a; /* Deep gold border */
        font-size: 120%;
}
        font-weight: bold;
        color: #4F3C28; /* Dark brown */
#mp-lower {
    }
background-color: #f3e6f7; /* Pale lavender for the lower section */
   
border-color: #b591d3; /* Softer purple border */
    #mp-middle {
}
        background-color: #F7EFE3;
        border-color: #B0915A;
#mp-lower .mp-h2 {
    }
background-color: #d6b6e6; /* Richer lavender for headings */
   
border-color: #7f3b93; /* Darker purple for a magical touch */
    #mp-middle .mp-h2 {
}
        background-color: #E9DAC1; /* Light parchment with contrast */
        border-color: #B0915A;
#mp-bottom {
    }
border-color: #6e6543; /* Earthy brownish border for the bottom */
   
}
    #mp-lower {
        background-color: #F3E6F7; /* Pale lavender for lower section */
#mp-bottom .mp-h2 {
        border-color: #B591D3; /* Subtle lavender */
background-color: #f0e6d8; /* Soft parchment background */
    }
border-color: #b09d84; /* Warm brown border */
   
}
    #mp-lower .mp-h2 {
        background-color: #D6B6E6; /* Richer lavender for headings */
        border-color: #7F3B93; /* Darker purple */
        padding-left: 10px;
        border: 2px solid #D4C5A0;
        margin: 0.5em 0;
        font-size: 120%;
        font-weight: bold;
        color: #4F3C28; /* Dark brown for readability */
    }
   
    #mp-bottom {
        border-color: #D4C5A0; /* Neutral border for the bottom */
    }
   
    #mp-bottom .mp-h2 {
        background-color: #F0E6D8;
        border-color: #B09D84;
    }
}
}


/* Dark mode color scheme */
/* Dark mode color scheme */
html.skin-theme-clientpref-night #mp-topbanner {
html.skin-theme-clientpref-night #mp-topbanner {
background-color: #23282a;
    background-color: #23282A;
border-color: #5f5348;
    border-color: #5F5348;
}
}


html.skin-theme-clientpref-night #mp-banner {
html.skin-theme-clientpref-night #mp-banner {
background-color: #5f3b63;
    background-color: #5F3B63;
border-color: #87638f;
    border-color: #87638F;
}
}


html.skin-theme-clientpref-night #mp-left {
html.skin-theme-clientpref-night #mp-left {
background-color: #23342f;
    background-color: #23342F;
border-color: #2e573b;
    border-color: #2E573B;
}
}


html.skin-theme-clientpref-night #mp-left .mp-h2 {
html.skin-theme-clientpref-night #mp-left .mp-h2 {
background-color: #2e573b;
    background-color: #2E573B;
border-color: #416b51;
    border-color: #416B51;
}
}


html.skin-theme-clientpref-night #mp-right {
html.skin-theme-clientpref-night #mp-right {
background-color: #362337;
    background-color: #362337;
border-color: #7a497f;
    border-color: #7A497F;
}
}


html.skin-theme-clientpref-night #mp-right .mp-h2 {
html.skin-theme-clientpref-night #mp-right .mp-h2 {
background-color: #7a497f;
    background-color: #7A497F;
border-color: #9f65a4;
    border-color: #9F65A4;
}
}


html.skin-theme-clientpref-night #mp-middle {
html.skin-theme-clientpref-night #mp-middle {
background-color: #4f3b31;
    background-color: #4F3B31;
border-color: #75413d;
    border-color: #75413D;
}
}


html.skin-theme-clientpref-night #mp-lower {
html.skin-theme-clientpref-night #mp-lower {
background-color: #362744;
    background-color: #362744;
border-color: #6a578d;
    border-color: #6A578D;
}
}


html.skin-theme-clientpref-night #mp-bottom {
html.skin-theme-clientpref-night #mp-bottom {
border-color: #5f5348;
    border-color: #5F5348;
}
}


html.skin-theme-clientpref-night #mp-bottom .mp-h2 {
html.skin-theme-clientpref-night #mp-bottom .mp-h2 {
background-color: #4b423d;
    background-color: #4B423D;
border-color: #7f5f53;
    border-color: #7F5F53;
}
 
/* Styling for Explore more button */
.explore-more {
    margin-top: auto; /* Pushes the button to the bottom */
    display: flex;
    justify-content: center;
}
}


/* Button-like styling for "Read the full article" and "Explore More" links */
.explore-more p a {
.explore-more p a {
     font-size: 1.2em;
     font-size: 1.2em;
     font-weight: bold;
     font-weight: bold;
     color: #5a3b91; /* Rich purple for links */
     color: #5a3b91; /* Rich purple */
     text-decoration: none;
     text-decoration: none;
     padding: 10px 15px;
     padding: 10px 15px;
Line 211: Line 248:
     color: #ffffff; /* White text on hover */
     color: #ffffff; /* White text on hover */
}
}
.read-more a {
    font-size: 1.2em;
    font-weight: bold;
    color: #5a3b91; /* Rich purple */
    text-decoration: none;
    padding: 10px 15px;
    background-color: #dab4e3; /* Soft lavender */
    border: 2px solid #804093; /* Darker purple */
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.read-more a:hover {
    background-color: #804093;
    color: #ffffff;
}


/* Featured picture container styling */
/* Featured picture container styling */
#mp-tfp {
#mp-tfp {
     border: 1px solid #8f7a66; /* Border for the featured image container */
     border: 1px solid #8F7A66;
     padding: 10px;
     padding: 10px;
     border-radius: 5px;
     border-radius: 5px;
     background-color: #f3e6f7; /* Pale lavender background */
     background-color: #F3E6F7;
     text-align: center;
     text-align: center;
}
}
Line 245: Line 262:
     margin-top: 10px;
     margin-top: 10px;
     font-size: 0.9em;
     font-size: 0.9em;
     color: #5a3b91; /* Magical purple */
     color: #4F3C28;
    text-align: center;
    font-style: italic;
}
 
/* Ensure layout stays in two columns */
@media (min-width: 875px) {
    #mp-upper {
        display: flex;
        justify-content: space-between;
    }
}
 
/* Specific styling for Read More button */
.read-more {
    margin-top: auto; /* Pushes the button to the bottom */
    display: flex;
    justify-content: center;
}
 
.read-more a {
    font-size: 1.2em;
    font-weight: bold;
    color: #4F3C28;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #E9DAC1;
    border: 2px solid  #D4C5A0;
    border-radius: 10px;
     text-align: center;
     text-align: center;
     font-style: italic; /* Italic for captions */
     transition: background-color 0.3s, color 0.3s;
}
 
.read-more a:hover {
    background-color: #a89c88;
    color: #FFFFFF;
}
}

Latest revision as of 06:23, 8 September 2024

/* Ensure both the left and right boxes have equal heights */
#mp-left, #mp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures the content and buttons are properly spaced */
}

/* General styling for boxes and headings */
.mp-box {
    border: 1px solid #D4C5A0; /* A soft, warm border */
    padding: 0 0.5em 0.5em;
    margin-top: 2px;
    background-color: #F7EFE3; /* Light parchment-like background for a magical, old-world feel */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures the button stays at the bottom */
    flex-grow: 1; /* Ensures boxes grow equally to fill available space */
}

.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 */
.mp-later {
    font-size: 85%;
    font-weight: normal;
    color: #705D4E; /* Softer, warm brown for minor text */
}

/* Welcome text at the top */
#mp-welcomecount {
    text-align: center;
    margin: 0.4em;
}

#mp-welcome {
	text-align: center;
    font-size: 162%;
    padding: 0.1em;
    color: #4F3C28; /* Dark brown for welcome text */
}

#mp-welcome h1,
#mp-welcome .mw-heading1 {
    font-size: inherit;
    font-family: inherit;
    display: inline;
    border: none;
}

#mp-free {
    font-size: 95%;
    color: #4F3C28; /* Darker, neutral brown */
}

#articlecount {
    font-size: 85%;
    color: #705D4E; /* Softer warm brown */
}

/* Clear floats */
.mp-contains-float::after {
    content: "";
    display: block;
    clear: both;
}

/* Flexbox for layout on larger screens */
@media (min-width: 875px) {
    #mp-upper {
        display: flex;
        justify-content: space-between;
        align-items: stretch; /* Makes sure the boxes stretch to the same height */
    }

    #mp-left {
        flex: 1 1 55%;
        margin-right: 2px;
    }
    
    #mp-right {
        flex: 1 1 45%;
        margin-left: 2px;
    }
}

/* Color scheme for specific sections */
@media screen {
    #mp-topbanner {
        background-color: #f9f6f0; /* Light parchment background */
        border-color: #D4C5A0; /* Soft, warm border */
    }
    
    #mp-banner {
        background-color: #E9DAC1; /* Luminous gold background */
        border-color: #B0915A; /* Regal gold border */
    }
    
    #mp-left {
        background-color: #F4ECE3; /* Light cream for left column */
        border-color: #D4C5A0; /* Soft neutral border */
    }
    
    #mp-left .mp-h2 {
        background-color: #E9DAC1; /* Soft gold background */
        border-color: #D4C5A0; /* Warm neutral border */
        padding-left: 10px;
        border: 2px solid #D4C5A0;
        margin: 0.5em 0;
        font-size: 120%;
        font-weight: bold;
        color: #4F3C28; /* Dark brown text */
    }
    
    #mp-right {
        background-color: #F4E1E8; /* Soft pink for an enchanted look */
        border-color: #D4C5A0; /* Softer border */
    }
    
    #mp-right .mp-h2 {
        background-color: #D6B6E6; /* Muted lavender for a soft, magical feel */
        border-color: #804093; /* Darker purple for contrast */
        padding-left: 10px;
        border: 2px solid #D4C5A0;
        margin: 0.5em 0;
        font-size: 120%;
        font-weight: bold;
        color: #4F3C28; /* Dark brown */
    }
    
    #mp-middle {
        background-color: #F7EFE3;
        border-color: #B0915A;
    }
    
    #mp-middle .mp-h2 {
        background-color: #E9DAC1; /* Light parchment with contrast */
        border-color: #B0915A;
    }
    
    #mp-lower {
        background-color: #F3E6F7; /* Pale lavender for lower section */
        border-color: #B591D3; /* Subtle lavender */
    }
    
    #mp-lower .mp-h2 {
        background-color: #D6B6E6; /* Richer lavender for headings */
        border-color: #7F3B93; /* Darker purple */
        padding-left: 10px;
        border: 2px solid #D4C5A0;
        margin: 0.5em 0;
        font-size: 120%;
        font-weight: bold;
        color: #4F3C28; /* Dark brown for readability */
    }
    
    #mp-bottom {
        border-color: #D4C5A0; /* Neutral border for the bottom */
    }
    
    #mp-bottom .mp-h2 {
        background-color: #F0E6D8;
        border-color: #B09D84;
    }
}

/* Dark mode color scheme */
html.skin-theme-clientpref-night #mp-topbanner {
    background-color: #23282A;
    border-color: #5F5348;
}

html.skin-theme-clientpref-night #mp-banner {
    background-color: #5F3B63;
    border-color: #87638F;
}

html.skin-theme-clientpref-night #mp-left {
    background-color: #23342F;
    border-color: #2E573B;
}

html.skin-theme-clientpref-night #mp-left .mp-h2 {
    background-color: #2E573B;
    border-color: #416B51;
}

html.skin-theme-clientpref-night #mp-right {
    background-color: #362337;
    border-color: #7A497F;
}

html.skin-theme-clientpref-night #mp-right .mp-h2 {
    background-color: #7A497F;
    border-color: #9F65A4;
}

html.skin-theme-clientpref-night #mp-middle {
    background-color: #4F3B31;
    border-color: #75413D;
}

html.skin-theme-clientpref-night #mp-lower {
    background-color: #362744;
    border-color: #6A578D;
}

html.skin-theme-clientpref-night #mp-bottom {
    border-color: #5F5348;
}

html.skin-theme-clientpref-night #mp-bottom .mp-h2 {
    background-color: #4B423D;
    border-color: #7F5F53;
}

/* Styling for Explore more button */
.explore-more {
    margin-top: auto; /* Pushes the button to the bottom */
    display: flex;
    justify-content: center;
}

.explore-more p a {
    font-size: 1.2em;
    font-weight: bold;
    color: #5a3b91; /* Rich purple */
    text-decoration: none;
    padding: 10px 15px;
    background-color: #dab4e3; /* Soft magical lavender background */
    border: 2px solid #804093; /* Darker purple border */
    border-radius: 10px; /* Pronounced rounded corners */
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.explore-more p a:hover {
    background-color: #804093; /* Darker magical purple on hover */
    color: #ffffff; /* White text on hover */
}

/* Featured picture container styling */
#mp-tfp {
    border: 1px solid #8F7A66;
    padding: 10px;
    border-radius: 5px;
    background-color: #F3E6F7;
    text-align: center;
}

/* Featured caption styling */
.featured-caption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #4F3C28;
    text-align: center;
    font-style: italic;
}

/* Ensure layout stays in two columns */
@media (min-width: 875px) {
    #mp-upper {
        display: flex;
        justify-content: space-between;
    }
}

/* Specific styling for Read More button */
.read-more {
    margin-top: auto; /* Pushes the button to the bottom */
    display: flex;
    justify-content: center;
}

.read-more a {
    font-size: 1.2em;
    font-weight: bold;
    color: #4F3C28;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #E9DAC1;
    border: 2px solid  #D4C5A0;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.read-more a:hover {
    background-color: #a89c88;
    color: #FFFFFF;
}