-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexecution.css
executable file
·105 lines (88 loc) · 1.57 KB
/
execution.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
104
105
/*** PC用 ***/
@media screen and (min-width: 768px) {
#main {
background: #eff4f7;
margin-left: 6.5%;
width: 60%;
}
/* セレクトボックス */
.main_mobile select {
background-color: #eff4f7;
color: #777;
}
/* ボタン */
.main_mobile button {
color:cadetblue;
background-color:whitesmoke;
border-radius: 10vh;
font-weight:normal;
border: none;
}
.main_mobile button:hover {
opacity: 0.7;
}
.jouken {
margin-left: 18%;
}
.jouken_table {
width: auto;
height: auto;
}
.jouken_table td {
background-color: #eff4f7;
padding: 0px 0px 0px 0px;
border: 0px;
font-size: 16px;
width: 45px;
}
}
/*** モバイル用 ***/
@media screen and (max-width: 768px) {
#main {
background: #eff4f7;
}
.main_mobile select {
background-color: #eff4f7;
color: #777;
}
.main_mobile button {
color:cadetblue;
background-color:whitesmoke;
border-radius: 10vh;
font-weight:normal;
border: none;
font-weight: bold;
/* color:cadetblue;
background-color:whitesmoke;
border-radius: 50vh;
font-weight: bold; */
}
.jouken {
margin-left: -8%;
}
.jouken_table {
width: auto;
height: auto;
}
.jouken_table td {
background-color: #eff4f7;
padding: 0px 0px 0px 0px;
border: 0px;
font-size: 12px;
width: 50px;
}
}
.target_race {
text-align: center;
}
/*
.jouken_table {
}
.jouken_table_th {
background-color:lavender;
} */
/* .jouken_umaban label {
display: block;
float: left;
width: 30px;
} */