-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathword-css.css
137 lines (137 loc) · 2.35 KB
/
word-css.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
body {
margin: 0%;
line-height:156%;
font-size:11.0pt;
font-family:"Trebuchet MS",sans-serif;
background-color: #f8f8f8;
}
.page_header {
background: linear-gradient(135deg, #4caf50, #007acc);
color: white;
padding: 50px 20px 50px 100px;
font-size: 16.0pt;
margin: 0;
width: 100%;
text-align: left;
line-height: 212%;
}
.indented {
padding-left: 18.0pt;
}
.table-text {
padding-left: 0pt;
line-height:106%;
font-size:9.0pt;
}
h1 {
page-break-after:avoid;
font-size:21.0pt;
font-family:"Trebuchet MS",sans-serif;
color:black;
font-weight: bold;
}
h2 {
page-break-after:avoid;
font-size:18.0pt;
font-family:"Trebuchet MS",sans-serif;
color:black;
font-weight: bold;
}
h3 {
page-break-after:avoid;
font-size:15.0pt;
font-family:"Trebuchet MS",sans-serif;
color:black;
font-weight:normal;
}
h4 {
page-break-after:avoid;
font-size:12.0pt;
font-family:"Trebuchet MS",sans-serif;
color:black;
font-weight:normal;
font-style:italic;
}
h5 {
page-break-after:avoid;
font-size:12.0pt;
font-family:"Trebuchet MS",sans-serif;
color:#4f4f4f;}
h6 {
page-break-after:avoid;
font-size:12.0pt;
font-family:"Trebuchet MS",sans-serif;
color:#4f4f4f;
}
.navigation_sub {
font-size: 11.0pt;
line-height:116%;
margin: 10px;
font-weight: bold;
color:#4f4f4f;
}
.navigation_sub_sub {
font-size: 10.0pt;
line-height:116%;
margin: 10px;
text-indent: 20px;
color:#4f4f4f;
}
a {
text-decoration: none;
}
table {
background-color: #f8f8f8;
margin: 2% auto;
max-width: 1400px;
}
button, select {
background-color: #ADD8E6;
border: none;
color: black;
padding: 5px 10px;
display: inline-block;
font-size: 11.0pt;
font-family: 'Trebuchet MS', sans-serif;
line-height: 156%;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
}
.stage_layout {
background: linear-gradient(135deg, #B7E8BA, #ADD8E6);
}
.accordion {
background-color: #ADD8E6;
color: black;
cursor: pointer;
padding: 5px 10px;
width: 100%;
border: none;
text-align: left;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #B7E8BA;
}
.panel {
padding: 5px 10px;
display: none;
background-color: white;
overflow: hidden;
border-radius: 8px;
font-size: 13px;
}
.panel a {
display: block;
padding: 5px 10px;
text-decoration: none;
color: #444;
border-radius: 8px;
font-size: 15px;
}
.panel a.current-page {
font-weight: bold;
color: #000;
}