Login   Register  
Icontem

File: icfbphototag.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Crevar  >  icfb Photo Tag  >  icfbphototag.css  >  Download  
File: icfbphototag.css
Role: Auxiliary data
Content type: text/plain
Description: css for plugin
Class: icfb Photo Tag
jQuery plugin to tag user-defined picture areas
Author: By
Last change:
Date: 2013-08-25 11:05
Size: 1,320 bytes
 

Contents

Class file image Download
div.icfbPhotoTagImage{
  position: relative;
  overflow:hidden;
}

div.icfbPhotoTagImageOverlayEdit {
	width: 100%;
	height: 100%;
	z-index: 112;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	filter:Alpha(Opacity=50);
}
div.icfbPhotoTagImageOverlay {
	width: 100%;
	height: 100%;
	z-index: 112;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}
div.icfbPhotoTag{
  position:absolute;
	background-color: #FFF;
	opacity: 0.4;
	filter:Alpha(Opacity=40);
}

.icfbPhotoTagUp{
 position:absolute;
top: 0; left: 0;
	height: 2px;
	width:100%;
	overflow:hidden;
	background: transparent url(/img/marqueeHoriz.gif) repeat 0 0;
}

.icfbPhotoTagDown{
position:absolute;
 bottom: 0px; left: 0;
 	height: 2px;
 	width:100%;
 	overflow:hidden;
	background: transparent url(/img/marqueeHoriz.gif) repeat 0 0;
}

.icfbPhotoTagLeft{
position:absolute;
top: 0; left: 0;
width: 2px;
height:100%;
	background: transparent url(/img/marqueeVert.gif) repeat 0 0;
}

.icfbPhotoTagRight{
position:absolute;
top: 0; right: 0;
width: 2px;
height:100%;
	background: transparent url(/img/marqueeVert.gif) repeat 0 0;
}

div.icfbPhotoTagTitle{
  padding:2px 20px;
  border:2px doted #AFAFAF;
  background:#FFFFBb;
	text-align:center;
	overflow:hidden;
	opacity: 0.8;
	filter:Alpha(Opacity=80);;
	z-index:2600;
}