MediaWiki:Common.css: Difference between revisions

From the Logical Languages Wiki
Jump to navigation Jump to search
 
No edit summary
Line 5: Line 5:
body.page-Portal.action-view h1.firstHeading, body.page-Portal.action-submit h1.firstHeading { display: none; }
body.page-Portal.action-view h1.firstHeading, body.page-Portal.action-submit h1.firstHeading { display: none; }


/* llwiki-pt = LLWiki Portal Table */
/* llwiki-nb = LLWiki navbox */


table.llwiki-pt {
table.llwiki-nb {
   width: 100%;
   width: 100%;
   border: 1px #77c1f6 solid;
   border: 1px #77c1f6 solid;
Line 14: Line 14:
}
}


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


td.llwiki-pt-cell {
td.llwiki-nb-cell {
   border-bottom: 1px #a2a9b1 solid;
   border-bottom: 1px #a2a9b1 solid;
   font-size:90%;
   font-size:90%;
}
}
td.llwiki-pt-text {
td.llwiki-nb-text {
   padding-right: 0.5em;
   padding-right: 0.5em;
   padding-left: 0.5em;
   padding-left: 0.5em;
}
div.llwiki-nb-vte {
  float: right;
  font-size: 70%;
  font-weight: normal;
}
}

Revision as of 14:09, 11 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-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;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
th.llwiki-nb-h1 span {
  font-size: 150%;
}
th.llwiki-nb-h2 {
  background-color: #eaecf0;
  text-align: left;
}
th.llwiki-nb-h2 span {
  font-size: 120%;
}
th.llwiki-nb-h3 {
  background-color: #f8f9fa;
}
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;
}