-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.css
113 lines (98 loc) · 1.52 KB
/
info.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
@charset "utf-8";
/* CSS Document */
body {
height:100%;
width: 100%;
overflow: auto;
background-size:100%;
background-repeat:no-repeat;
background-attachment:fixed;
}
* {
margin: 0px;
padding: 0px;
}
#container{
width:100%;
height:100%;
position:absolute;
}
#header {
text-align:center;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-variant:small-caps;
font-size: 40px;
}
#adropos{
position:absolute;
bottom: 75%;
left: 3%;
height:0px;
min-height:0px;
min-width:0px;
width:0px;
}
#korou{
position:absolute;
bottom: 75%;
left: 77%;
min-height:0px;
min-width:0px;
width:0px;
height: 0px;
}
#papyrus{
position:absolute;
left: 27%;
top: 25%;
max-width: 700px;
max-height: 800px;
min-width: 650px;
min-height: 700px;
z-index:1;
}
#img_papyrus{
width: 650px;
height: 800px;
}
#info{
position:absolute;
/*bottom:15%;*/
z-index:3;
/*width:600px;
left: 28%;*/
left: 28%;
width: 700px;
height: 700px;
min-width: 700px;
min-height: 700px;
top:45%;
font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 20px;
line-height: 35px;
}
#back{
position: absolute;
width: 0px;
top: 10%;
left: 10%;
transition:all .1s;
-webkit-transition: all .1s;
}
#home{
position: absolute;
width: 0px;
top: 10%;
left:85%;
z-index: 6;
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);
}