projects
/
Hacks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Excise HacksSelectorCanvas
[Hacks.git]
/
Main.css
1
/* Copyright 2011 The Dominion of Awesome
2
* See COPYING for licensing information */
3
@font-face {
4
font-family: PCSenior;
5
src: url(fonts/pcsenior.ttf);
6
}
7
8
.hacks-selector {
9
position: absolute;
10
bottom: 64px;
11
margin-left: -374px;
12
left: 50%;
13
}
14
15
.info {
16
position: absolute;
17
left: 0;
18
bottom: 0;
19
width: 100%;
20
padding: 24px;
21
font-size: 24px;
22
-webkit-transition-property: opacity;
23
-webkit-transition-duration: 0.6s;
24
color: #303030;
25
}
26
27
.info.dark {
28
color: #AFAFAf;
29
}