Jump to content

MediaWiki:Common.css: Difference between revisions

remove styling for obsolete XEB
(that's it, they have to be separate rules (not sure what is wrong with the parser, as I got that syntax from MW.org))
(remove styling for obsolete XEB)
Line 1,042: Line 1,042:


  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAGNJREFUeJxiYCAH/P//nyiMHaxK+48NY9UQv7//PwijA5waYDaga0LRgOFOoGTn0+3EaUBWDKJhNmHVgK4Y5lmQJpwaQJIwxTAFYA1QdVidBFOMHio4PU04okgEAAAAAP//AwCYZQIlWsLZawAAAABJRU5ErkJggg==) right top no-repeat;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAGNJREFUeJxiYCAH/P//nyiMHaxK+48NY9UQv7//PwijA5waYDaga0LRgOFOoGTn0+3EaUBWDKJhNmHVgK4Y5lmQJpwaQJIwxTAFYA1QdVidBFOMHio4PU04okgEAAAAAP//AwCYZQIlWsLZawAAAABJRU5ErkJggg==) right top no-repeat;
}
/* Used by template BSLfuncinfo */
.BSLFuncInfo
{
  background:rgb(242,242,242);
  border-style:solid;
  border-color:rgb(125,125,125);
  border-radius:0.33em;
  border-width:0px 2px 2px 0px;
  padding:0px 0px 0px 10px;
}
/* Used by template BSLvarinfo */
.BSLVarInfo
{
  background:rgb(242,242,242);
  border-style:solid;
  border-color:rgb(125,125,125);
  border-radius:0.33em;
  border-width:0px 2px 2px 0px;
  padding:0px 10px 0px 10px;
}
}