MediaWiki:Common.css: Difference between revisions
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
.ee-chart-header { | .ee-chart-header { | ||
border: 1px solid white; | |||
padding: 1em 1em 1em 1em; | padding: 1em 1em 1em 1em; | ||
font-weight: bold; | font-weight: bold; | ||
height: 3em; | |||
} | } | ||
.ee-chart-highlight-yes { | .ee-chart-highlight-yes { | ||
| Line 20: | Line 22: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
color: #2f4f4f; | color: #2f4f4f; | ||
} | |||
.ee-chart-trifecta { | |||
border: 1px solid white; | |||
padding: 1em 1em 1em 1em; | |||
font-weight: bold; | |||
zzheight: 3em; | |||
} | } | ||
Revision as of 15:59, 19 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-zone {
border: 1px solid white;
padding: 0em 1em 0em 1em;
font-size: 1em;
height: 2em;
}
.ee-chart-header {
border: 1px solid white;
padding: 1em 1em 1em 1em;
font-weight: bold;
height: 3em;
}
.ee-chart-highlight-yes {
border: 2px solid #2f4f4f;
font-style: italic;
font-size: 1.5em;
color: #2f4f4f;
}
.ee-chart-trifecta {
border: 1px solid white;
padding: 1em 1em 1em 1em;
font-weight: bold;
zzheight: 3em;
}
/*** 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;
}