Difference between revisions of "MediaWiki:Common.css"

From DiLab
Jump to: navigation, search
Line 2: Line 2:
body.page-Datorikas_Fakultāte .generated-sidebar { display: none; }
body.page-Datorikas_Fakultāte .generated-sidebar { display: none; }


/* CSS placed here will be applied to all skins */
/* Hint: http://www.w3.org/TR/CSS21/propidx.html */
/* Hint: http://www.w3.org/TR/CSS21/propidx.html */


Line 16: Line 15:
table th {
table th {
color: #000077;
color: #000077;
}

/* Extra Indent before h1 */

h1 {
font-size: 24pt;
}
}

Revision as of 15:36, 22 June 2012

/** CSS placed here will be applied to all skins */
body.page-Datorikas_Fakultāte .generated-sidebar { display: none; }

/* Hint: http://www.w3.org/TR/CSS21/propidx.html */

table {
	background-color: #fffff7;
        border-collapse : collapse; 
}
 
table th, table td {
	padding: 4px;
}

table th {
	color: #000077;
}

/* Extra Indent before h1 */

h1 {
	font-size: 24pt;
}