MediaWiki:Common.css

From the Logical Languages Wiki
Revision as of 23:20, 10 April 2020 by Maiku (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎The following line suppresses the title on the main page (namely "Portal"): body.page-Portal.action-view h1.firstHead...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* The following line suppresses the title on the main page (namely "Portal") */

body.page-Portal.action-view h1.firstHeading, body.page-Portal.action-submit h1.firstHeading { display: none; }

/* llwiki-pt = LLWiki Portal Table */

table.llwiki-pt {
  width: 100%;
  border: 1px #77c1f6 solid;
  margin-top: 1em;
  margin-bottom: 1em;
}

.llwiki-pt th {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: 1px #a2a9b1 solid;
}
th.llwiki-pt-h1 {
  text-align: left;
  background-color: #e8f2f8;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
th.llwiki-pt-h1 span {
  font-size: 150%;
}
th.llwiki-pt-h2 {
  background-color: #eaecf0;
  text-align: left;
}
th.llwiki-pt-h2 span {
  font-size: 120%;
}
th.llwiki-pt-h3 {
  background-color: #f8f9fa;
}
th.llwiki-pt-h3 span {
}
th.llwiki-pt-h4 {
  width: 10em;
  background-color: #f8f9fa;
  font-size: 90%;
}

td.llwiki-pt-cell {
  border-bottom: 1px #a2a9b1 solid;
  font-size:90%;
}
td.llwiki-pt-text {
  padding-right: 0.5em;
  padding-left: 0.5em;
}