MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m (fix)
No edit summary
Line 11: Line 11:
}
}


/* PORTALGUY */
/* Portal guy */
body {
#portalguy {
  background: url('/w/images/f/fe/Headbg.png') top left no-repeat !important;
    position: relative;
}
    background: url("/w/images/7/7c/Background_Portal_guy.png") no-repeat;
#mw-page-base {
    width: 128px;
  background: none !important;
    height: 315px;
}
    left: -144px;
#mw-head-base {
    margin-bottom: -315px;
  background: white url('/w/skins/vector/images/page-fade.png') bottom left repeat-x !important;
    top: 64px;
}
}


Line 185: Line 185:
  /* Put a chequered background behind images, only visible if they have transparency */
  /* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
.gallerybox .thumb img,
#file img { background: white url("http://portal.biringa.com/w/images/5/5d/Checker-16x16.png") repeat; }
#file img { background: white url("/w/images/5/5d/Checker-16x16.png") repeat; }
.gallerybox .thumb img:hover,
.gallerybox .thumb img:hover,
#file img:hover { background: white url("http://portal.biringa.com/w/images/b/b3/Checker-16x16_Dark.png") repeat; }
#file img:hover { background: white url("/w/images/b/b3/Checker-16x16_Dark.png") repeat; }


/* But not on articles, user pages, portals or with opt-out. */
/* But not on articles, user pages, portals or with opt-out. */