This repository was archived by the owner on Aug 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
133 lines (133 loc) · 2.47 KB
/
Copy pathstyle.css
File metadata and controls
133 lines (133 loc) · 2.47 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
121
122
123
124
125
126
127
128
129
130
131
132
133
html, body, input, button , textarea {font-family: 'Segoe UI', Tahoma, sans-serif !important;}
* {margin:0px;padding: 0px;}
li { list-style: none;}
.left {float:left;}
.right {float: right;}
a { text-decoration: none;}
body {background:#f1f2f2;}
.inline {display: inline;}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}
.form {
margin: 0 auto;
display: table;
margin-top: 30px;
}
.searchbox {
box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.20);
border-radius: 10px 0 0 10px;
background: #27efb9;
display: inline;
}
#MatchID {
padding: 10px;
border: none;
width: 250px;
border-radius: 9px 0 0 9px;
}
#SubmitButton {
border: none;
background: #27efb9;
color: #fff;
padding: 10px;
cursor: pointer;
margin-left: -5px;
}
.container {
width: 80%;
margin: 0 auto;
margin-top: 25px;
}
.box {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
padding: 60px;
margin-right: 15px;
margin-top: 15px;
}
#MatchStatus {
text-align: center;
width: 230px;
color: #fff;
}
#Time {
text-align: center;
color: #fff;
background: #5f27cd;
}
.score {
font-weight: 700;
}
#teamstatus {
background: #fff;
}
#teamstatus span {
padding: 0px 10px;
}
#split {
border-bottom:3px dashed #e4e4e4;
display: none;
}
.form label {
color: #9e9e9e;
margin-right: 20px;
}
#autocheck {
border: none;
background: #27efb9;
color: #fff;
margin: 0 auto;
display: flex;
border-radius: 10px;
padding: 12px 18px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin-bottom: 20px;
}
#MatchStatus:empty {
display: none;
}
#Time:empty {
display: none;
}
/* LIST */
.listcontainer {
margin-top: 35px;
margin: 0 auto;
width: 60%;
}
.listbox {
margin-top: 20px;
width: 100%;
}
.listleague {
color:#ccc;
margin-bottom: 6px;
}
.mainlist {
background:#fff;
float: left;
width: calc(100% - 30px);
padding: 15px;
margin-bottom: 25px;
}
.mainlist div {
display: inline;
}
.listgoal li {
color: #fff;
background: #1fd04f;
border-radius: 5px;
padding: 2px 5px;
float: left;
margin-left: 5px;
margin-top: 10px;
}
.listteam1 {
margin-right: 10px;
margin-left:5px;
}
.listscore2 {
margin-right: 10px;
}
.nog {
background: #bbb !important;
}