MediaWiki:Common.css

From the Logical Languages Wiki
Revision as of 19:11, 11 April 2020 by Maiku (talk | contribs)
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-nb = LLWiki navbox */

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

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

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

div.llwiki-nb-vte {
  float: right;
  font-size: 70%;
  font-weight: normal;
}