Difference between revisions of "MediaWiki:Common.css"

m
m
Line 4: Line 4:
 
     font-weight: bold;  
 
     font-weight: bold;  
 
     color:#002147;
 
     color:#002147;
     font-size:110%;
+
     font-size:120%;
 
}
 
}
  
Line 16: Line 16:
 
#reftable {
 
#reftable {
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 +
}
 +
 +
#refnav {
 +
padding-top: 10pt;
 
}
 
}
  
Line 21: Line 25:
 
{
 
{
 
color: #555555;
 
color: #555555;
font-size: 12px;
+
font-size: 110%;
 
cursor: pointer;
 
cursor: pointer;
 
padding: 2px 4px 2px 4px;
 
padding: 2px 4px 2px 4px;
 
}
 
}

Revision as of 15:25, 10 December 2015

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

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


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


#reftable {
    border-collapse: collapse;
}

#refnav {
padding-top: 10pt;
}

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