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 89: Line 89:
}
}


div.ext-box { display: table; width:100%;}
div.int-box { display: table-cell; vertical-align: middle; }


div.em-bubble-container {
div.em-bubble-container {
Line 99: Line 96:
div.em-bubble {
div.em-bubble {
   display: table-cell;
   display: table-cell;
  zzdisplay: flex;
  zzalign-items: center;
  zzdisplay: table-cell;
  zzdisplay: inline-block;
   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;
   background-color: #ffeb80;
   zzbackground-color: #ffeb80;
  background-image: linear-gradient(to right, #fcbba1, #fecb96);
}
}