-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtable.css
More file actions
86 lines (74 loc) · 1.45 KB
/
table.css
File metadata and controls
86 lines (74 loc) · 1.45 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
table {
/*box-shadow: -5px -10px 20px #424B45;*/
float: center;
}
.table-bordered>thead>tr>th{
border: 3px solid #E8C576;
}
.table-bordered>tbody>tr>td{
border: 3px solid #E8C576;
}
.table>thead:first-child>tr:first-child>th{
border: 3px solid #E8C576;
}
.jumbotron {
background-color: #f9f7ea;
}
.jumbotron h1{
font-size: 140px;
color: #2e4875;
}
h1 {
color: #404040;
font-family: 'Cookie', cursive;
font-size: large;
}
.btn-primary {
color: #fff;
background-color: #e8c576;
border-color: #000;
}
.btn-primary:hover {
background-color: #2e4875;
}
a {
color:#404040;
text-decoration:none;
}
.row {
margin-right: -255px;
margin-left: -15px;
font-size: 25px;
font-family: 'Marcellus', serif;
}
body {
font-family: 'Marcellus', serif;
font-size: 14px;
text-align: center;
line-height: 1.42857143;
color: #000;
}
.listings {
height:100%;
max-height: 35%;
overflow:auto;
}
.listings .item {
display:block;
border-bottom:1px solid #eee;
padding:10px;
font-family: 'Fjalla One', sans-serif;
text-decoration:none;
}
.listings .item:last-child { border-bottom:none; }
.listings .item .title {
display:block;
color:#383B53;
font-weight:700;
}
.listings .item .title small { font-weight:400; }
.listings .item.active .title,
.listings .item .title:hover { color:#383B53; }
.listings .item.active {
background-color:#9B9DA9;
}