MediaWiki: Common.css: Difference between revisions

From KaiyouRO
Jump to: navigation, search
(Created page with "/ *************** Tabla de contenido *************** 1 - NavBox 2 - Wikitablec ************************************************** */ →‎3 - NAVBOX: table.navbox { background-color: #f9f9f9; border: 1px solid #aaa; clear: both; font-size: 90%; margin: 1em 0em 0em; padding: 2px; width: 100%; } table.navbox th { background-color: #90EE90; padding-left: 1em; padding-right: 1em; } table.navbox tr:not(:first-child) th { back...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
*/
*/


/* 3 - NAVBOX */
/* 1 - NAVBOX */


table.navbox {
table.navbox {
Line 42: Line 42:
}
}


/*   Wikitablec */
.naviText {
    display: inline-block;
    color: #b8860b;
    cursor: pointer;
    padding: 1px;
}
 
.naviCopied {
    display: none;
    color: #b8860b;
    border: 1px dotted #e0ac28;
    padding: 0 20px;
    border-radius: 5px;
}
 
/* 2 - Wikitablec */
 
table.wikitablec,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitablecenter,
table.prettytable {
  margin-left: auto;
  margin-right: auto;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitablec th, table.wikitablec td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}
 
table.wikitablec th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitablec caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytablec code,
table.wikitablec code {
  background-color: transparent;
}
 
table.wikitablecenter th, table.wikitablecenter td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}
 
table.wikitablecenter th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitablecenter caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytablecenter code,
table.wikitablecenter code {
  background-color: transparent;
}


table.elements {}
table.elements {}

Latest revision as of 15:37, 16 October 2022

/
*************** Tabla de contenido ***************
 1 - NavBox 
 2 - Wikitablec
**************************************************
*/

/* 1 - NAVBOX */

table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    width: 100%;
}

table.navbox th {
    background-color: #90EE90;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #90EE90;
}


.collapseButton {
    float: right;
    font-weight: normal;
    text-align: right;
    width: auto;
}

@media print {
    .navbox {
        display: none;
    }
}

.naviText {
    display: inline-block;
    color: #b8860b;
    cursor: pointer;
    padding: 1px;
}

.naviCopied {
    display: none;
    color: #b8860b;
    border: 1px dotted #e0ac28;
    padding: 0 20px;
    border-radius: 5px;
}

/*  2 - Wikitablec */

table.wikitablec,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitablecenter, 
table.prettytable {
  margin-left: auto;
  margin-right: auto;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
} 

table.wikitablec th, table.wikitablec td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}

table.wikitablec th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitablec caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.prettytablec code,
table.wikitablec code {
  background-color: transparent;
}

table.wikitablecenter th, table.wikitablecenter td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}

table.wikitablecenter th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitablecenter caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.prettytablecenter code,
table.wikitablecenter code {
  background-color: transparent;
}

table.elements {}

table.elements th, table.elements td {
	padding: 0.5em;
}

td.effective {
	background-color: #BFFFBF;
}

td.ineffective {
	background-color: #FFBF7F;
}

td.nullified {
	background-color: #FFBFBF;
}