MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary  | 
				imported>Jacob Robertson  No edit summary  | 
				||
| Line 89: | Line 89: | ||
}  | }  | ||
div.em-bubble-container {  | div.em-bubble-container {  | ||
| Line 99: | Line 96: | ||
div.em-bubble {  | div.em-bubble {  | ||
   display: table-cell;  |    display: table-cell;  | ||
   border: solid gray 1px;    |    border: solid gray 1px;    | ||
   border-radius: 50%;    |    border-radius: 50%;    | ||
| Line 112: | Line 105: | ||
   font-weight: bold;  |    font-weight: bold;  | ||
   text-align: center;  |    text-align: center;  | ||
   zzbackground-color: #ffeb80;  | |||
  background-image: linear-gradient(to right, #fcbba1, #fecb96);  | |||
}  | }  | ||