-
Notifications
You must be signed in to change notification settings - Fork 30
/
style.css
141 lines (114 loc) · 2.49 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
body {
background-color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
margin: 0px;
padding: 0px;
font-size: 14px;
}
h1 {
text-align: center;
padding: 0px 0px 20px 0px;
}
h1 img {
position: relative;
bottom: -20px;
margin-right: 20px;
}
table.startups {
display: block;
width: 94%;
margin: 0px auto 40px auto;
}
table.startups th {
text-align: left;
padding: 5px 10px 10px 10px;
}
table.startups td {
padding: 10px 10px 0px 10px;
}
/* TAKU STYLE */
table.startups .favicon {
vertical-align: middle
}
table.startups .favicon img {
width: 20px;
height: 20px;
}
table.startups .website a {
text-decoration: none;
color: #888;
font-style: italic;
}
table.startups .status {
text-align: center;
}
table.startups .status img {
width: 20px;
}
table.startups .season {
text-align: center
}
table.startups .season span {
background: url(img/icon-border.png) no-repeat;
background-size: cover;
height: 20px;
line-height: 19px;
width: 20px;
color: #888;
display: inline-block;
font-size: 12px;
position:relative;
top: -1px;
}
table.startups .connect {
width: 155px;
}
table.startups .connect img {
width: 20px;
border: 0px;
}
table.startups .connect a {
text-decoration: none;
color: #888;
margin-right: 10px
}
table.startups .pitch {
font-size: 12px;
}
.footer {
background: #ccc;
}
.footer {
background: #ccc;
display: block;
width: 100%;
color: #fff;
font-size: 12px;
}
.footer table {
display: block;
width: 94%;
margin: auto;
}
.footer td {
text-align: center;
}
.footer td.small-left {
text-align: left;
}
.footer td.small-right {
text-align: right;
}
.footer td.small {
width: 25%;
}
.footer td img {
width: 300px;
}
.footer td a {
color: #ddd;
}
.filters {
text-align: center;
}