-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm2px.css
75 lines (69 loc) · 1.16 KB
/
cm2px.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
@charset "utf-8";
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
background-color: #D6D6D6;
padding: 0%;
margin: 0px;
}
#ausgabefeld {
color: #FFF;
background-color: #999;
height: 50px;
width: 100%;
position: absolute;
}
#content {
padding: 10px;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#ausgabefeldtext {
text-align: center;
padding-top: 16px;
padding-right: 5px;
padding-left: 5px;
}
.description {
font-size: 24px;
color: #666;
display: block;
padding-top: 20px;
padding-bottom: 1px;
}
#actionbar {
background-color: #222222;
height: 40px;
width: 100%;
}
input, select {
display: block;
font-size: 16px;
color: #666;
background-color: #FFF;
width: 100%;
border-top-width: 9px;
border-right-width: 9px;
border-bottom-width: 9px;
border-left-width: 9px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding-top: 4px;
padding-bottom: 4px;
text-indent: 5px;
}
.dpi {
line-height: 26px;
color: #FFF;
background-color: #666666;
text-align: center;
height: 26px;
margin-top: 2px;
}
select {
width: 100%;
}