corrade-http-templates – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 eva 1 .csstable {
2 margin:0px;padding:0px;
3 width:670px;
4 border:1px solid #000000;
5  
6 -moz-border-radius-bottomleft:0px;
7 -webkit-border-bottom-left-radius:0px;
8 border-bottom-left-radius:0px;
9  
10 -moz-border-radius-bottomright:0px;
11 -webkit-border-bottom-right-radius:0px;
12 border-bottom-right-radius:0px;
13  
14 -moz-border-radius-topright:0px;
15 -webkit-border-top-right-radius:0px;
16 border-top-right-radius:0px;
17  
18 -moz-border-radius-topleft:0px;
19 -webkit-border-top-left-radius:0px;
20 border-top-left-radius:0px;
21 }.csstable table{
22 border-collapse: collapse;
23 border-spacing: 0;
24 width:100%;
25 height:100%;
26 margin:0px;padding:0px;
27 }.csstable tr:last-child td:last-child {
28 -moz-border-radius-bottomright:0px;
29 -webkit-border-bottom-right-radius:0px;
30 border-bottom-right-radius:0px;
31 }
32 .csstable table tr:first-child td:first-child {
33 -moz-border-radius-topleft:0px;
34 -webkit-border-top-left-radius:0px;
35 border-top-left-radius:0px;
36 }
37 .csstable table tr:first-child td:last-child {
38 -moz-border-radius-topright:0px;
39 -webkit-border-top-right-radius:0px;
40 border-top-right-radius:0px;
41 }.csstable tr:last-child td:first-child{
42 -moz-border-radius-bottomleft:0px;
43 -webkit-border-bottom-left-radius:0px;
44 border-bottom-left-radius:0px;
45 }.csstable tr:hover td{
46 background-color:#ffffcc;
47  
48  
49 }
50 .csstable td{
51 vertical-align:middle;
52  
53 background-color:#e5e5e5;
54  
55 border:1px solid #000000;
56 border-width:0px 1px 1px 0px;
57 text-align:left;
58 padding:7px;
59 font-size:10px;
60 font-family:Arial;
61 font-weight:normal;
62 color:#000000;
63 }.csstable tr:last-child td{
64 border-width:0px 1px 0px 0px;
65 }.csstable tr td:last-child{
66 border-width:0px 0px 1px 0px;
67 }.csstable tr:last-child td:last-child{
68 border-width:0px 0px 0px 0px;
69 }
70 .csstable tr:first-child td{
71 background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
72 background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
73 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000"); background: -o-linear-gradient(top,#4c4c4c,000000);
74  
75 background-color:#4c4c4c;
76 border:0px solid #000000;
77 text-align:center;
78 border-width:0px 0px 1px 1px;
79 font-size:14px;
80 font-family:Arial;
81 font-weight:bold;
82 color:#ffffff;
83 }
84 .csstable tr:first-child:hover td{
85 background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
86 background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
87 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000"); background: -o-linear-gradient(top,#4c4c4c,000000);
88  
89 background-color:#4c4c4c;
90 }
91 .csstable tr:first-child td:first-child{
92 border-width:0px 0px 1px 0px;
93 }
94 .csstable tr:first-child td:last-child{
95 border-width:0px 0px 1px 1px;
96 }
97