-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
91 lines (73 loc) · 1.39 KB
/
index.css
File metadata and controls
91 lines (73 loc) · 1.39 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
87
88
89
90
91
/* CSS Micro Reset */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit;}
body { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
img, iframe { border: 0; }
body {
color: #8e2;
background-color: #000;
-webkit-font-smoothing: antialiased;
}
/* Images */
header img {
position: relative;
top:-3px;
opacity: 0.8;
}
p img {
display: inline;
margin: 0;
padding: 0;
vertical-align: middle;
text-align: center;
border: none;
}
/* Header */
.glight{
color:#eaf;
/*text-shadow: 0 0 5px #b83, 0 0 10px #b83;*/
letter-spacing: 3px;
}
.keyba{
color:#eb5;
}
.keybb{
color:#AEBEFE;
}
header {
width:640px;
float:left;
position:absolute;
top:10px;
z-index:20;
}
h1.header, a.header, a.name, header a{
color:#fa2;
text-decoration: none;
}
a.header {
color:#fa2;
}
a.name {
white-space: nowrap;
}
a.buttons {
-webkit-font-smoothing: antialiased;
/*background: url(arrow-down.png) no-repeat;*/
font-weight: normal;
padding: 2px 22px 2px 2px;
/*height: 30px;*/
}
a.github {
background-color: rgba(0, 0, 0, 0.55);
/*background: url(octocat-small.png) no-repeat 1px;
background-position:top right;*/
}
a.buttons:hover {
/*color: #ffd !important; */
text-decoration: underline;
text-shadow: 0 0 5px #faa, 0 0 10px #faa;
}