-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (116 loc) · 2.08 KB
/
style.css
File metadata and controls
120 lines (116 loc) · 2.08 KB
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
115
116
117
118
119
120
* {
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
padding:0;
margin:0;
font-weight: 100;
}
header {
background-color: #6200ee;
color: #fff;
margin: 0;
padding: 8px;
}
h1 {
text-align: center;
font-size: 1.5em;
font-weight: 300;
}
h2 {
text-align: center;
font-size: 1em;
color:#fff;
font-weight: 200;
}
h3 {
color: #ee6e73;
font-size: 1.5em;
font-weight: 300;
}
#top_sz, #top_o , #top_ossz, #top_k{
color: #26a69a;
background-color: #fff;
line-height: 1.5rem;
padding: 10px 20px;
margin: 0 auto;
border-bottom: 1px solid #e0e0e0;
width: 100%;
max-width: 400px;
}
span.badge {
min-width: 3rem;
padding: 0 6px;
margin-left: 14px;
text-align: center;
font-size: 1rem;
line-height: 22px;
height: 22px;
color: #757575;
float: right;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#content{
display: block;
/* margin: 20px auto; */
width: 100%;
text-align:center;
background-color: #fff;
padding: 20px;
}
#osszeadasdiv, #kivonasdiv, #szorzasdiv, #osztasdiv {
width: 100%;
max-width: 400px;
margin: 5px auto;
border: 1px solid #9e9e9e;
padding: 10px;
box-shadow: 5px 5px 5px #e0e0e0;
border-radius: 5px;
}
.row {
clear: both;
margin: 10px 0;
}
input[type=number] {
padding: 8px;
box-sizing: border-box;
border-radius: 4px;
resize: vertical;
-moz-appearance: textfield;
}
.osszeg{
width: 70%;
}
label {
padding: 9px 0;
display: inline-block;
float: left;
width: 20%;
text-align: right;
}
input[type=number]:focus {
background-color: #03dac6;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
button {
background-color: #26a69a;
border: none;
border-radius: 5px;
color: #fff;
font-weight: normal;
font-size: 16px;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: .5px;
box-shadow: 0 2px 2px 0 #bfbfbf;
}