Difference between revisions of "MediaWiki:Common.css"

From regify WIKI
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
     border: 0px solid #aaa;
 
     border: 0px solid #aaa;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 +
    margin: 0;
 +
}
 +
 +
#ca-history,
 +
#ca-viewsource {
 +
    display: none;
 +
}
 +
 +
.mw-body h1:not(:first-of-type) {
 +
  font-family: 'arial', sans-serif;
 +
  font-size: 220% !important;
 +
  margin-top: 2em;
 
}
 
}
  
 
.mw-body h2 {
 
.mw-body h2 {
    font-size: 2em;
+
  font-family: 'arial', sans-serif;
 +
  font-size: 180% !important;
 +
  background-color: #f0f0f2;
 +
  border-bottom: 0 solid #444444;
 +
  box-shadow: 0 4px 6px #bbb;
 +
  padding: 2px 10px 2px 10px;
 +
  margin-bottom: 15px;
 +
}
 +
 
 +
.mw-body h3 {
 +
  font-family: 'arial', sans-serif;
 +
  font-size: 150% !important;
 +
  color: #1554bf;
 +
}
 +
 
 +
.mw-body h4 {
 +
  font-size: 120%;
 +
  color: #446677;
 +
}
 +
 
 +
.toctitle h2 {
 +
  padding: 0;
 +
  box-shadow: none;
 +
  background-color: transparent;
 
}
 
}

Latest revision as of 08:58, 25 November 2025

/* CSS placed here will be applied to all skins */
table.wikitable > tr > th, 
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td {
    border: 0px solid #aaa;
    padding: 0.2em;
}

table.wikitable {
    background-color: transparent;
    border: 0px solid #aaa;
    border-collapse: collapse;
    margin: 0;
}

#ca-history,
#ca-viewsource {
    display: none;
}

.mw-body h1:not(:first-of-type) {
  font-family: 'arial', sans-serif;
  font-size: 220% !important;
  margin-top: 2em;
}

.mw-body h2 {
  font-family: 'arial', sans-serif;
  font-size: 180% !important;
  background-color: #f0f0f2;
  border-bottom: 0 solid #444444;
  box-shadow: 0 4px 6px #bbb;
  padding: 2px 10px 2px 10px;
  margin-bottom: 15px;
}

.mw-body h3 {
  font-family: 'arial', sans-serif;
  font-size: 150% !important;
  color: #1554bf;
}

.mw-body h4 {
  font-size: 120%;
  color: #446677;
}

.toctitle h2 {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}