Research Realm:Main Page/styles.css: Difference between revisions

From Research Realm
No edit summary
No edit summary
Line 4: Line 4:
margin-top: 4px;
margin-top: 4px;
}
}
/* Welcome text */


#mp-welcomecount {
#mp-welcomecount {
Line 19: Line 21:
margin: 0;
margin: 0;
border-bottom: 0
border-bottom: 0
}
#mp-welcome h1 {
border-bottom: solid 1px #000;
text-shadow: 1px 2px 3px #999;
box-shadow: 0 4px 6px -6px #000;
}
}


Line 25: Line 33:
}
}


#mp-subjects {
/* Bottom text */
column-count: 5;
column-rule: solid 1px #b8b8b8;
}


#mp-welcome h1 {
#mp-contribute {
border-bottom: solid 1px #000;
text-shadow: 1px 1px 2px #999;
text-shadow: 1px 2px 3px #999;
box-shadow: 0 4px 6px -6px #000;
}
}



Revision as of 10:35, 16 October 2025

.mp-box {
	border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

/* Welcome text */

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

#mp-welcome {
	padding: 0.1em;
	margin-top: 0.5em;
}

#mp-welcome h1,
#mp-welcome .mw-heading1 {
	margin: 0;
	border-bottom: 0
}

#mp-welcome h1 {
	border-bottom: solid 1px #000;
	text-shadow: 1px 2px 3px #999;
	box-shadow: 0 4px 6px -6px #000;
}

#articlecount {
	font-size: 85%;
}

/* Bottom text */

#mp-contribute {
	text-shadow: 1px 1px 2px #999;
}

@media screen {
	#mp-topbanner {
		background-color: #eee;
		border-color: #b8b8b8;
	}
}