<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#previewFull {
  background-color: #cdf3c3 !important;
  width: 890px !important;
  color: inherit;
}

#liveUpdateContactInfo {
}
/*colore sfondo*/
body {
  background-color: #a9f1ee !important;
  color: inherit;
}

#stage, #stage2 {
  border-bottom: none !important;
}

#sitetitle {
  border-bottom: none !important;
}

.borderRight {
  border-right: 1px solid #FFFFFF !important;
}

.logo {
  display: inherit !important;
}

.detailText {
  color: #000000 !important;
  background-color: inherit;
}

.preview {
  border: 1px solid #FFFFFF !important;
}
/*nuovo inserimento*/
.miniatura_orizzontale {
  color: inherit;
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 3px; /* Some padding */
  max-width: 20%;
   /* Set a small width */
  
}
.miniatura_orizzontale:hover {
  box-shadow: 0 0 2px 4px rgba(0, 140, 186, 0.5);
  background-color: #49e634;
}

.miniatura_verticale {
  color: inherit;
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 3px; /* Some padding */
  max-height: 180px;
   /* Set a small width */
  
}
.miniatura_verticale:hover {
  box-shadow: 0 0 2px 4px rgba(0, 140, 186, 0.5);
  background-color: #da3a1d;
  transform: scale (1.1);
}
/*larghezza box foto*/
#wrapper_thumb {
  width: 1200px !important;
}

#stage2 {
  width: 890px !important;
}

.itemNumber {
  color: #FFFFFF !important;
  display: none !important;
  background-color: inherit;
}

.caption {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.borderTopLeft {
  border-top: 1px solid #FFFFFF !important;
  border-left: 1px solid #FFFFFF !important;
}

.selectedThumbnail, .thumbnail:hover {
  background-color: #fcf29b !important;
  color: inherit;
 
}

.borderRightDotted {
  border-right: 1px dotted #FFFFFF !important;
}

.borderBottomRight {
  border-right: 1px solid #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}

#wrapper_large {
  width: 890px !important;
}

.emptyThumbnail {
  background-color: #FFFFFF !important;
  color: inherit;
}

#previewImage {
  maxSize: 860.00 !important;
}

.paginationLinks, .pagination, #liveUpdatePagination {
}

.thumb {
  border: 1px solid #595959 !important;
}

#liveUpdateSiteTitle {
}

.borderBottom {
  border-bottom: 1px solid #ffffff !important;
}

#stage {
  width: 645px !important;
}

.textColor {
  color: #0c5e3e !important;
  background-color: inherit;
}


</pre></body></html>