source: trunk/expressoCalendar/templates/default/main.css @ 665

Revision 665, 2.2 KB checked in by niltonneto, 15 years ago (diff)

Alterações feitas pelo desenvolvedor, referente ao expressoCalendar (nova agenda).
Alexandre MUller => amuller@…

Line 
1.table_common {
2        border:0px solid black;
3        border-collapse: collapse;     
4        background: rgb(195, 217, 255) none repeat scroll 0% 50%;
5}
6.td_header {
7        background: rgb(195, 217, 255) none repeat scroll 0% 50%;
8        border: 1px solid lightgray;
9        border-collapse: collapse;     
10        color: darkblue;
11        font-size: 0.8em;       
12        font-family:arial, verdana;
13        text-align:center;
14 }
15
16 .td_common {
17         background: white none repeat scroll 0% 50%;
18         border: 1px solid lightgray;
19         border-collapse: collapse;
20         color: darkblue;
21         text-align:left;
22         font-size: 0.8em;     
23         font-family:arial, verdana;
24 }
25
26 .td_day {
27         background: white none repeat scroll 0% 50%;
28         border: 1px solid lightgray;
29/*       height: 15px;*/
30         color: darkblue;
31         text-align:left;
32         font-size: 0.8em;
33         font-family:arial, verdana;
34          }
35
36 .a_common {
37        color: darkblue;
38        font-size: 0.7em;       
39        font-family:arial, verdana;
40}
41
42 .input_common {
43     font-family: Verdana;
44     font-size: 9px;
45     color: #576f8b;
46     text-decoration: none;
47     background-color: #FFFFFF;
48     border: 1px #576f8b solid;
49}
50.action_info_th {
51        font-family: Verdana, Arial, Helvetica, sans-serif;
52        font-size: 11px;
53        border-width: 0px 0px 0px 0px;
54padding: 1px 10px 0px 10px;
55         border-style: inset inset inset inset;
56         border-color: gray gray gray gray;
57         background-color: rgb(250, 209, 99);
58         -moz-border-radius: 6px 6px 6px 6px;
59}
60
61.action_error_th {
62        font-family: Verdana, Arial, Helvetica, sans-serif;
63        font-size: 11px;
64        border-width: 0px 0px 0px 0px;
65        padding: 1px 10px 0px 10px;
66        border-style: inset inset inset inset;
67        border-color: gray gray gray gray;
68        background-color: red;
69        color: white;
70        -moz-border-radius: 6px 6px 6px 6px;
71}
72
73
74.resize_div {
75        position: absolute;
76        background: url(./images/resize.png);
77        width: 11px;
78        height: 11px;
79        bottom: 0px;
80        right: 0px;
81        cursor: se-resize;
82}
83
84.buttontype {
85        background-color: rgb(239, 239, 231);
86        -moz-border-radius: 5px 5px 5px 5px;
87        width: auto;
88        border: 2px #AAA solid;
89        color:  #1111AA;
90        text-decoration: none;
91}
92
93.event_div {
94        font-family: Verdana, Arial, Helvetica, sans-serif;
95        position: absolute;
96        font-size: 11.5px;
97        /*width: 35%;*/
98        display: block;
99        overflow: hidden;
100        border: 1px solid gray; /* lightgray;*/
101        background-color: #FFFFCC; /* CCFFFF */
102        -moz-border-radius: 6px 6px 6px 6px;
103
104}
Note: See TracBrowser for help on using the repository browser.