forked from d33pthi/Osdag3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
90 lines (74 loc) · 1.27 KB
/
mystyle.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
.break {
page-break-before:always;
}
table {
width:100%;
border-collapse: collapse;
}
table, td, th{
border:1px solid black;
/*text-align: left;*/
}
th, td {
padding: 3px;
}
.header0{
background-color:#8fac3a;
font-weight: bold;
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}
.header1{
font-weight: bold;
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
text-align :left;
}
.header1_1{
font-weight: bold;
background-color:#D5DF93;
font-weight: bold;
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}
.header1_2{
font-weight: bold;
background-color:#E6E6E6;
font-weight: bold;
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}
.header1_3{
font-weight: bold;
background-color:#D5DF93;
/*background-color:#E2D0D0; */
font-weight: bold;
font-size: 20;
/*color:#FFFFFF;*/
font-family: Helvetica, Arial, Sans Serif;
}
.header2{
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}
.viewtbl{
width : 50%;
font-size: 20;
}
.viewtbl1{
width : 50%;
font-size: 30;
font-weight: bold;
}
.header2_col1{
font-weight: bold;
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}
.safe {
color:green;
}
.header3{
font-size: 20;
font-family: Helvetica, Arial, Sans Serif;
}