User:Zocky/PicturePopupsDev.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

.picture_popup_license_icon
{
   width:24px;
   position:absolute;
   top:4px;
   left:4px;
   z-index:1;
}

.picture_popup_license_description
{
   width:30em;
   padding:4px;
   position:absolute;
   font-size:90%;
   background:white;
   border:solid 1px silver;
   top:0; left:0;
   display:none;
}

.picture_popup_license.show 
.picture_popup_license_icon
{
  width:48px;
} 

.picture_popup_license.show 
.picture_popup_license_description
{
  display:block
} 

.picture_popup_caption
{
  font-size:90%
}

.picture_popup_image
{
  border:solid 1px silver;
  width:100%;
}

.picture_popup_image_link
{
  text-align:center;
  font-size:85%;
}