Difference between revisions of "MediaWiki:Common.css"

From DiLab
Jump to: navigation, search
Line 20: Line 20:
  
 
h1:first-of-type { margin-top: 0px; }
 
h1:first-of-type { margin-top: 0px; }
h1 { margin-top: 20px; }
+
h1 {
 +
  margin-top: 20px;  
 +
  color: green;
 +
}
  
 
h2:first-of-type { margin-top: 0px; }
 
h2:first-of-type { margin-top: 0px; }
h2 { margin-top: 10px; }
+
h2 {
 +
  margin-top: 10px;
 +
  color: green;
 +
}
  
 
h3:first-of-type { margin-top: 0px; }
 
h3:first-of-type { margin-top: 0px; }
 
h3 { margin-top: 6px; }
 
h3 { margin-top: 6px; }

Revision as of 11:49, 28 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 h? */

h1:first-of-type { margin-top: 0px; }
h1 {
  margin-top: 20px; 
  color: green;
}

h2:first-of-type { margin-top: 0px; }
h2 {
  margin-top: 10px;
  color: green;
}

h3:first-of-type { margin-top: 0px; }
h3 { margin-top: 6px; }