placeholder for photo

This commit is contained in:
Krivchikov Dmitry 2016-01-14 23:42:56 +03:00
parent a6dd8a868e
commit e5fc7104b9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ body.openBox div#map {right: 250px;}
div.clear {clear: both;} div.clear {clear: both;}
div.infoCard {text-align: justify;} div.infoCard {text-align: justify;}
div.infoCard h3 {text-align: center; margin-top: 0;} div.infoCard h3 {text-align: center; margin-top: 0;}
div.infoCard div.photoContainer {position: relative; width: 200px;height: 150px;float: left;margin-right: 10px;margin-bottom: 10px; background-image: url(/img/noPhoto200150.png); } div.infoCard div.photoContainer {position: relative; width: 200px;height: 150px;float: left;margin-right: 10px;margin-bottom: 10px; background-color: #fdfdfd; }
div.infoCard img {width: 200px; margin: 0; cursor: pointer;} div.infoCard img {width: 200px; margin: 0; cursor: pointer;}
div.infoCard .photosCount {position: absolute;margin: 3px;color: white;background-color: black;border-radius: 3px;padding: 2px 4px;opacity: 0.5;} div.infoCard .photosCount {position: absolute;margin: 3px;color: white;background-color: black;border-radius: 3px;padding: 2px 4px;opacity: 0.5;}
div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;} div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;}