Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

m
Line 2: Line 2:
  
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 +
.levelGalleryText {
 +
  background:#000;
 +
  filter: alpha(opacity=80);
 +
  opacity: 0.8;
 +
  left:0;
 +
  bottom:0;
 +
  right:0;
 +
  padding:5px;
 +
  text-align:left;
 +
}

Revision as of 08:07, 26 August 2010

/** CSS placed here will be applied to all skins */

html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
.levelGalleryText {
  background:#000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  left:0;
  bottom:0;
  right:0;
  padding:5px;
  text-align:left;
}