MediaWiki:Common.css: Difference between revisions
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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. | |||
/********************************************************************************************/ | |||
/* NOTE - ADD THIS ALL TO [[MediaWiki:MObile.css]] AS WELL OR IT WILL NOT SHOW UP ON MOBILE.*/ | |||
/********************************************************************************************/ | |||
.chart-delusion { | .chart-delusion { | ||
background-color: #e06666; | background-color: #e06666; | ||
Revision as of 20:22, 31 May 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.*/
/********************************************************************************************/
.chart-delusion {
background-color: #e06666;
}
.chart-concept-cell {
border: 1px solid white;
}
.chart-highlight-yes {
border: 2px solid #2f4f4f;
font-style: italic;
font-size: 1.5em;
color: #2f4f4f;
}