User:Zocky/PicturePopups.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.imagenote 
{
  border:solid 1px black;
  position:fixed;
  font-size:11px;
  cursor:default;
}

.imagenote  table 
{
  background:#EEE
}

.imagenoteicons
{
  width:4em;
}


.imagenoteicons, .imagenotetitle
{
  vertical-align:top; 
  white-space:nowrap;
  color:#888;
}

.imagenoteicons a, .imagenotetitle a
{ 
  color:#AAA;
  text-decoration:none;
}

.imagenoteicons a:hover, .imagenotetitle a:hover
{ 
  color:black;
  background:white;
}

.imagenotecontent 
{
  text-align:center;
  min-height:2em;
  border:solid 1px silver;
  background:white;
  position:relative
}

.imagenote img 
{
  cursor:default;
}

.imagenoteminimized  table 
{
  width:150px
}

.imagenoteminimized  img 
{
  width:150px
}

.imagenoteminimized .imagenotetitle span 
{
  display:block;
  vertical-align:top;
  white-space:nowrap;
  overflow:hidden;
  width:100px
}

.imagenoteminimized img
{
  width:100%;
  height:100%
}

.imagenote .imagenotecaption
{
  width:10em;
  padding:0 4px;
}

.imagenoteminimized .imagenotecaption
{
  display:none;
}

.imagenote .magnify
{
  display:none;
}