-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwordsSounds.css
116 lines (96 loc) · 1.45 KB
/
wordsSounds.css
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
@charset "utf-8";
/* CSS Document */
*{
margin: 0px;
padding: 0px;
}
body, html{
width: 100%;
height: 100%;
overflow:auto;
}
body{
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
}
#header{
text-align:center;
margin: 0px;
width:100%;
}
#header h1{
font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:80px;
font-variant:small-caps;
}
#main_page{
position:absolute;
width:100%;
height: 100%;
}
#papiros{
width: 650px;
height: 1000px;
min-height: 1000px;
min-width: 650px;
}
#id_papiros{
position:absolute;
left: 30%;
width:600px;
height: 820px;
max-height:820px;
max-width:600px;
top:0px;
}
#flag_new{
position:relative;
z-index: -2;
bottom: 35%;
}
#table_lang{
line-height:30px;
left:35%;
top:140px;
position: absolute;
/* top: 125px;*/
/* left: 30%;*/
width:450px;
height: 500px;
min-height: 350px;
min-width: 450px;
font-size: 25px;
}
#table_lang a{
cursor: pointer;
}
#container{
width:100%;
height:100%;
background-size: 100% , 100%;
}
#back{
position: absolute;
transition:all .1s;
-webkit-transition: all .1s;
width: 80px;
z-index:9;
left:5%;
}
#home{
position: absolute;
width: 80px;
left:90%;
z-index:2;
transition:all .1s;
-webkit-transition: all .1s;
}
#back_img:hover{
transform: translateX(-10px);
-webkit-transform: translateX(-10px);
}
#home_img:hover{
transform: translateX(-10px);
-webkit-transform: translateX(-10px);
}