Template:Main page/styles2.css: Difference between revisions

From WikiAnimal
mNo edit summary
No edit summary
Line 1: Line 1:
ca-talk { display:none!important; }
.ca-talk {
/* {{pp|small=yes}} */
    display: none !important;
}
 
.mp-box {
.mp-box {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
    border: 1px solid #6E4B3B;
padding: 0 0.5em 0.5em;
    padding: 0 0.5em 0.5em;
margin-top: 4px;
    margin-top: 4px;
}
}


.mp-h2,
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
body.skin-timeless .mp-h2 {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
    border: 1px solid #6E4B3B;
margin: 0.5em 0;
    margin: 0.5em 0;
padding: 0.2em 0.4em;
    padding: 0.2em 0.4em;
font-size: 120%;
    font-size: 120%;
font-weight: bold;
    font-weight: bold;
font-family: inherit;
    font-family: inherit;
}
}


.mp-later {
.mp-later {
font-size: 85%;
    font-size: 85%;
font-weight: normal;
    font-weight: normal;
}
}


#mp-topbanner {
#mp-topbanner {
background: #f9f9f9;
    background: #7FBCC2;
border-color: #ddd;
    border-color: #aaa;
}
}


#mp-welcomecount {
#mp-welcomecount {
text-align: center;
    text-align: center;
margin: 0.4em;
    margin: 0.4em;
}
}


#mp-welcome {
#mp-welcome {
font-size: 162%;
    font-size: 162%;
padding: 0.1em;
    padding: 0.1em;
}
}


#mp-welcome h1 {
#mp-welcome h1 {
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%;
}
}


#articlecount {
#articlecount {
font-size: 85%;
    font-size: 85%;
}
}


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


#mp-banner {
#mp-banner {
background: #fffaf5;
    background: #E86E3F;
border-color: #f2e0ce;
    border-color: #aaa;
}
}


#mp-left {
#mp-left {
background: #f2fff6;
    background: #1B4D3E;
border-color: #cef2e0;
    border-color: #aaa;
}
}


#mp-left .mp-h2 {
#mp-left .mp-h2 {
background: #c9f2c1;
    background: #1B4D3E;
border-color: #a3bfb1;
    border-color: #aaa;
}
}


#mp-right {
#mp-right {
background: #f2f7ff;
    background: #f5faff;
border-color: #cedff2;
    border-color: #cedff2;
}
}


#mp-right .mp-h2 {
#mp-right .mp-h2 {
background: #c1d7f2;
    background: #f5faff;
border-color: #a3b0bf;
    border-color: #cedff2;
}
}


#mp-middle {
#mp-middle {
background: #f4f9ff;
    background: #fff5fa;
border-color: #f2cedd;
    border-color: #f2cedd;
}
}


#mp-middle .mp-h2 {
#mp-middle .mp-h2 {
background: #f2cedd;
    background: #fff5fa;
border-color: #bfa3af;
    border-color: #f2cedd;
}
}


#mp-lower {
#mp-lower {
background: #faf5ff;
    background: #faf5ff;
border-color: #ddcef2;
    border-color: #ddcef2;
}
}


#mp-lower .mp-h2 {
#mp-lower .mp-h2 {
background: #ddcef2;
    background: #faf5ff;
border-color: #afa3bf;
    border-color: #ddcef2;
}
}


#mp-bottom {
#mp-bottom {
/* no background */
    /* no background */
border-color: #e2e2e2;
    border-color: #e2e2e2;
}
}


#mp-bottom .mp-h2 {
#mp-bottom .mp-h2 {
background: #eee;
    background: #eee;
border-color: #ddd;
    border-color: #ddd;
}
}


@media (max-width: 875px) {
@media (max-width: 875px) {
/* We need to improve Template:POTD as used on the main page so that these
    /* We need to improve Template:POTD as used on the main page so that these
* hacks aren't necessary */
    * hacks aren't necessary */
#mp-tfp table,
    #mp-tfp table,
#mp-tfp tr,
    #mp-tfp tr,
#mp-tfp td,
    #mp-tfp td,
#mp-tfp tbody {
    #mp-tfp tbody {
display: block !important;
        display: block !important;
width: 100% !important;
        width: 100% !important;
box-sizing: border-box;
        box-sizing: border-box;
}
    }


#mp-tfp tr:first-child td:first-child a {
    #mp-tfp tr:first-child td:first-child a {
text-align: center;
        text-align: center;
display: table;
        display: table;
margin: 0 auto;
        margin: 0 auto;
}
    }
}
}


@media (min-width: 875px) {
@media (min-width: 875px) {
#mp-upper {
    #mp-upper {
display: flex;
        display: flex;
}
    }
   
#mp-left {
    #mp-left {
flex: 1 1 50%;
        flex: 1 1 50%;
margin-right: 2px;
        margin-right: 2px;
}
    }
   
#mp-right {
    #mp-right {
flex: 1 1 50%;
        flex: 1 1 50%;
margin-left: 2px;
        margin-left: 2px;
}
    }
}
}

Revision as of 16:19, 4 April 2024

.ca-talk {
    display: none !important;
}

.mp-box {
    border: 1px solid #6E4B3B;
    padding: 0 0.5em 0.5em;
    margin-top: 4px;
}

.mp-h2,
body.skin-timeless .mp-h2 {
    border: 1px solid #6E4B3B;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
    font-family: inherit;
}

.mp-later {
    font-size: 85%;
    font-weight: normal;
}

#mp-topbanner {
    background: #7FBCC2;
    border-color: #aaa;
}

#mp-welcomecount {
    text-align: center;
    margin: 0.4em;
}

#mp-welcome {
    font-size: 162%;
    padding: 0.1em;
}

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

#mp-free {
    font-size: 95%;
}

#articlecount {
    font-size: 85%;
}

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

#mp-banner {
    background: #E86E3F;
    border-color: #aaa;
}

#mp-left {
    background: #1B4D3E;
    border-color: #aaa;
}

#mp-left .mp-h2 {
    background: #1B4D3E;
    border-color: #aaa;
}

#mp-right {
    background: #f5faff;
    border-color: #cedff2;
}

#mp-right .mp-h2 {
    background: #f5faff;
    border-color: #cedff2;
}

#mp-middle {
    background: #fff5fa;
    border-color: #f2cedd;
}

#mp-middle .mp-h2 {
    background: #fff5fa;
    border-color: #f2cedd;
}

#mp-lower {
    background: #faf5ff;
    border-color: #ddcef2;
}

#mp-lower .mp-h2 {
    background: #faf5ff;
    border-color: #ddcef2;
}

#mp-bottom {
    /* no background */
    border-color: #e2e2e2;
}

#mp-bottom .mp-h2 {
    background: #eee;
    border-color: #ddd;
}

@media (max-width: 875px) {
    /* We need to improve Template:POTD as used on the main page so that these
     * hacks aren't necessary */
    #mp-tfp table,
    #mp-tfp tr,
    #mp-tfp td,
    #mp-tfp tbody {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    #mp-tfp tr:first-child td:first-child a {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
}

@media (min-width: 875px) {
    #mp-upper {
        display: flex;
    }
    
    #mp-left {
        flex: 1 1 50%;
        margin-right: 2px;
    }
    
    #mp-right {
        flex: 1 1 50%;
        margin-left: 2px;
    }
}