summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
blob: 75e4ddc8a805ae3a7952ef96ea990fbc4c2b34e3 (plain)
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
html,body{width:100%;height:100%;margin:0;padding:0;}
body {
  background-image: url(http://okfocus.s3.amazonaws.com/luckyplop/LUCKY_PLOP.jpg);
  background-position: center;
  font-size: 13px;
  font-family: arial, sans-serif;
  line-height: 1;
}
#luckyimage img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#topnav {
  height: 23px;
  min-width: 500px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 100;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255,200,250,0.4);
  width: 100%;
  font-size: 22px;
  border-bottom: 1px solid #eee;
}
a:hover {
  color: #f0e;
}
a:visited {
  color: blue;
}

.luckyback a {
  text-decoration: none;
  font-family: 'Comic Sans MS', fantasy;
}
.luckyback {
  text-shadow: yellow 0.1em 1px 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: yellow;
}
.luckyback a {
  color: blue;
}

#luckyimage {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
}
#luckypad {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: 15px;
}
#bottombar {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  font-family: 'Comic Sans MS', fantasy;
  text-shadow: blue 0.1em 1px 1px;
  color: yellow;
  font-size: 30px;
  text-align: left;
  background-color: rgba(255,0,250,0.1);
  height: 30px;
  width: 100%;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
#pip {
  position: absolute;
  z-index: 8;
  top: 80px;
  width: 15%;
  left: 50px;
  box-shadow: 5px 5px 4px #888;
  border: 2px inset black;
}
#pip:hover {
  border: 2px solid blue;
  cursor: pointer;
}
#pip img {
  width: 100%;
}
#morelucky {
  display: none;
}
#droparea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7778;
  background-color: rgba(255,255,255,0.7);
  background-image: url(http://okfocus.s3.amazonaws.com/luckyplop/slot.gif);
  background-position: center;
}
marquee {
  line-height: 1.1;
}