-
Notifications
You must be signed in to change notification settings - Fork 3
/
ElpMpp02.css
executable file
·100 lines (85 loc) · 1.46 KB
/
ElpMpp02.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
body{
font:16px/20px verdana, arial, helvetica, sans-serif;
color:#333;
background-color:white;
margin: 20px;
padding:0px;
line-height: 20px;
}
div#wrapper {
margin-left:auto;
margin-right:auto;
max-width:1000px;
}
table {
font:16px/20px verdana, arial, helvetica, sans-serif;
color:#333;
margin:2px;
padding:2px;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
h1 {
font-size:28px;
font-weight:bold;
margin-left: 0px;
margin-top: 8px;
line-height: 30px;
}
h2 {
font-size: 24px;
margin-left: 0px;
margin-top:5px;
line-height: 24px;
}
h3 {
font-size: 20px;
margin-left: 0px;
margin-top:10px;
}
h4 {
font-size: 18px;
margin-left: 0px;
margin-top:10px;
}
p {
font:16px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
}
ul {
font:16px/20px verdana, arial, helvetica, sans-serif;
margin: 10px 0px 0px 16px;
padding:2px;
}
li {
margin-bottom: 8px;
}
.greek {
font-family: serif;
font-size: 130%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
input[type=button] {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}