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

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


/* Common styling for all main page boxes */
.mp-h2,
.mp-box {
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
    border: 1px solid #DE1E22; /* Red border */
border: 1px solid #aaa; /* all border colors overridden on specific elements */
    padding: 0.5em;
margin: 0.5em 0;
    margin-top: 4px;
padding: 0.2em 0.4em;
    background: #E86E53; /* Tiger Lily background */
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
}


/* Styling for main headings */
.mp-later {
.mp-h2 {
font-size: 85%;
    border: 1px solid #DE1E22; /* Red border */
font-weight: normal;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
    font-family: inherit;
    background: #81AC5B; /* Kelly Green background */
    color: #fff; /* White text color for better contrast */
}
}


/* Styling for subheadings */
#mp-topbanner {
.mp-later {
background: #f9f9f9;
    font-size: 85%;
border-color: #ddd;
    font-weight: normal;
}
}


/* Welcome section */
#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 {
font-size: 95%;
}
 
#articlecount {
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 {
background: #fffaf5;
border-color: #f2e0ce;
}
 
#mp-left,
#mp-right {
background: #f5faff;
border-color: #cedff2;
width: 100%; /* make both left and right sections take full width */
}
 
#mp-left .mp-h2,
#mp-right .mp-h2 {
background: #cedff2;
border-color: #a3b0bf;
}
}


/* Responsive adjustments */
@media (min-width: 875px) {
@media (max-width: 875px) {
#mp-upper {
    /* Specific adjustments for smaller screens if needed */
display: block; /* revert back to block display for upper content */
}
}
}

Revision as of 21:28, 4 April 2024

.ca-talk { display:none!important; }
/* {{pp|small=yes}} */
.mp-box {
	border: 1px solid #aaa; /* all border colors overridden on specific elements */
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	border: 1px solid #aaa; /* all border colors overridden on specific elements */
	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: #f9f9f9;
	border-color: #ddd;
}

#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: #fffaf5;
	border-color: #f2e0ce;
}

#mp-left,
#mp-right {
	background: #f5faff;
	border-color: #cedff2;
	width: 100%; /* make both left and right sections take full width */
}

#mp-left .mp-h2,
#mp-right .mp-h2 {
	background: #cedff2;
	border-color: #a3b0bf;
}

@media (min-width: 875px) {
	#mp-upper {
		display: block; /* revert back to block display for upper content */
	}
}