-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndexStyles.css
More file actions
80 lines (80 loc) · 1.2 KB
/
Copy pathIndexStyles.css
File metadata and controls
80 lines (80 loc) · 1.2 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
blockquote {
padding: 10px;
border-style: 4;
border-radius: 10px;
box-shadow: 3px 3px 3px;
font-size: .8em;
margin-top: 25px;
background-color: #EFFBFC;
width: 590px;
text-align: justify;
opacity: 0.7;
}
blockquote:hover {
opacity: 1;
}
#baloon {
margin-left: 50px;
position: absolute;
z-index: 5;
}
#topDiv {
z-index: 5;
position: absolute;
}
#topQuote {
position: absolute;
top: 73px;
left: 220px;
}
#AndersonPix {
border: thick double #E9BB67;
z-index: 5;
position: absolute;
margin-top: 80px;
left: 25px;
}
#middleDiv {
z-index: 5;
position: absolute;
margin-right: 130px;
}
#middleQuote {
top: 220px;
position: absolute;
z-index: 5;
}
#BagginsPix {
border: thick double #E9BB67;
position: absolute;
z-index: 5;
margin-top: 170px;
left: 740px;
}
#bottomDiv {
position: absolute;
z-index: 5;
top: 380px;
}
#bottomQuote{
position: absolute;
top: -5px;
left: 220px;
}
#BondPix {
border: thick double #E9BB67;
z-index: 5;
position: absolute;
left: 25px;
top: 0px;
}
#mainRegion {
background-image: url('Images/wallpaperHouse.jpg');
background-repeat: no-repeat;
background-size: 980px 532px;
width: 980px;
height: 532px;
opacity: 0.7;
position: absolute;
z-index: 0;
}