Last edited 3 years ago
by Sherman

MediaWiki:Main.css: Difference between revisions

No categories assignedEdit
(Main CSS)
 
(Add CSS for portal links)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
citsci-text-box {
.portal_link_small{
border-radius: 25px;
width:24%;
border: 2px solid #73AD21;
min-height:200px;
padding: 10pt;  
background:#FFF;
width: 60%;
text-align:center;
margin: auto;
display:inline-block;
align-items:center;
margin-bottom:10px;
vertical-align: top;
}
.portal_link_small > div{
margin:0 auto;
padding:20px;
display: block;
z-index: 4;
}
.portal_link_small h3{
font-size:1.6rem;
}
.portal_link_small p{
font-size:1rem;
}
}

Latest revision as of 15:14, 25 November 2020

.portal_link_small{
	width:24%;
	min-height:200px;
	background:#FFF;
	text-align:center;
	display:inline-block;
	align-items:center;
	margin-bottom:10px;
	vertical-align: top;
}
	
.portal_link_small > div{
	margin:0 auto;
	padding:20px;
	display: block;
	z-index: 4;
}
	
.portal_link_small h3{
	font-size:1.6rem;
}
	
.portal_link_small p{
	font-size:1rem;
}