Difference between revisions of "MediaWiki:Common.css"

From GBIF.DE IT Wiki
Jump to: navigation, search
(popup image, jQuery plugin iviewer)
 
(No difference)

Latest revision as of 17:32, 10 June 2014

/* CSS placed here will be applied to all skins */
/* Start jQuery plugin iviewer */
  .iviewer_zoom_in, .iviewer_zoom_out, .iviewer_zoom_zero, .iviewer_zoom_fit{
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    cursor:pointer;
    height: 15px;
    width: 15px;
  }
  .iviewer_zoom_in {
    background-image: url("http://www.species-id.net/o/media/f/f7/Iviewer.zoom_in.gif");
    left: 4px;
  }
  .iviewer_zoom_out {
    background-image: url("http://www.species-id.net/o/media/5/5c/Iviewer.zoom_out.gif");
    left: 24px;
  }
  .iviewer_zoom_zero {
    background-image: url("http://www.species-id.net/o/media/d/db/Iviewer.zoom_zero.gif");
    left: 44px;
  }
  .iviewer_zoom_fit {
    background-image: url("http://www.species-id.net/o/media/5/5d/Iviewer.zoom_fit.gif");
    left: 64px;
  }
  /* remain this order */
  .iviewer_common {
    position: absolute;
    top: 2px;
    border: 1px solid #000000;
    z-index: 5000;
  }
  .iviewer_zoom_status {
    cursor:auto;
    background-color: #ffffff;
    color: #000000;
    font-family: "Sans";
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 84px;
    line-height: 15px;
    text-align: center;
    width: 40px;
  }
/* End jQuery plugin iviewer */
/* Start jQuery popup image */
  #modal-fg img:hover{
    cursor:move;
  }
  #modal-fg div img:hover, #modal-fg div img:active{
    cursor:auto;
  }
  #modal-fg {
    font-size:0.8em;
  }
/* End jQuery popup image */