diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/meta.json | 6 | ||||
-rw-r--r-- | skins/classic/settings.css | 40 | ||||
-rw-r--r-- | skins/classic/thumbnail.png | bin | 0 -> 2508 bytes | |||
-rw-r--r-- | skins/larry/meta.json | 6 | ||||
-rw-r--r-- | skins/larry/settings.css | 33 | ||||
-rw-r--r-- | skins/larry/thumbnail.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..d6b952761 --- /dev/null +++ b/skins/classic/thumbnail.png 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 Binary files differnew file mode 100644 index 000000000..1cd23ad3e --- /dev/null +++ b/skins/larry/thumbnail.png |