[ cgi]
[archserver.git] / cgi / samba / table.css
blob3f0b6ded16ec474c5b1f2f29b526f14f9605cfa1
2 body {
3 font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
4 color: #4f6b72;
7 a {
8 color: #c75f3e;
11 #mytable {
12 width: 700px;
13 padding: 0;
14 margin: 0;
17 caption {
18 padding: 0 0 5px 0;
19 width: 700px;
20 font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
21 text-align: right;
24 th {
25 font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
26 color: #000000;
27 border-right: 1px solid #C1DAD7;
28 border-bottom: 1px solid #C1DAD7;
29 border-top: 1px solid #C1DAD7;
30 letter-spacing: 2px;
31 text-transform: uppercase;
32 text-align: left;
33 padding: 6px 6px 6px 12px;
34 background: #CAE8EA no-repeat;
36 /*power by www.winshell.cn*/
37 th.nobg {
38 border-top: 0;
39 border-left: 0;
40 border-right: 1px solid #C1DAD7;
41 background: none;
44 td {
45 border-right: 1px solid #C1DAD7;
46 border-bottom: 1px solid #C1DAD7;
47 background: #fff;
48 font-size:11px;
49 padding: 6px 6px 6px 12px;
50 color: #000000
52 /*power by www.winshell.cn*/
54 td.alt {
55 background: #F5FAFA;
56 color: #797268;
59 th.spec {
60 border-left: 1px solid #C1DAD7;
61 border-top: 0;
62 background: #fff no-repeat;
63 font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
66 th.specalt {
67 border-left: 1px solid #C1DAD7;
68 border-top: 0;
69 background: #f5fafa no-repeat;
70 font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
71 color: #797268;
73 /*---------for IE 5.x bug*/
74 html>body td{ font-size:11px;}
75 body,td,th {
76 font-family: 宋体, Arial;
77 font-size: 12px;