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

Revision 1205, 2.1 KB checked in by amuller, 15 years ago (diff)

Ticket #88 - Adaptação pro expresso2.0

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