|
@@ -2430,37 +2430,43 @@ img.me {
|
|
|
font-size: 10px;
|
|
|
margin: 5px;
|
|
|
}
|
|
|
-
|
|
|
-#content .gallery {
|
|
|
- margin: 0 auto 18px;
|
|
|
+#content .attachment img {
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
-#content .gallery .gallery-item {
|
|
|
+.gallery { margin: 0 auto 18px; }
|
|
|
+.gallery .gallery-item {
|
|
|
float: left;
|
|
|
margin-top: 0;
|
|
|
text-align: center;
|
|
|
width: 33%;
|
|
|
}
|
|
|
-#content .gallery img {
|
|
|
- border: 2px solid #cfcfcf;
|
|
|
-}
|
|
|
-#content .gallery .gallery-caption {
|
|
|
- color: #888;
|
|
|
- font-size: 12px;
|
|
|
- margin: 0 0 12px;
|
|
|
+.gallery-columns-2 .gallery-item { width: 50%; }
|
|
|
+.gallery-columns-4 .gallery-item { width: 25%; }
|
|
|
+.gallery img {
|
|
|
+ box-shadow: 0px 0px 4px #999;
|
|
|
+ border: 5px solid #000;
|
|
|
+ padding: 8px;
|
|
|
+ background: #555;
|
|
|
}
|
|
|
-#content .gallery dl {
|
|
|
- margin: 0;
|
|
|
+.gallery img:hover {
|
|
|
+ background: #777;
|
|
|
}
|
|
|
-#content .gallery img {
|
|
|
- border: 10px solid #f1f1f1;
|
|
|
+.gallery-columns-2 .attachment-medium {
|
|
|
+ max-width: 92%;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
-#content .gallery br+br {
|
|
|
- display: none;
|
|
|
+.gallery-columns-4 .attachment-thumbnail {
|
|
|
+ max-width: 84%;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
-#content .attachment img {
|
|
|
- display: block;
|
|
|
- margin: 0 auto;
|
|
|
+.gallery .gallery-caption {
|
|
|
+ color: #888;
|
|
|
+ font-size: 12px;
|
|
|
+ margin: 0 0 12px;
|
|
|
}
|
|
|
+.gallery dl, .gallery dt { margin: 0; }
|
|
|
+.gallery br+br { display: none; }
|
|
|
|
|
|
|
|
|
/*============================================
|