-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcxc.css
executable file
·96 lines (74 loc) · 1.28 KB
/
cxc.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body{
width: 90%;
border: 3px solid #DCDCDC;
/* color :#808080; */
font-family: arial,verdana, tahoma, sans-serif;
/*font-family: verdana, arial,tahoma, sans-serif; */
text-align:center;
margin-left: auto;
margin-right: auto;
}
hr {
border: 2px solid #DCDCDC;
}
#NCTR {width: auto;}
#NCEU {width: auto;}
/*#nceu {width: auto;}*/
table {
border-collapse:collapse;
margin-right: 10%;
margin-left: 10%;
width: 80%;
}
p {
font-size: 10px;
}
th {
color: #778899 ;
padding:3px;
text-align: center;
font-size: 11px;
font-family: arial;
font-weight: normal;
border-bottom: 2px solid #DCDCDC ;
}
td {
font-family: sans-serif;
color :black;
/*margin-top: 4px;
margin-bottom: 4px;*/
padding-bottom: 5px;
text-align: center;
font-size: 11px;
border-bottom: 1px solid #CCCCCC ;
}
tr {
vertical-align: top;
text-align: : center;
}
h7 {
font-size: 12px;
font-weight: bold;
}
h3{
font-weight: bold;
font-size: 16px;
}
a {
font-size: 12px;
color: #FF6347;
font-weight: normal;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color: #1E90FF;
text-decoration: underline;
}
a:active {
text-decoration: underline;
}