-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmike.css
More file actions
127 lines (113 loc) · 1.55 KB
/
mike.css
File metadata and controls
127 lines (113 loc) · 1.55 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
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
118
119
120
121
122
123
124
125
126
127
html
{
height: 100%;
}
body
{
display: table;
background-color: #97ed9e;
width: 100%;
height: 100%;
margin: 0 auto;
}
.row
{
display: table-row;
}
#back
{
background-image: url(pics/back4.jpg);
opacity: 0.3;
z-index: -1;
}
.leftside
{
display: table-cell;
background-image: inherit;
width: 300px;
min-width: 300px;
}
.rightside
{
display: table-cell;
}
.choice
{
cursor: pointer;
}
.choice:hover
{
background-image: url(pics/choice-mask.gif);
opacity: 0.6;
}
.result-word
{
position: absolute;
width: 600px;
height: 100px;
display: none;
text-align: center;
font-family: Arial;
font-size: 2em;
font-weight: bold;
letter-spacing: -0.11em;
text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}
.intro
{
margin: 0 auto;
text-align: center;
color: Gray;
font-family: Arial;
font-size: 4em;
font-weight: bold;
letter-spacing: -0.11em;
text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}
.vert-separator
{
display: table-cell;
width: 5px;
border-right: 1px green solid;
border-left: 1px green solid;
background: #eff2ed;
}
.screenblocker
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
}
.animated
{
top: 5%;
position: absolute;
display: none;
}
.logo
{
position: absolute;
top: 0px;
left: 0px;
width: 25%;
height: 40%;
background-color: Green;
opacity: 0.5;
border: 1px solid black;
border-radius: 0 0 50px 0;
}
.counter
{
position: absolute;
top: 5%;
left: 80%;
width: 18%;
height: 15%;
background-color: Green;
opacity: 0.5;
border: 1px solid black;
border-radius: 50px;
}