mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-01 09:27:15 +01:00
190 lines
4.0 KiB
CSS
190 lines
4.0 KiB
CSS
|
/*
|
||
|
|
||
|
Copyright 2008-2011 Clipperz Srl
|
||
|
|
||
|
This file is part of Clipperz's Javascript Crypto Library.
|
||
|
Javascript Crypto Library provides web developers with an extensive
|
||
|
and efficient set of cryptographic functions. The library aims to
|
||
|
obtain maximum execution speed while preserving modularity and
|
||
|
reusability.
|
||
|
For further information about its features and functionalities please
|
||
|
refer to http://www.clipperz.com
|
||
|
|
||
|
* Javascript Crypto Library 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.
|
||
|
|
||
|
* Javascript Crypto Library 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 Javascript Crypto Library. If not, see
|
||
|
<http://www.gnu.org/licenses/>.
|
||
|
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
|
||
|
Code licensed under the BSD License:
|
||
|
http://developer.yahoo.net/yui/license.txt
|
||
|
Version 0.11.3
|
||
|
*/
|
||
|
|
||
|
.yui-cal2upwrapper {*height:1%;} /* IE */
|
||
|
.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
|
||
|
|
||
|
.yui-calcontainer {
|
||
|
float:left;
|
||
|
padding:5px;
|
||
|
background-color:#F7F9FB;
|
||
|
border:1px solid #7B9EBD;
|
||
|
}
|
||
|
|
||
|
.yui-calcontainer .title {
|
||
|
font:100% sans-serif;
|
||
|
color:#000;
|
||
|
font-weight:bold;
|
||
|
margin-bottom:5px;
|
||
|
height:auto;
|
||
|
position:relative;
|
||
|
}
|
||
|
|
||
|
.yui-calcontainer .title .close-icon {
|
||
|
position:absolute;
|
||
|
right:0;
|
||
|
top:0;
|
||
|
border:none;
|
||
|
}
|
||
|
|
||
|
.yui-calcontainer .cal2up {
|
||
|
float:left;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calnavleft {
|
||
|
position:absolute;
|
||
|
background-repeat:no-repeat;
|
||
|
cursor:pointer;
|
||
|
top:2px;
|
||
|
bottom:0;
|
||
|
width:9px;
|
||
|
height:12px;
|
||
|
left:2px;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calnavright {
|
||
|
position:absolute;
|
||
|
background-repeat:no-repeat;
|
||
|
cursor:pointer;
|
||
|
top:2px;
|
||
|
bottom:0;
|
||
|
width:9px;
|
||
|
height:12px;
|
||
|
right:2px;
|
||
|
}
|
||
|
|
||
|
/* Calendar element styles */
|
||
|
|
||
|
.yui-calendar {
|
||
|
font:100% sans-serif;
|
||
|
text-align:center;
|
||
|
border-spacing:0;
|
||
|
border-collapse:separate;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell {
|
||
|
padding:.1em .2em;
|
||
|
border:1px solid #E0E0E0;
|
||
|
background-color:#FFF;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell a {
|
||
|
color:#003DB8;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.today {
|
||
|
border:1px solid #000;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.oom {
|
||
|
cursor:default;
|
||
|
color:#999;
|
||
|
background-color:#EEE;
|
||
|
border:1px solid #E0E0E0;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.selected {
|
||
|
color:#003DB8;
|
||
|
background-color:#FFF19F;
|
||
|
border:1px solid #FF9900;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.calcellhover {
|
||
|
cursor:pointer;
|
||
|
color:#FFF;
|
||
|
background-color:#FF9900;
|
||
|
border:1px solid #FF9900;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.calcellhover a {
|
||
|
color:#FFF;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.restricted {
|
||
|
text-decoration:line-through;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.previous {
|
||
|
color:#CCC;
|
||
|
}
|
||
|
|
||
|
.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
|
||
|
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
|
||
|
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
|
||
|
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }
|
||
|
|
||
|
|
||
|
.yui-calendar .calhead {
|
||
|
border:1px solid #E0E0E0;
|
||
|
vertical-align:middle;
|
||
|
background-color:#FFF;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calheader {
|
||
|
position:relative;
|
||
|
width:100%;
|
||
|
text-align:center;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calheader img {
|
||
|
border:none;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calweekdaycell {
|
||
|
color:#666;
|
||
|
font-weight:normal;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calfoot {
|
||
|
background-color:#EEE;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
|
||
|
color:#666;
|
||
|
font-size:9px;
|
||
|
font-style:italic;
|
||
|
font-weight:normal;
|
||
|
width:15px;
|
||
|
}
|
||
|
|
||
|
.yui-calendar .calrowhead {
|
||
|
border-right-width:2px;
|
||
|
}
|
||
|
|
||
|
/*Specific changes for calendar running under fonts/reset */
|
||
|
.yui-calendar a:hover {background:inherit;}
|
||
|
p#clear {clear:left; padding-top:10px;}
|