<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS3 STYLE GENERIC */
.view {
   width: 202px !important;
   height: 162px !important;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 202px !important;
   height: 162px !important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url('../images/read-more.png') center no-repeat;
  
  width:100px;
   color:#fff;
   height:100px;
}
</pre></body></html>