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 5: Line 5:
/********************************************************************************************/
/********************************************************************************************/


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: #590000;
}
}
Line 59: Line 59:
   text-align: center;
   text-align: center;
}
}
/*
 
td.em-msc1 {
  background-image: linear-gradient(to right, #fa8484, #fbacac);
  border-bottom-left-radius: .5em;
}
td.em-msc2 {
  background-image: linear-gradient(to right, #fbacac, #fcbba1);
}
td.em-msc3 {
  background-image: linear-gradient(to right, #fcbba1, #fecb96);
}
td.em-msc4 {
  background-image: linear-gradient(to right, #fecb96, #ffdb8b);
}
td.em-msc5 {
  background-image: linear-gradient(to right, #ffdb8b, #ffeb80);
  border-bottom-right-radius: .5em;
}
*/
td.em-msh {
td.em-msh {
}
}
Line 103: Line 85:
div.em-bubble {
div.em-bubble {
   display: table-cell;
   display: table-cell;
   border: solid gray 1px;  
   border: solid white 2px;
   border-radius: 50%;  
   border-radius: 50%;  
   height: 5em;  
   height: 5em;  
   width: 5em;
   width: 4.5em;  
  background-color: white;  
   vertical-align: middle;  
   vertical-align: middle;  
   padding: .5em;
   padding: .5em;
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
  zzbackground-color: #ffeb80;
   background-image: linear-gradient(to right, #fcbba1, #ffdb8b);
   background-image: linear-gradient(to right, #fcbba1, #ffdb8b);
}
}
Line 277: Line 257:
   background-color: #fedb8b;
   background-color: #fedb8b;
}
}
hr.ee-chart-hr {
  border: 0px solid transparent;
  border-top: 1px solid white;
  background-color: transparent;
}
.ee-chart-highlighted-term-yes a {
.ee-chart-highlighted-term-yes a {
   font-size: 125%;
   font-size: 125%;