From 185949cb778dd13a566781bbfa8ef7ed344cc705 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Sat, 11 Feb 2012 23:34:25 +0000 Subject: Improved build scripts Signed-off-by: Giulio Cesare Solaroli --- (limited to 'frontend/gamma/css/compact.css') diff --git a/frontend/gamma/css/compact.css b/frontend/gamma/css/compact.css new file mode 100644 index 0000000..0b32401 --- a/dev/null +++ b/frontend/gamma/css/compact.css @@ -0,0 +1,151 @@ +/* + +Copyright 2008-2011 Clipperz Srl + +This file is part of Clipperz Community Edition. +Clipperz Community Edition is an online password manager. +For further information about its features and functionalities please +refer to http://www.clipperz.com. + +* Clipperz Community Edition is free software: you can redistribute + it and/or modify it under the terms of the GNU Affero General Public + License as published by the Free Software Foundation, either version + 3 of the License, or (at your option) any later version. + +* Clipperz Community Edition is distributed in the hope that it will + be useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + +* You should have received a copy of the GNU Affero General Public + License along with Clipperz Community Edition. If not, see + . + +*/ + +/* @override https://www.example.com/css/compact.css */ +/* + +Color list: +- login box: + light #ff9955 + dark #ff6622 +- login button: + regular #dd5500 + hover #773311 +- login translations: + box: #cc6622; + not-selected: + color: #ddaa99 + background: #994422 + selected: #772211; +*/ +body.compact div#mainDiv { + /* + width: 250px; + height: 95%; + border: 1px solid #333366; +*/ + + padding: 0px; +} +body.compact div#compactHeader { + background-color: #333366; +} +body.compact div#compactHeader img { + padding: 2px 20px 2px 4px; + width: 60; +} +body.compact div#compactHeader a { + color: white; + text-decoration: none; + font-size: 10pt; + /* position: absolute; */ + + right: 10px; + top: 6px; +} +body.compact div#compactHeader a:hover { + color: #ff9400; +} +body.compact h4 { + color: #999999; + text-align: center; + padding: 20px; + font-weight: normal; + font-size: 12pt; + font-style: italic; +} +body.compact div.loginPanel form { + padding: 10px; +} +body.compact div.loginPanel dt { + color: #aaaaaa; + font-size: 10pt; +} +body.compact div.loginPanel input { + width: 180px; +} +body.compact ul#directLogins { + background-image: none; + padding: 4px 0px; +} +body.compact ul#directLogins li { + width: auto; +} +body.compact ul#directLogins li.hover { + width: auto; + padding-right: 0px; +} +body.compact div.lockPanel { + color: #999999; + font-size: 10pt; + padding: 10px; +} +div#compactMiscLinks ul { + /* text-align: center; */ + + display: block; + padding-left: 22px; + background-color: #ff9400; +} +div#compactMiscLinks ul li { + display: inline; + padding: 2px 5px; +} +div#compactHeader div#compactMiscLinks ul li a { + font-size: 9pt; +} +div#compactHeader div#compactMiscLinks ul li a:hover { + color: #333366; +} +div#lockBlock { + position: absolute; + right: 10px; + top: 6px; +} +div#lockBlock input { + width: auto; + padding-bottom: 2px; +} +div#lockBlock span { + font-size: 9pt; + padding: 0px 5px 0px 4px; + color: #aaaaaa; +} +div#lockBlock a#lock { + font-size: 9pt; +} +/* @group Donate */ +a#donateHeaderLink { + font-weight: bold; +} +div#compactMiscLinks a#donateHeaderIconLink img#donateHeaderLinkIcon { + display: inline; + position: absolute; + top: 22px; + left: 1px; + width: 12px; + height: 12px; +} +/* @end */ \ No newline at end of file -- cgit v0.9.0.2