-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecoStyle.css
119 lines (106 loc) · 1.3 KB
/
ecoStyle.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
117
118
119
html
{
background-color:#ababab;
background-image:url('space.jpg');
background-repeat:repeat;
}
#content
{
position:absolute;
top:250px;
left:17.5px;
width:765px;
height:500px;
background-color:white;
font-family:verdana;
z-index:1;
border-radius: 15px;
padding:15px;
}
a:link
{
color:black;
font-weight:bold;
}
#content br
{
line-height:2;
}
#menu
{
position:absolute;
top:185px;
left:220px;
width:585px;
background-color:#ffffff;
}
ul
{
list-style-type: none;
}
li
{
margin-left:20px;
margin-right:20px;
float:left;
font-family:verdana;
color:#000000;
}
#menu a
{
text-decoration:none;
color:#000000;
font-weight:bold;
}
#menu a:hover
{
color:#787A78;
}
#frogLogo
{
position:absolute;
top:10px;
left:5px;
width:100px;
height:100px;
background-color:#000000;
z-index:1;
}
#ecoLogo
{
border-radius: 15px;
position:absolute;
top:25px;
left: 250px;
text-align:center;
padding:45px;
font-family:arial;
font-size:20px;
width:445px;
height:100px;
background-color:#ffffff;
color:#000000;
text-shadow: 5px 5px 5px #ababab;
z-index:0;
}
#ecoLogo img
{
display: block;
margin-left: auto;
margin-right: auto;
width:45px;
height:45px;
}
#wrapper
{
border-radius: 15px;
padding:15px;
margin-left: auto ;
margin-right: auto ;
position:relative;
top:0px;
left:0px;
width:800px;
height:800px;
background-color:#ffffff;
}