source: contrib/davical/htdocs/css/edit.css @ 3733

Revision 3733, 1.7 KB checked in by gabriel.malheiros, 13 years ago (diff)

Ticket #1541 - <Davical customizado para o Expresso.Utiliza Caldav e CardDav?>

Line 
1.left {
2  text-align:left;
3}
4
5
6.center {
7  text-align:center;
8  white-space:nowrap;
9}
10
11
12.money, .right {
13  text-align:right;
14}
15
16.entry, input.money, input.date {
17  padding: 0;
18  margin: 0 -2px;
19/*  border: 1px #fffff0 dashed;
20  background-color: #f0f8d0; */
21  font-size: 0.9em;
22  font-family: Courier New, Courier, fixed;
23}
24input[type="checkbox"].entry {
25  margin-top:0.25em;
26}
27
28select.entry {
29  font-family: Helvetica Narrow, Arial Narrow, sans-serif;
30  font-size: 85%;
31}
32
33th.h2 {
34  font-size: 130%;
35  font-weight: bold;
36  font-family: verdana, sans-serif;
37  padding: 0 0.3em;
38  margin: 1px 0 0 0;
39  line-height: inherit;
40  text-align: left;
41}
42
43
44input {
45  margin: 0;
46  font-family: Courier New, monospace;
47}
48
49
50label, th.prompt {
51  font-family: Verdana, sans-serif;
52  font-weight: bolder;
53  font-size: 110%;
54  text-align: right;
55}
56
57
58a.order, a.invisilink {
59  text-decoration:none;
60  color: inherit;
61}
62
63
64.submit {
65  text-decoration: none;
66  font: small-caps bold 95% sans-serif;
67  color: #fff;
68  background-color: #483D8B;
69  padding: 0px 1px 1px 1px;
70  margin: 0;
71  vertical-align: text-bottom;
72  border: thin outset;
73  -moz-border-radius: 3px;
74}
75
76
77.submit:hover {
78  color: #FFD700;
79  border: thin inset;
80}
81
82a.submit {
83 padding: 0.07em 0.25em;
84}
85
86
87table {
88  background-color: #F0E8FF;
89  border-collapse:collapse;
90  margin-top:1px;
91  margin-bottom:0.1em;
92}
93
94
95th {
96  padding: 0.15em 0.3em 0;
97  font-weight: bolder;
98  background-color: #F0E8FF;
99}
100
101
102td {
103  padding: 0 0.2em;
104  border: thin white solid;
105}
106
107
108tr {
109  vertical-align:top;
110  border: thin white solid;
111}
112
113
114
115table.form_inner, table.form_inner tr, table.form_inner td, table.form_inner th {
116  margin: 0;
117  padding-left: 0;
118  border: 0;
119  border-collapse: collapse;
120}
121
122table.form_inner {
123  width: 100%;
124}
Note: See TracBrowser for help on using the repository browser.