Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 4: Line 4:
/* 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.*/
/********************************************************************************************/
/********************************************************************************************/
/**
--beacons-dark: #75867Aff;
--beacons-middle: #8EA485ff;
--beacons-light: #C9DBBBff;
--milestone-darkest: #E0642Eff;
--milestone-dark: #F99F53ff;
--milestone-middle: #FED68Eff;
--milestone-light: #FDDB63ff;
--milestone-lightest: #FFF1ACff;
*/
--beacons-dark: #75867Aff;
--beacons-middle: #8EA485ff;
--beacons-light: #C9DBBBff;
--milestone-darkest: #E0642Eff;
--milestone-dark: #F99F53ff;
--milestone-middle: #FED68Eff;
--milestone-light: #FDDB63ff;
--milestone-lightest: #FFF1ACff;


.em-shrinker {
.em-shrinker {
Line 12: Line 35:
   font-weight: normal;
   font-weight: normal;
   text-align: center;
   text-align: center;
   color: #590000;
   color: var(--beacons-dark);
}
}
.em-container {
.em-container {
Line 97: Line 120:
   font-style: italic;
   font-style: italic;
   font-weight: normal;
   font-weight: normal;
   color: #590000;
   color: var(--beacons-dark);
}
}
.em-table td, .em-table a:link, .em-table a:visited, .em-table a:active {
.em-table td, .em-table a:link, .em-table a:visited, .em-table a:active {
   color: #590000;
   color: var(--beacons-dark);
}
}
.em-table a:hover {
.em-table a:hover {
Line 114: Line 137:
}
}
.em-header {
.em-header {
   border: 1px solid #fa8484;
   border: 1px solid var(--beacons-dark);
   padding: 0.2em 1em 0.2em 1em;
   padding: 0.2em 1em 0.2em 1em;
   font-weight: bold;
   font-weight: bold;
Line 126: Line 149:
}
}
.em-beacons {
.em-beacons {
   background-color: #fecb96;
   background-color: var(--beacons-middle);
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
}
}
.em-bc {
.em-bc {
   background-color: #fedb8b;
   background-color: var(--beacons-light);
   padding: .1px;
   padding: .1px;
}
}