Browse Source

gallery/schedule

windhamdavid 8 years ago
parent
commit
6d7866993b
3 changed files with 31 additions and 20 deletions
  1. 5 0
      js/about.js
  2. 26 20
      style.css
  3. 0 0
      style.min.css

+ 5 - 0
js/about.js

@@ -294,6 +294,11 @@ $('.calendar').fullCalendar ({
 				end: '2017-01-10',
 				borderColor: 'red'
 			},
+			{
+				title: 'Project',
+				start: '2017-01-24',
+				end: '2017-03-18',
+			},
 	]
 });
 

+ 26 - 20
style.css

@@ -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; }
 
 
 /*============================================

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff