aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r--themes/smartpocket/theme.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css
new file mode 100644
index 000000000..0595d9195
--- /dev/null
+++ b/themes/smartpocket/theme.css
@@ -0,0 +1,17 @@
+@import "jquery.mobile.css";
+@import "photoswipe.css";
+
+.title { margin: 10px; text-align: center; }
+.menubar { float: right; }
+.home_button { float: left; }
+
+.ui-icon-profil { background-image: url("images/profil.png"); background-color: transparent; }
+
+.ui-content { overflow: hidden; }
+.ui-field-contain { padding: 5px; border: 0; }
+
+.thumbnails { list-style: none; padding: 0; margin: 0; }
+.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
+.thumbnails li { float: left; width: 33.33333333%; }
+.thumbnails li a { display: block; margin: 5px; }
+.thumbnails li img { display: block; width: 100%; height: auto; }