forked from duducheng/2048-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (97 loc) · 1.73 KB
/
style.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
108
109
110
111
112
113
114
115
116
117
118
.row-header {
margin: 0px auto;
padding: 0px 0px;
}
.row-content {
margin: 0px auto;
padding: 20px 0px;
border-bottom: 1px ridge;
min-height: 400px;
}
.row-footer {
margin: 0px auto;
padding: 10px 0px;
}
.navbar-default {
color: #ffffff;
}
.navbar-default .navbar-nav>.active>a {
background: #d3d4d5;
color: #082234;
}
.navbar-default .navbar-nav>.active>a:hover {
background: #d3d4d5;
color: #082234;
}
.navbar-default .navbar-nav>.active>a:focus {
background: #d3d4d5;
color: #082234;
}
.navbar-default .navbar-nav>.open>a {
background: #d3d4d5;
color: #082234;
}
.navbar-default .navbar-nav>.open>a:hover {
background: #d3d4d5;
color: #082234;
}
.navbar-default .navbar-nav>.open>a:focus {
background: #d3d4d5;
color: #082234;
}
.jumbotron {
margin: 0px auto;
padding: 70px 30px;
background-image: url('../images/background-jumbotron.png');
background-repeat: no-repeat;
background-size: cover;
height: 350px;
color: floralwhite;
}
.carousel {
background: #d3d4d5;
}
.carousel .item {
height: 300px;
}
.carousel .item img {
left: 0;
min-height: 300px;
position: absolute;
top: 0;
}
address {
color: #0f0f0f;
font-size: 80%;
margin: 0px;
}
body {
padding: 20px 0px 0px 0px;
z-index: 0;
}
.tab-content {
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
padding: 10px;
}
.affix {
top: 100px;
}
#carouselButtons {
bottom: 0px;
position: absolute;
right: 0px;
}
table {
border: 5px solid;
}
table span {
font-size: 30px;
}
td {
border: 3px solid;
text-align: center;
width: 80px;
height: 80px;
}