1st
This commit is contained in:
77
static/tipper.css
Executable file
77
static/tipper.css
Executable file
@@ -0,0 +1,77 @@
|
||||
body {
|
||||
font-family: 'Ubuntu';
|
||||
}
|
||||
|
||||
.matches {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.champ {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
background-color: antiquewhite;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
summary {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#main div {
|
||||
margin-right: 15px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.sport-menu {
|
||||
padding-left: 45px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.interesting-title {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
background-color: #ff99cc;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
||||
.book-live {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
background-color: #99ccff;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.tips {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
background-color: #99ffcc;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.strategies {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
background-color: gold;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.errmsg {
|
||||
/*color: red;*/
|
||||
color: #ff4040;
|
||||
}
|
||||
|
||||
.profit {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.void {
|
||||
color: #039be5;
|
||||
}
|
||||
Reference in New Issue
Block a user