Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


Line 5: 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.*/
/********************************************************************************************/
/********************************************************************************************/
.ee-chart-table td, td :visited {
.ee-chart-table td {
   height: .125em;
   height: .125em;
   padding-top: 0em;
   padding-top: 0em;
Line 61: Line 60:
   border-bottom-right-radius: .5em;
   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 {
td.ee-chart-left-spacer {
   font-size: .1em;
   font-size: .1em;
Line 149: Line 140:
td.ee-chart-color-enlightened-col {
td.ee-chart-color-enlightened-col {
   background-color: #ffeb80;
   background-color: #ffeb80;
}
.ee-exercise-chart-table {
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
}
.ee-exercise-chart-table td {
  border: 1px solid white;
  font-size: 1em;
  color: #000080;
}
td.ee-exercise-chart-name {
  background-color: #fcbba1;
}
td.ee-exercise-chart-stage {
  background-color: #fecb96;
}
td.ee-exercise-chart-theme {
  background-color: #fdcb96;
}
td.ee-exercise-chart-quality {
  background-color: #fedb8b;
}
.ee-chart-highlighted-term-yes a {
  font-size: 125%;
  color: #501c91; 
}
td.ee-chart-exercise-type {
  padding: .15em .35em .15em .35em;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}
td.ee-chart-exercise-header {
  padding: .15em .35em .15em .35em;
  font-weight: bold;
}
td.ee-chart-exercise-name h2, td.ee-chart-exercise-name h2 a {
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 0em;
  padding-top: 0em;
  margin-bottom: 0em;
  border-bottom: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #000080;
}
}