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-msh { | td.em-msh { | ||
} | } | ||
Line 103: | Line 85: | ||
div.em-bubble { | div.em-bubble { | ||
display: table-cell; | display: table-cell; | ||
border: solid | border: solid white 2px; | ||
border-radius: 50%; | border-radius: 50%; | ||
height: 5em; | height: 5em; | ||
width: 5em | width: 4.5em; | ||
vertical-align: middle; | vertical-align: middle; | ||
padding: .5em; | padding: .5em; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
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%; |