MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** 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: teal;
}
h3:first-of-type { margin-top: 0px; }
h3 { margin-top: 6px; }