MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,498: Line 1,498:


   column-gap: 10px;
   column-gap: 10px;
   row-gap: 2px;
   row-gap: 6px;


   margin: 8px 0;
   margin: 8px 0;
Line 1,539: Line 1,539:
     grid-template-rows: repeat(2, auto);
     grid-template-rows: repeat(2, auto);
   }
   }
}
.skin-theme-clientpref-day .ooo-extlink a,
.skin-theme-clientpref-day .ooo-extlink a.external,
.skin-theme-clientpref-day .ooo-extlink a.extiw {
  background: rgba(245,196,0,0.12);
  border-color: rgba(245,196,0,0.55);
  color: #9a7a00 !important;
}
.skin-theme-clientpref-day .ooo-extlink a:hover {
  background: rgba(245,196,0,0.22);
}
}