summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-05 14:08:28 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-05 14:08:28 +0200
commit18b73873dc81fdbd450ecb29e4f251e29eb2beaf (patch)
tree070847532027fce2d8dcb7c45c3df1c173dad814 /skins
parent5048970a549d973971ff05de108af0d792d4dac2 (diff)
New skin selection with full name, license and thumbnail
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/meta.json6
-rw-r--r--skins/classic/settings.css40
-rw-r--r--skins/classic/thumbnail.pngbin0 -> 2508 bytes
-rw-r--r--skins/larry/meta.json6
-rw-r--r--skins/larry/settings.css33
-rw-r--r--skins/larry/thumbnail.pngbin0 -> 3838 bytes
6 files changed, 85 insertions, 0 deletions
diff --git a/skins/classic/meta.json b/skins/classic/meta.json
new file mode 100644
index 000000000..5cbdf9494
--- /dev/null
+++ b/skins/classic/meta.json
@@ -0,0 +1,6 @@
+{
+ "name": "Classic",
+ "author": "The Roundcube Dev Team",
+ "license": "Creative Commons Attribution-ShareAlike",
+ "license-url": "http://creativecommons.org/licenses/by-sa/3.0/"
+} \ No newline at end of file
diff --git a/skins/classic/settings.css b/skins/classic/settings.css
index 24c4382b5..c918e3c18 100644
--- a/skins/classic/settings.css
+++ b/skins/classic/settings.css
@@ -198,6 +198,46 @@ div.readtext
margin-top: 1.5em;
}
+.skinselection
+{
+ display: block;
+ white-space: nowrap;
+ margin: 0.3em 0;
+}
+
+.skinselection span
+{
+ display: inline-block;
+ vertical-align: middle;
+ padding-right: 1em;
+}
+
+.skinselection .skinname
+{
+ font-weight: bold;
+}
+
+.skinselection .skinlicense,
+.skinselection .skinlicense a
+{
+ color: #999;
+ font-style: italic;
+ text-decoration: none;
+}
+
+.skinselection .skinlicense a:hover
+{
+ text-decoration: underline;
+}
+
+img.skinthumbnail
+{
+ width: 64px;
+ height: 64px;
+ border: 1px solid #999;
+ background: #fff;
+}
+
#pluginlist
{
border: 1px solid #999;
diff --git a/skins/classic/thumbnail.png b/skins/classic/thumbnail.png
new file mode 100644
index 000000000..d6b952761
--- /dev/null
+++ b/skins/classic/thumbnail.png
Binary files differ
diff --git a/skins/larry/meta.json b/skins/larry/meta.json
new file mode 100644
index 000000000..cf5670a42
--- /dev/null
+++ b/skins/larry/meta.json
@@ -0,0 +1,6 @@
+{
+ "name": "Larry",
+ "author": "FLINT / Büro für Gestaltung, Switzerland",
+ "license": "Creative Commons Attribution-ShareAlike",
+ "license-url": "http://creativecommons.org/licenses/by-sa/3.0/"
+} \ No newline at end of file
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 8480358ca..1734b55e5 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -217,6 +217,39 @@
text-align: right;
}
+.skinselection {
+ display: block;
+}
+
+.skinselection span {
+ display: inline-block;
+ vertical-align: middle;
+ padding-right: 1em;
+}
+
+.skinselection .skinname {
+ font-weight: bold;
+}
+
+.skinselection .skinlicense,
+.skinselection .skinlicense a {
+ font-style: italic;
+ color: #666;
+ text-decoration: none;
+}
+
+.skinselection .skinlicense a:hover {
+ text-decoration: underline;
+}
+
+img.skinthumbnail {
+ width: 64px;
+ height: 64px;
+ border: 1px solid #ccc;
+ background: #fff;
+ border-radius: 4px;
+}
+
#pluginlist td.version {
width: 5em;
}
diff --git a/skins/larry/thumbnail.png b/skins/larry/thumbnail.png
new file mode 100644
index 000000000..1cd23ad3e
--- /dev/null
+++ b/skins/larry/thumbnail.png
Binary files differ