-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
107 lines (84 loc) · 2.07 KB
/
styles.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
106
107
body {
padding-top: 50px
}
nav.navbar.navbar-inverse {
background-color: red;
border-color: red;
}
nav.navbar-inverse .navbar-brand {
color: #fff
}
nav.navbar-inverse .navbar-nav>li>a {
color: #fff;
letter-spacing: 2px;
font-size: 16px
}
nav.navbar-inverse .navbar-nav>li.active>a, nav.navbar-inverse .navbar-nav>li>a:hover {
background-color: #fff;
color: red
}
nav.navbar-inverse .navbar-toggle {border-color: #fff}
nav.navbar-inverse .navbar-toggle:hover {background-color: #fff}
nav.navbar-inverse .navbar-toggle:focus {background-color: #fff}
nav.navbar-inverse .navbar-toggle .icon-bar {background-color: #fff}
nav.navbar-inverse .navbar-toggle:hover .icon-bar {background-color: red}
nav.navbar-inverse .navbar-collapse {border-color: red}
nav.navbar-inverse .navbar-nav>.active>a:hover {background-color: #fff;color:red}
.tab-content .tab-content-wrapper {
padding: 20px;
}
#statisticsTable .ball img {
width: 40px;
}
#statisticsTable tr,#statisticsTable th {
text-align: center;
}
/* --------- Style from Vietlott.vn -------- */
.red {
color: #dd2a3c !important;
}
.box-result-detail {
background: #01022D url(img/result-bg.png) no-repeat right -30px;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
padding-top: 10px;
}
.box-result-detail .logo-jackpot {
position: absolute;
left: 20px;
top: 20px;
width: 160px;
}
.box-result-detail .logo-jackpot img {
max-width: 100%;
}
.box-result-detail .time-result {
color: #fff;
text-align: center;
padding: 5px 0;
font-size: 16px;
margin: 0;
}
.box-result-detail .result-number {
margin: 10px auto 0;
text-align: center;
padding: 0;
}
.box-result-detail .result-number img {
display: inline-block;
margin: 5px 4px;
width: 80px;
padding-left: 0 !important;
}
.news-page img {
max-width: 100%;
}
.box-result-detail .jackpot-value {
font-size: 40px;
text-align: center;
color: #fff;
margin-top: 20px;
margin-bottom: 0;
}
/* --------- END Style from Vietlott.vn -------- */