-
+
+
+
+
+
+
- Animals
+ $1000
+ 2 Weeks
- Click to view more information about a magic dog at dog.com
+ This adult stay away from home camp will teach you everything you need to know about forestry and homebrew.
+
+
+
+
+
+
+
+
+
+ $1600
+ 6 Weeks
+
+
+ Learn astrology the old fashioned way in this stayaway camp for kids aged 8-17.
+
+
diff --git a/server/files/images/movies/12years-horizontal.jpg b/server/files/images/movies/12years-horizontal.jpg
new file mode 100755
index 000000000..c84b2a87a
Binary files /dev/null and b/server/files/images/movies/12years-horizontal.jpg differ
diff --git a/server/files/images/movies/12years.jpg b/server/files/images/movies/12years.jpg
new file mode 100755
index 000000000..a7689ce15
Binary files /dev/null and b/server/files/images/movies/12years.jpg differ
diff --git a/server/files/images/movies/spiderman-horizontal.jpg b/server/files/images/movies/spiderman-horizontal.jpg
new file mode 100755
index 000000000..45deff934
Binary files /dev/null and b/server/files/images/movies/spiderman-horizontal.jpg differ
diff --git a/server/files/images/movies/spiderman.jpg b/server/files/images/movies/spiderman.jpg
new file mode 100755
index 000000000..8b19cc141
Binary files /dev/null and b/server/files/images/movies/spiderman.jpg differ
diff --git a/server/files/images/movies/totoro-horizontal.jpg b/server/files/images/movies/totoro-horizontal.jpg
new file mode 100755
index 000000000..db2688983
Binary files /dev/null and b/server/files/images/movies/totoro-horizontal.jpg differ
diff --git a/server/files/images/movies/totoro.jpg b/server/files/images/movies/totoro.jpg
new file mode 100755
index 000000000..db9f1a751
Binary files /dev/null and b/server/files/images/movies/totoro.jpg differ
diff --git a/server/files/images/movies/watchmen-horizontal.jpg b/server/files/images/movies/watchmen-horizontal.jpg
new file mode 100755
index 000000000..e9e9d8d23
Binary files /dev/null and b/server/files/images/movies/watchmen-horizontal.jpg differ
diff --git a/server/files/images/movies/watchmen.jpg b/server/files/images/movies/watchmen.jpg
new file mode 100755
index 000000000..aa5f98fd4
Binary files /dev/null and b/server/files/images/movies/watchmen.jpg differ
diff --git a/server/files/javascript/semantic.js b/server/files/javascript/semantic.js
index cdf05879a..ae170ec14 100755
--- a/server/files/javascript/semantic.js
+++ b/server/files/javascript/semantic.js
@@ -485,7 +485,7 @@ semantic.ready = function() {
editorSession.setUseSoftTabs(true);
codeHeight = editorSession.getScreenLength() * editor.renderer.lineHeight + padding;
$(this)
- // .height(codeHeight + 'px')
+ .height(codeHeight + 'px')
.wrap('
')
;
// add label
@@ -564,12 +564,12 @@ semantic.ready = function() {
})
;
-/* $(window)
+ $(window)
.on('resize', function() {
clearTimeout(handler.timer);
handler.timer = setTimeout(handler.resizeCode, 500);
})
- ;*/
+ ;
$downloadDropdown
.dropdown({
diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css
index 54923669d..191a32556 100755
--- a/server/files/stylesheets/semantic.css
+++ b/server/files/stylesheets/semantic.css
@@ -1042,7 +1042,7 @@ body#example.hide {
position: relative;
background: none;
}
-#example div.code .ace_scroller {
+/*#example div.code .ace_scroller {
position: relative;
}
#example div.code .ace_content {
@@ -1051,7 +1051,7 @@ body#example.hide {
}
#example div.code .ace_layer {
position: relative;
-}
+}*/
#example div.code .ace_gutter,
#example div.code .ace_scroller {
background-color: transparent;
@@ -1240,13 +1240,23 @@ body#example.hide {
#example .ui.type.cards .image .grid {
-webkit-animation: grid 15s ease infinite;
-moz-animation: grid 15s ease infinite;
+ animation: grid 15s ease infinite;
background-color: #F6F6F6;
- margin: 0em auto;
box-shadow:
0px 0px 0px 1px rgba(0, 0, 0, 0.1),
0px 1px 2px 0px rgba(0, 0, 0, 0.1)
;
}
+#example .highlighted.example > .grid {
+ margin: 0em auto;
+}
+#example .highlighted.example .grid .grid {
+ -webkit-animation: none;
+ -moz-animation: none;
+ animation: none;
+ box-shadow: none;
+ background-color: rgba(0, 0, 0, 0.02);
+}
#example .highlighted.example .grid .row,
#example .ui.type.cards .image .grid .row {
border-top: 1px solid #DDDDDD;