forked from pakLebah/simpleWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webtest.css
79 lines (79 loc) · 1.61 KB
/
webtest.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
body {
font-family: Helvetica, Arial;
font-size: 11pt;
line-height: 1.5em;
margin: 8px 12px 8px 12px; }
input[type=submit] {
font-size: 12pt }
input[type=text] {
font-size: 11pt;
padding: 0 2px;
width: 160px; }
select {
font-size: 11pt;
margin: 0 2px;
padding: 0 2px;
width: 120px; }
textarea {
font-size: 10pt;
margin: 4px 0 0 0;
width: 290px;
height: 80px; }
button {
font-size: 10pt; }
big {
font-size: 1.25em }
small {
font-size: 0.75em }
p {
margin: 8px 0 }
ul {
margin: 0;
padding: 0 0 0 30px; }
ol {
margin: 0;
padding: 0 0 0 30px; }
ul li {
padding-left: 2px; }
ol li {
padding-left: 2px; }
blockquote {
background: #eeeeee;
border-left: 4px solid #bbbbbb;
margin: 4px;
padding: 4px 8px; }
table {
font-size: 10pt;
margin: 8px 0;
border-bottom: 1px solid black;
border-collapse: collapse; }
table th {
background-color: #dddddd;
border-bottom: 1px solid black;
padding: 1px 6px; }
table td {
padding: 1px 6px;
vertical-align: top; }
table tr:nth-child(odd) {
background-color: #eeeeee }
table tr:hover {
background-color: lightskyblue }
input, select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
span.input {
display:inline-block;
vertical-align:top;
width: 80px; }
::-webkit-input-placeholder {
font-size: 10pt; }
:-moz-placeholder {
font-size: 10pt; }
::-moz-placeholder {
font-size: 10pt; }
:-ms-input-placeholder {
font-size: 10pt; }
/* #label_4 { font-weight: bold; } */
/* #label_5_1 { font-weight: bold; } */