File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ tr.green
7373
7474a : link
7575{
76- color : gray ; <!- - blue-- >
76+ color : black ; <!- - blue-- >
7777}
7878
7979a : visited
8080{
81- color : gray ;<!- - blue-- >
81+ color : black ;<!- - blue-- >
8282}
8383
8484a : active
8585{
86- color : gray ;
86+ color : black ;
8787}
8888
8989hr
Original file line number Diff line number Diff line change @@ -33,44 +33,57 @@ body p {
3333 color: black;
3434 background: white; <!--#FFFFCC;-->
3535}*/
36-
3736table {
38- font-family : Arial, Helvetica, sans-serif;
39- border-collapse : collapse;
40- width : 100% ;
37+ --color : # d0d0f5 ;
38+ }
39+
40+ thead ,
41+ tfoot {
42+ background : var (--color );
4143}
4244
43- td , th {
44- border : 1px solid # ddd ;
45- padding : 8px ;
45+ tbody tr : nth-child (even) {
46+ background : color-mix (in srgb, var (--color ), transparent 60% );
4647}
4748
48- tr : nth-child (even){background-color : # f2f2f2 ;}
49+ /*table.plain
50+ {
51+
52+ color: black;
53+ background: white;
54+ }
4955
50- tr : hover {background-color : # ddd ;}
5156
52- th {
53- padding-top : 12 px ;
54- padding-bottom : 12 px ;
55- text-align : left ;
56- background-color : # 04AA6D ;
57- color : white ;
57+ td, th
58+ {
59+
60+ color: black ;
61+ background: white; <!--#FFFFCC-->
62+ padding: 1px ;
5863}
5964
6065
66+ tr.green
67+ {
68+
69+ color: black;
70+ background: green;
71+ }
72+ */
73+
6174a : link
6275{
63- color : gray ; <!- - blue-- >
76+ color : black ; <!- - blue-- >
6477}
6578
6679a : visited
6780{
68- color : gray ;<!- - blue-- >
81+ color : black ;<!- - blue-- >
6982}
7083
7184a : active
7285{
73- color : gray ;
86+ color : black ;
7487}
7588
7689hr
You can’t perform that action at this time.
0 commit comments