From b2034fdfec040a67988e543a911208ef2491ce7a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Sun, 22 Feb 2015 12:58:46 +0100 Subject: New RoundCube Plugins Git folder --- acl/skins/classic/acl.css | 98 ++++++++++++++++++++++++++ acl/skins/classic/images/enabled.png | Bin 0 -> 674 bytes acl/skins/classic/images/partial.png | Bin 0 -> 389 bytes acl/skins/classic/templates/table.html | 46 ++++++++++++ acl/skins/larry/acl.css | 124 +++++++++++++++++++++++++++++++++ acl/skins/larry/images/enabled.png | Bin 0 -> 674 bytes acl/skins/larry/images/partial.png | Bin 0 -> 389 bytes acl/skins/larry/templates/table.html | 30 ++++++++ 8 files changed, 298 insertions(+) create mode 100644 acl/skins/classic/acl.css create mode 100644 acl/skins/classic/images/enabled.png create mode 100644 acl/skins/classic/images/partial.png create mode 100644 acl/skins/classic/templates/table.html create mode 100644 acl/skins/larry/acl.css create mode 100644 acl/skins/larry/images/enabled.png create mode 100644 acl/skins/larry/images/partial.png create mode 100644 acl/skins/larry/templates/table.html (limited to 'acl/skins') diff --git a/acl/skins/classic/acl.css b/acl/skins/classic/acl.css new file mode 100644 index 0000000..e95e3b3 --- /dev/null +++ b/acl/skins/classic/acl.css @@ -0,0 +1,98 @@ +#aclmanager +{ + position: relative; + border: 1px solid #999; + min-height: 302px; +} + +#aclcontainer +{ + overflow-x: auto; +} + +#acltable +{ + width: 100%; + border-collapse: collapse; + background-color: #F9F9F9; +} + +#acltable td +{ + width: 1%; + white-space: nowrap; +} + +#acltable thead td +{ + padding: 0 4px 0 2px; +} + +#acltable tbody td +{ + text-align: center; + padding: 2px; + border-bottom: 1px solid #999999; + cursor: default; +} + +#acltable tbody td.user +{ + width: 96%; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; +} + +#acltable tbody td.partial +{ + background: url(images/partial.png) center no-repeat; +} + +#acltable tbody td.enabled +{ + background: url(images/enabled.png) center no-repeat; +} + +#acltable tr.selected td +{ + color: #FFFFFF; + background-color: #CC3333; +} + +#acltable tr.unfocused td +{ + color: #FFFFFF; + background-color: #929292; +} + +#acladvswitch +{ + position: absolute; + right: 4px; + text-align: right; + line-height: 22px; +} + +#acladvswitch input +{ + vertical-align: middle; +} + +#acladvswitch span +{ + display: block; +} + +#aclform +{ + display: none; +} + +#aclform div +{ + padding: 0; + text-align: center; + clear: both; +} diff --git a/acl/skins/classic/images/enabled.png b/acl/skins/classic/images/enabled.png new file mode 100644 index 0000000..98215f6 Binary files /dev/null and b/acl/skins/classic/images/enabled.png differ diff --git a/acl/skins/classic/images/partial.png b/acl/skins/classic/images/partial.png new file mode 100644 index 0000000..12023f0 Binary files /dev/null and b/acl/skins/classic/images/partial.png differ diff --git a/acl/skins/classic/templates/table.html b/acl/skins/classic/templates/table.html new file mode 100644 index 0000000..5c4d2d8 --- /dev/null +++ b/acl/skins/classic/templates/table.html @@ -0,0 +1,46 @@ + + +
+
+ +
+
+ + +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ + diff --git a/acl/skins/larry/acl.css b/acl/skins/larry/acl.css new file mode 100644 index 0000000..bd72b3c --- /dev/null +++ b/acl/skins/larry/acl.css @@ -0,0 +1,124 @@ +#aclcontainer +{ + overflow-x: auto; + border: 1px solid #CCDDE4; + background-color: #D9ECF4; + height: 272px; + box-shadow: none; +} + +#acllist-content +{ + position: relative; + height: 230px; + background-color: white; +} + +#acllist-footer +{ + position: relative; +} + +#acltable +{ + width: 100%; + border-collapse: collapse; + border: none; +} + +#acltable th, +#acltable td +{ + white-space: nowrap; + text-align: center; +} + +#acltable thead tr th +{ + font-size: 11px; + font-weight: bold; +} + +#acltable tbody td +{ + text-align: center; + height: 16px; + cursor: default; +} + +#acltable thead tr > .user +{ + width: 30%; + border-left: none; +} + +#acltable.advanced thead tr > .user { + width: 25%; +} + +#acltable tbody td.user +{ + text-align: left; +} + +#acltable tbody td.partial +{ + background-image: url(images/partial.png); + background-position: center; + background-repeat: no-repeat; +} + +#acltable tbody td.enabled +{ + background-image: url(images/enabled.png); + background-position: center; + background-repeat: no-repeat; +} + +#acltable tbody tr.selected td.partial +{ + background-color: #019bc6; + background-image: url(images/partial.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/partial.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4)); + background-image: url(images/partial.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/partial.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/partial.png), linear-gradient(top, #019bc6 0%, #017cb4 100%); +} + +#acltable tbody tr.selected td.enabled +{ + background-color: #019bc6; + background-image: url(images/enabled.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/enabled.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4)); + background-image: url(images/enabled.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/enabled.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%); + background-image: url(images/enabled.png), linear-gradient(top, #019bc6 0%, #017cb4 100%); +} + +#aclform +{ + display: none; +} + +#aclform div +{ + padding: 0; + text-align: center; + clear: both; +} + +#aclform ul +{ + list-style: none; + margin: 0.2em; + padding: 0; +} + +#aclform ul li label +{ + margin-left: 0.5em; +} + +ul.toolbarmenu li span.delete { + background-position: 0 -1509px; +} diff --git a/acl/skins/larry/images/enabled.png b/acl/skins/larry/images/enabled.png new file mode 100644 index 0000000..98215f6 Binary files /dev/null and b/acl/skins/larry/images/enabled.png differ diff --git a/acl/skins/larry/images/partial.png b/acl/skins/larry/images/partial.png new file mode 100644 index 0000000..12023f0 Binary files /dev/null and b/acl/skins/larry/images/partial.png differ diff --git a/acl/skins/larry/templates/table.html b/acl/skins/larry/templates/table.html new file mode 100644 index 0000000..16a97df --- /dev/null +++ b/acl/skins/larry/templates/table.html @@ -0,0 +1,30 @@ +
+
+

+ +
+ +
+ + + + -- cgit v1.2.3