summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/div_layout.css11
-rwxr-xr-xcss/stock.css10
2 files changed, 21 insertions, 0 deletions
diff --git a/css/div_layout.css b/css/div_layout.css
new file mode 100755
index 0000000..96f9b3f
--- /dev/null
+++ b/css/div_layout.css
@@ -0,0 +1,11 @@
+/* generic div based fisheye settings */
+/* you can override these in your own css file */
+.thumbnailblock .avatar-thmb,
+.thumbnailblock .small-thmb,
+.thumbnailblock .medium-thmb,
+.thumbnailblock .large-thmb {float:left; overflow:auto;}
+
+.thumbnailblock .avatar-thmb {width:120px; height:170px;}
+.thumbnailblock .small-thmb {width:180px; height:230px;}
+.thumbnailblock .medium-thmb {width:420px; height:470px;}
+.thumbnailblock .large-thmb {width:820px; height:870px;}
diff --git a/css/stock.css b/css/stock.css
new file mode 100755
index 0000000..68eb675
--- /dev/null
+++ b/css/stock.css
@@ -0,0 +1,10 @@
+.square {position: relative;width: 95%;padding-bottom: 95%;margin:2.5%;background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius: 5px;}
+.square img {height:100%;width:100%;position:absolute; opacity: 0;filter: alpha(opacity=0);}
+.gallery-description {line-height: 1.25em; min-height: 2.5em;}
+h3.gallery-title {line-height: 1em;margin: 0;font-size: 1.15em; padding: 10px;background-color: rgba(0, 0, 0, .5);position: absolute;bottom:0;width:100%;border-radius: 0 0 5px 5px;}
+h3.gallery-title a {color:#fff;text-shadow: 0px 0px 4px #000}
+@media only screen and (max-width: 768px) {
+.galleries>div:nth-child(even) {padding-left: 5px;}
+.galleries>div:nth-child(odd) {padding-right: 5px;}
+h3.gallery-title {font-size: 1.1em;padding: 10px;}
+} \ No newline at end of file