MediaWiki:Common.css: Difference between revisions

From the Logical Languages Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 23:20, 10 April 2020

/* 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;
}