-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
97 lines (77 loc) · 1.06 KB
/
stylesheet.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
body{
font-family: sans-serif;
display: flex;
}
table{
margin: 5px
}
.divPrincipal{
width: 100%;
}
.infoparticular{
border-style: solid;
margin: 5px 0px;
}
.infoparticular h4{
margin: 0;
}
.tableTitle{
color: white;
background-color: #505050;
text-align: left;
height: 25px;
padding-left: 5px;
padding-top: 5px;
}
#fightersInfoParent{
margin-top: 15px;
}
#fightersInfoParent h3{
margin: 0;
}
#fightersInfo{
overflow-x: auto;
display: flex;
}
#inputHeader{
display: flex;
overflow-x: auto;
height: 328px;
margin-bottom: 20px;
}
#inputHeader table{
border-style: solid;
padding: 10px 10px;
margin: 0px;
margin-right: 10px;
}
#inputHeader table th{
padding-bottom: 15px;
}
#effects{
border: rgb(128, 128, 128);
border-style: solid;
overflow-y: auto;
min-width: 360px;
}
#effects table{
border-style: none;
margin: 0px;
width: 100%;
}
#effects table th{
padding: 1px;
}
#effects td{
border: 1px solid rgb(128, 128, 128);
padding: 3px;
}
.inputList{
display: inline-block;
}
.smallInput{
width: 35px;
}
.fixedValue{
width: 35px;
}