-
Notifications
You must be signed in to change notification settings - Fork 64
/
useragentmanExample.css
114 lines (92 loc) · 1.67 KB
/
useragentmanExample.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
body {
margin: 0px;
padding: 0px;
}
body#myExample {
font-family: "Arial", "Helvetica", sans-serif;
}
#exampleBlurb {
background: #2f2626 !important;
text-align: justify !important;
color: white !important;
font: 14px Georgia, Serif !important;
position: relative;
margin-top: -1em;
padding-top: 1em;
zoom: 1;
width: 100% !important;
z-index: 9999 !important;
line-height: 2.4em;
padding-bottom: 1em;
}
#exampleBlurb p {
padding: 0 10px;
line-height: 1.7em;
}
#exampleBlurb a {
color: #ccccff;
}
#thirdPartyExample {
margin: 10px;
}
#myExample fieldset {
width: 50em;
margin: 1em auto;
padding: 1em;
}
#myExample legend {
font-weight: bold;
}
.formTable {
width: 40em;
margin: 0 auto;
}
.formTable th {
vertical-align: top;
text-align: right;
width: 20em;
}
.formTable td,
.formTable input,
.formTable textarea {
width: 20em;
}
.formTable td input[type="checkbox"],
.formTable td input[type="radio"] {
width: auto;
}
.formTable textarea {
height: 8em;
}
.formTable input.small {
width: 4em;
}
.buttonRow {
text-align: center;
}
#exampleIntro {
opacity: 0.7;
position: absolute;
padding: 0.7em;
top: 0;
left: 0;
background: #2f2626 !important;
text-align: justify !important;
color:white !important;
font: 14px Georgia, Serif !important;
position: relative;
zoom: 1;
z-index: 10000 !important;
}
#exampleIntro p {
line-height: 2.4em;
}
#exampleIntro a {
color: #ccccff;
}
.initiallyHidden {
display: none;
}
ul.exampleList > li {
margin-bottom: 2em;
}