forked from tweepy/tweepy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
67 lines (51 loc) · 900 Bytes
/
Copy pathdefault.css
File metadata and controls
67 lines (51 loc) · 900 Bytes
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
/* index page css */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #f5f5f5;
background: #3372a4;
}
h1 { font-family: inherit; }
/* header & nav */
.header {
width: 100%;
height: .8%;
padding-top: 10px;
background: rgba(0,0,0,0.5);
color: #f5f5f5;
}
.header a {
color: #f5f5f5;
text-decoration: none;
}
.header a:hover {
color: inherit;
text-decoration: none;
}
.header .branding {
font-weight: bold;
font-size: 1.3em;
margin-right: 15px;
}
/*content */
.content {
padding-top: 90px;
}
.content .project-name {
font-size: 10.0em;
font-weight: bold;
}
.content .slogan {
font-size: 2.0em;
font-weight: bold;
color: yellow;
}
/* Footer */
.footer {
position:fixed;
left:0px;
bottom:0px;
height:23px;
width:100%;
background: rgba(0,0,0,0.5);
}
.footer a {color: #f5f5f5;}
.footer .heart {color: red;}