-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
103 lines (98 loc) · 1.84 KB
/
style.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
101
102
103
body {
margin: 0px;
}
.head {
margin: 0px;
background: gold;
text-align: center;
width: 100%;
padding: 12px;
box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.438);
}
.wrap {
width: 100%;
display: flex;
align-items: center;
width: 100%;
padding: 12px;
justify-content: space-around;
flex: 1;
border-bottom: .5px solid gray;
}
#morceIP {
padding: 12px;
margin: 12px;
height: 40px;
width: 40vw;
}
.submit {
cursor: pointer;
height: 20px;
background-color: gold;
padding: 12px 28px;
border-radius: 5px;
box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.425);
}
.submit:hover {
box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.413);
}
.output1 {
display: flex;
min-height: 14px;
min-width: 20px;
border: .5px solid rgb(107, 107, 107);
padding: 4px;
margin: 10px;
font-size: 42px;
letter-spacing: 2px;
flex-wrap: wrap;
}
.output2 {
display: flex;
min-height: 14px;
min-width: 20px;
border: .5px solid rgb(138, 137, 137);
margin: 10px;
padding: 4px;
font-size: 20px;
letter-spacing: 2px;
font-weight: bolder;
flex-wrap: wrap;
}
.subDiv1 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 52px;
width: 74px;
border: .5px solid grey;
padding: 3px;
margin: 2px 2px 2px 2px;
}
.subDiv {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 52px;
width: 74px;
border: .5px solid grey;
padding: 3px;
margin: 5px 0px 5px 2px;
}
.helpLetter {
position: absolute;
font-size: 12px;
top: -9px;
border: .1px solid grey;
padding: 3px;
background: #ffff;
}
.colr {
position: relative;
top: 4px;
height: 60px;
width: 2px;
background: Yellow;
}