-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (82 loc) · 1.78 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
body {
padding-top: 50px;
}
.team-name {
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.ranklist ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.ranklist li {
font: 200 15px/1.5 Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
}
li:last-child {
border: none;
}
.ranklist li a {
text-decoration: none;
color: #000;
display: block;
width: 200px;
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
}
li:hover {
background: #f6f6f6;
}
.btn-sort {
font: 200 15px/1.5 Helvetica, Verdana, sans-serif;
# border-radius: 15px;
# border: 1px solid #000;
width: 120px;
}
.btn-sort:hover {
background-color: c4c4c4;
}
h2{
text-align: center;
font: 200 25px/1.5 Helvetica, Verdana, sans-serif;
font-weight:bold;
}
#tank-list{
#margin: auto;
#width: 55%;
}
.top-buttons{
margin:auto;
margin-top: 1%;
margin-bottom: 1%;
width:55%;
}
/*Chages the navbar text color*/
.navbar-brand{
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #2E2E2E !important;
}
.navbar-inverse .navbar-inner {
background-color: #E27403; /* it's flat*/
background-image: none;
}
.navbar-inverse{
background-color: rgb(177, 189, 164);
border-color: rgb(8, 8, 8);
#background-image: linear-gradient(to bottom, rgb(47, 67, 138) 0px, rgb(35, 35, 35) 100%);
#background-repeat: repeat-x;
}
.table-nonfluid{
width: 50px;
font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
}
.sort-buttons{
padding: 10px;
}