MediaWiki:Common.css: Difference between revisions
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
| Line 92: | Line 92: | ||
border-radius: .5em; | border-radius: .5em; | ||
} | } | ||
/* | |||
== Hiders == | |||
*/ | |||
:matches( | :matches( | ||
td.ee-chart-hide-zones-yes, td.ee-chart-hide-stages-yes, | td.ee-chart-hide-zones-yes, td.ee-chart-hide-stages-yes, | ||
td.ee-chart-hide-qualities-yes, td.ee-chart-hide-focus-yes, td.ee-chart-hide-relation-yes, td.ee-chart-hide-pursuit-yes, td.ee-chart-hide-adaptation-yes, | td.ee-chart-hide-qualities-yes, td.ee-chart-hide-focus-yes, td.ee-chart-hide-relation-yes, td.ee-chart-hide-pursuit-yes, td.ee-chart-hide-adaptation-yes, | ||
td.ee-chart-hide-deluded-yes, td.ee-chart-hide-learning-yes, td.ee-chart-hide-training-yes, td.ee-chart-hide-masterful-yes, td.ee-chart-hide-enlightened-yes | td.ee-chart-hide-deluded-yes, td.ee-chart-hide-learning-yes, td.ee-chart-hide-training-yes, td.ee-chart-hide-masterful-yes, td.ee-chart-hide-enlightened-yes | ||
) | |||
{ | { | ||
grayscale: 35%; | grayscale: 35%; | ||
Revision as of 16:39, 22 June 2023
/* CSS placed here will be applied to all skins */
/********************************************************************************************/
/* NOTE - ADD THIS ALL TO [[MediaWiki:Mobile.css]] AS WELL OR IT WILL NOT SHOW UP ON MOBILE.*/
/********************************************************************************************/
.ee-chart-table td {
height: .125em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
}
td.ee-chart-zone {
border: 1px solid white;
padding-left: .75em;
padding-right: .75em;
font-size: 1em;
font-style: italic;
height: 15%;
}
td.ee-chart-header {
border: 1px solid white;
padding: .5em .75em .5em .75em;
font-weight: bold;
height: 1em;
}
td.ee-chart-stages-header {
border: 1px solid white;
padding: 0.2em 1em 0.2em 1em;
font-weight: bold;
height: 1em;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
background-color: #f4cccc;
}
td.ee-chart-themes {
border: 1px solid white;
padding: 0em .5em 0em .5em;
font-size: 1em;
font-weight: bold;
height: 1em;
}
td.ee-chart-quality-row-header {
border: 1px solid white;
font-size: 1em;
font-weight: bold;
height: 1.5em;
}
td.ee-chart-corner-tl {
border-top-left-radius: .5em;
}
td.ee-chart-corner-tr {
border-top-right-radius: .5em;
}
td.ee-chart-corner-bl {
border-bottom-left-radius: .5em;
}
td.ee-chart-corner-br {
border-bottom-right-radius: .5em;
}
zzz.ee-chart-highlight-yes {
border: 2px solid #2f4f4f;
font-style: italic;
font-size: 1.5em;
color: #2f4f4f;
}
td.ee-chart-left-spacer {
font-size: .1em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
height: .1em;
}
td.ee-chart-themes-spacer {
font-size: .1em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 0em;
padding-right: 2em;
height: .1em;
}
td.ee-chart-ee, td.ee-chart-ee:visited {
font-size: 1.05em;
color: #897129;
background-color: #ffd700;
border: 1px solid white;
font-weight: bold;
border-radius: .5em;
}
/*
== Hiders ==
*/
:matches(
td.ee-chart-hide-zones-yes, td.ee-chart-hide-stages-yes,
td.ee-chart-hide-qualities-yes, td.ee-chart-hide-focus-yes, td.ee-chart-hide-relation-yes, td.ee-chart-hide-pursuit-yes, td.ee-chart-hide-adaptation-yes,
td.ee-chart-hide-deluded-yes, td.ee-chart-hide-learning-yes, td.ee-chart-hide-training-yes, td.ee-chart-hide-masterful-yes, td.ee-chart-hide-enlightened-yes
)
{
grayscale: 35%;
opacity: 55%;
}
/*** TODO DELETE, etc, this is all old??? **/
.chart-delusion {
background-color: #e06666;
}
.chart-concept-cell {
border: 1px solid white;
}
.ee-chart-highlight-yes {
border: 2px solid #2f4f4f;
font-style: italic;
font-size: 1.5em;
color: #2f4f4f;
}
/* Afflications Charts */
.aff-header {
height: 2.5em;
padding: 0em 1em 0em 1em;
}
.aff-related-header {
background-color: #bbbbbb;
}
.aff-related-cell {
background-color: #dfdfdf;
}
.aff-related-hidden-yes {
display: none;
}
.aff-cell {
vertical-align: middle;
padding: 1em;
}
.aff-desc {
font-style: italic;
font-weight: normal;
}
.aff-desc-hidden-yes {
display: none;
}
.aff-str-hidden-yes {
display: none;
}
.aff-trad-header {
background-color: #ff5b00;
}
.aff-trad-cell {
background-color: #fce5cd;
font-weight: normal;
text-align: left;
}
.aff-trad-hidden-yes {
display: none;
}