~pablocapeluto/cds-php/devel-3.1

« back to all changes in this revision

Viewing changes to templates/default/tabla.css

  • Committer: pcapeluto at gmail
  • Date: 2010-08-20 17:51:08 UTC
  • Revision ID: pcapeluto@gmail.com-20100820175108-jyi8dbyj15uy9p4i
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.tabla {
 
2
font-family: Verdana, Arial, Helvetica, sans-serif;
 
3
font-size:12px;
 
4
text-align: right;
 
5
width: 600px;
 
6
}
 
7
 .tabla th {
 
8
padding: 5px;
 
9
font-size: 16px;
 
10
background-color: #83aec0;
 
11
background-image: url(images/fondo_th.png);
 
12
background-repeat: repeat-x;
 
13
color: #FFFFFF;
 
14
border-right-width: 1px;
 
15
border-bottom-width: 1px;
 
16
border-right-style: solid;
 
17
border-bottom-style: solid;
 
18
border-right-color: #558FA6;
 
19
border-bottom-color: #558FA6;
 
20
font-family: “Trebuchet MS”, Arial;
 
21
text-transform: uppercase;
 
22
}
 
23
 
 
24
.tabla .modo1 {
 
25
font-size: 12px;
 
26
font-weight:bold;
 
27
background-color: #e2ebef;
 
28
background-image: url(images/fondo_tr01.png);
 
29
background-repeat: repeat-x;
 
30
color: #34484E;
 
31
font-family: “Trebuchet MS”, Arial;
 
32
}
 
33
.tabla .modo1 td {
 
34
padding: 5px;
 
35
border-right-width: 1px;
 
36
border-bottom-width: 1px;
 
37
border-right-style: solid;
 
38
border-bottom-style: solid;
 
39
border-right-color: #A4C4D0;
 
40
border-bottom-color: #A4C4D0;
 
41
text-align:right;
 
42
}
 
43
 
 
44
.tabla .modo2 {
 
45
font-size: 12px;
 
46
font-weight:bold;
 
47
background-color: #fdfdf1;
 
48
background-image: url(images/fondo_tr02.png);
 
49
background-repeat: repeat-x;
 
50
color: #990000;
 
51
font-family: “Trebuchet MS”, Arial;
 
52
text-align:left;
 
53
}
 
54
.tabla .modo2 td {
 
55
padding: 5px;
 
56
border-right-width: 1px;
 
57
border-bottom-width: 1px;
 
58
border-right-style: solid;
 
59
border-bottom-style: solid;
 
60
border-right-color: #EBE9BC;
 
61
border-bottom-color: #EBE9BC;
 
62
}
 
63
.tabla .modo2 th {
 
64
background-image: url(images/fondo_tr02a.png);
 
65
background-position: left top;
 
66
font-size: 12px;
 
67
font-weight:bold;
 
68
background-color: #fdfdf1;
 
69
background-repeat: repeat-x;
 
70
color: #990000;
 
71
font-family: “Trebuchet MS”, Arial;
 
72
text-align:left;
 
73
border-right-width: 1px;
 
74
border-bottom-width: 1px;
 
75
border-right-style: solid;
 
76
border-bottom-style: solid;
 
77
border-right-color: #EBE9BC;
 
78
border-bottom-color: #EBE9BC;
 
79
}
 
80