Actions

MediaWiki

Common.css: Difference between revisions

From SUALEX

Created page with "CSS placed here will be applied to all skins: * {font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;}"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


* {font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;}
.value-term {
font-weight: bold !important;
}
 
@media (max-width: 720px) {
  table.wikitable {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

Revision as of 19:56, 23 January 2026

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

.value-term {
	font-weight: bold !important;
}

@media (max-width: 720px) {
  table.wikitable {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}