Fix list selector on load
[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 }
30
31 .info .enyo-menuitem {
32         font-size: 24px;
33 }
34
35 .wrench {
36         width: 24px;
37         height: 24px;
38         padding: 5px 5px;
39         margin-right: 8px;
40         background-image: url(images/wrench.png);
41         background-repeat: no-repeat;
42         background-position: center center;
43 }
44
45 .prefs-done-button {
46         width: 300px;
47 }
48
49 .prefs-center {
50         width: 500px;
51         margin: 23px auto 0 auto;
52 }
53
54 .prefs-center .enyo-slider {
55         width: 300px;
56 }