source: trunk/spip/esqueleto-redcta/plugins/widget_calendar/img_pack/calendar.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 2.7 KB
Line 
1/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
2/* Container Styles */
3
4.calcontainer {*height:1%;} /* IE */
5.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
6
7.calbordered {
8        font-family: Verdana, Arial, Sans, sans-serif;
9        font-size:small;
10        float:left;
11        padding:5px;
12        background-color:#F7F9FB;
13        border:1px solid #7B9EBD;
14min-width:28em;
15-height:14em;
16}
17
18.califrame{
19margin:1px;
20        padding:5px;
21        font-family: Verdana, Arial, Sans, sans-serif;
22        font-size:small;
23width:28em;
24height:14em;
25}
26.calbordered .title{
27        font:small Arial,Helvetica,sans-serif;
28        color:#000;
29        font-weight:bold;
30        margin-bottom:5px;
31        height:auto;
32-width:28em;
33        position:relative;
34}
35
36.close-icon-right, .close-icon-left {
37        position:absolute;
38        top:0;
39        border:none;
40}
41.close-icon-right {
42right:0;
43}
44.close-icon-left {
45left:0;
46}
47.cal2up {
48        /*float:left;*/
49        -position:absolute;
50left:0.5em;
51}
52.calbordered > .cal2up{
53        float:left;
54}
55
56.cal2up2 {
57        /*float:left;*/
58        -position:absolute;
59-left:14em;
60}
61.calbordered > .cal2up2{
62        float:left;
63}
64
65.calnavleft {
66        position:absolute;
67        top:0;
68        bottom:0;
69        height:12px;   
70        left:2px;
71}
72
73.calnavright {
74        position:absolute;
75        top:0;
76        bottom:0;
77        height:12px; 
78        right:2px;
79}
80
81/* Calendar element styles */
82
83.calendar {
84        font:small Arial,Helvetica,sans-serif;
85        text-align:center;
86        border-spacing:0;
87}
88
89.calcell{
90        width:1.5em;
91        height:1em;
92        border:1px solid #E0E0E0;
93        background-color:#FFF;
94text-align:center;
95}
96
97.calcell a {
98        color:#003DB8;
99        text-decoration:none;
100}
101
102.calcell.today {
103        border:1px solid #000;
104}
105
106.calcell.oom, .calcell.oom:hover {
107        cursor:default;
108        color:#999;
109        background-color:#EEE;
110        border:1px solid #E0E0E0;
111}
112
113.selected, .calcell.selected {
114        color:#003DB8;
115        background-color:#FFF19F;
116        border:1px solid #FF9900;
117font-weight:bold;
118}
119
120.calcell:hover, .calcell.calcellhover, .calcell a:hover{
121        cursor:pointer;
122        color:#FFF;
123        background-color:#FF9900;
124        border:1px solid #FF9900;
125}
126
127.calcell.calcellhover a, .calcell:hover a {
128        color:#FFF;
129        background-color:#FF9900;
130        border:1px solid #FF9900;
131}
132
133.calcell.restricted {
134        text-decoration:line-through;
135}
136
137.calcell.previous {
138        color:#CCC;
139}
140
141.calcell.highlight1 { background-color:#CCFF99; }
142.calcell.highlight2 { background-color:#99CCFF; }
143.calcell.highlight3 { background-color:#FFCCCC; }
144.calcell.highlight4 { background-color:#CCFF99; }
145
146
147.calhead {
148        border:1px solid #E0E0E0;
149        vertical-align:middle;
150        background-color:#FFF;
151}
152
153.calheader {
154        position:relative;
155        width:100%;
156}
157
158.calheader img {
159        border:none;
160}
161
162.calweekdaycell {
163        color:#666;
164        font-weight:normal;
165}
166
167.calfoot {
168        background-color:#EEE;
169}
170
171.calrowhead, .calrowfoot {
172        color:#666;
173        font-size:9px;
174        font-style:italic;
175        font-weight:normal;
176        width:15px;
177}
178
179.calrowhead {
180        border-right-width:2px;
181}
Note: See TracBrowser for help on using the repository browser.