-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboxes.css
More file actions
112 lines (102 loc) · 1.75 KB
/
Copy pathboxes.css
File metadata and controls
112 lines (102 loc) · 1.75 KB
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
.source {
width: 70%;
height: 40px;
padding: 1px;
border: 1px solid #aaaaaa;
text-align: center;
vertical-align: middle;
display: table-cell;
}
#maincontentstyle {
padding-right: 0.2em;
padding-left: 0.2em;
background: white repeat-x;
padding-bottom: em;
width: auto;
padding-top: 1em;
color: #edc100;
text-align: center;
margin: 5px;
}
#boxstyle {
border-right: 1px solid;
background: white;
padding-bottom: 15px;
border-left: 1px solid;
border-bottom: 1px solid;
width: auto;
width: 100%;
border-color: #edc100;
text-align: left;
}
#h3style {
color: white;
font-family: Helvetica, sans-serif;
background: #edc100;
border-color: #edc100;
text-align: center;
margin-bottom: 0.5em;
background-color: navy;
text-align: center;
}
#tablestyle {
color: black;
margin: 10px;
border: 1px solid;
border-color: green;
border-collapse: collapse;
}
table td {
border: 1px solid lightgrey;
}
#row1 {
padding-right: 1em;
padding-left: 1.5em;
background: white repeat-x;
padding-bottom: em;
width: auto;
padding-top: 1em;
color: #edc100;
text-align: center;
margin: 5px;
}
.foo {
counter-reset: foo;
}
.foo li {
list-style-type: none;
}
.foo li::before {
counter-increment: foo;
content: "2." counter(foo) " ";
}
.columnHeader {
color: black;
}
.columnHeader1 {
color: black;
}
.columnHeader2 {
color: black;
}
.columnHeader3 {
color: black;
}
.button {
margin-bottom: 0px;
margin-top: 0px;
background-color: #37826c;
color: white;
/* width: 70px;
height: 30px;*/
display: inline;
color: #fff;
font-size: 14px;
background: #3070a8;
border: none;
cursor: pointer;
}
.button:hover {
background-color: #1c5282 !important;
color: white !important;
}