xref: /aosp_15_r20/external/zxing/zxing.appspot.com/src/main/webapp/Generator.css (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
1/** CSS by Wain. */
2body {
3  background-color: #e9eef3;
4  margin: 0;
5  padding: 0;
6  font-family: Arial, sans-serif;
7  font-size: 11px;
8}
9#header {
10  background-color: #dde3e9;
11  border-bottom: 1px solid #f2f7fc;
12}
13#header h1 {
14  font-size: 15px;
15  font-weight: bold;
16  margin: 0;
17  padding: 12px;
18  border-bottom: 1px solid #c8d0d9;
19}
20#header span {
21  font-weight: normal;
22  color: #5e6b75;
23}
24#footer {
25  width: 100%;
26  text-align:center;
27  padding-top: 12px;
28}
29#footer a {
30  text-decoration:none;
31  color: #5e6b75;
32}
33/****************************************/
34#mainpanel {
35  width: 800px;
36  margin: 0 auto;
37  padding: 12px;
38  font-size: 11px;
39}
40#imageresult {
41  background-color: #dde3e9;
42  height: 350px;
43  width: 350px;
44  vertical-align: middle;
45  text-align:center;
46  padding: 10px;
47
48  position: relative;
49  display: table;
50}
51#innerresult {
52  display: table-cell;
53  vertical-align: middle;
54  width: 100%;
55}
56#downloadText {
57  font-size: 11px;
58}
59#urlresult {
60  width: 350px;
61}
62#rawtextresult {
63  width: 350px;
64}
65.firstColumn {
66  width: 100px;
67  text-align: right;
68  vertical-align: top;
69  padding: 4px 0 4px 0;
70  color: #5e6b75;
71  font-weight: bold;
72  font-size: 11px;
73}
74.secondColumn {
75  width: 270px;
76  font-size: 11px;
77  color: #5e6b75;
78  font-weight: bold;
79}
80/*.inputfield,*/
81.gwt-TextBox,
82.gwt-TextArea {
83  border: 1px solid #c8d0d9;
84  padding: 4px;
85  width: 256px;
86  font-family: Arial, sans-serif;
87  font-size: 13px;
88  color: #000;
89  font-weight: normal;
90}
91/*.inputfield:focus,*/
92.gwt-TextBox:focus {
93  background-color: #fffbcc;
94}
95.required {
96  background: #ffffff url(/required-field-bg.png) repeat-y;
97}
98.errorMessage {
99  padding-left: 110px;
100  font-size: 11px;
101  color: red;
102}
103