Пређи на садржај

Корисник:Zocky/PicturePopups.css

С Википедије, слободне енциклопедије

Напомена: Пошто објавите измене, можда ћете морати да обришете кеш меморију прегледача како бисте их видели. Google Chrome, Firefox, Microsoft Edge и Safari: Држите ⇧ Shift и кликните дугме Reload на траци са алаткама. За детаље и упутства о другим прегледачима, погледајте en:Wikipedia:Bypass your cache.

.imagenote 
{
  border:solid 1px black;
  position:fixed;
  font-size:90%;
  cursor:default;
}

.imagenote > table 
{
  background:#EEE
}

.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 #file img 
{
  cursor:default;
}

.imagenote[minimized='1'] > table 
{
  width:150px
}
.imagenote[minimized='1'] .imagenotetitle span 
{
  display:block;
  vertical-align:top;
  white-space:nowrap;
  overflow:hidden;
  width:100px
}

.imagenote[minimized='1'] #file img
{
  width:100%;
  height:100%
}

.imagenotecontent #imageLicense 
{
  display:inline!important;
  background:none!important;
  border:none!important;
  position:absolute;
  z-index:1;
  top:2em;
  left:0%;
  min-height:28px!important;
  width:28px!important;
}

.imagenotecontent #imageLicense:hover
{
  background:white!important;
  border:solid 1px #AAA!important;
  width:326px!important;
}

.imagenotecontent #imageLicenseIcon 
{
  display:inline;
  position:relative!important;
  background:none!important;
}

.imagenotecontent #imageLicenseIcon img 
{
  width:28px;
  height:100%;
}

.imagenotecontent #imageLicenseText
{ 
  display:none;
  background:white;
  margin-left:60px;
  padding:4px;
  width:250px;
  position:relative;
}
.imagenotecontent #imageLicense:hover #imageLicenseText
{ 
  display:block;
}
.imagenotecontent #imageLicense:hover #imageLicenseIcon 
{ 
  background:white;
  float:left;
  width:64px;
}


.imagenotecontent #imageLicense:hover #imageLicenseIcon img
{ 
  background:white;
  float:left;
  width:64px;
}