Difference between revisions of "MediaWiki:Common.css"

m
m
Line 21: Line 21:
 
{
 
{
 
color: #555555;
 
color: #555555;
font-size: 20px;
+
font-size: 12px;
 
cursor: pointer;
 
cursor: pointer;
background: #ffddcc;
 
 
padding: 2px 4px 2px 4px;
 
padding: 2px 4px 2px 4px;
 
}
 
}

Revision as of 14:28, 10 December 2015

/* CSS placed here will be applied to all skins */

.reftitle {
    font-weight: bold; 
    color:#002147;
    font-size:110%;
}


.refabstract {
    text-align: justify;
    text-justify: inter-word;
}


#reftable {
    border-collapse: collapse;
}

.ref-pg-normal
{
	color: #555555;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}