-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsite.css
122 lines (100 loc) · 2.02 KB
/
website.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
120
h3{
font-family: sans-serif;
font-weight: lighter;
font-style: italic;
font-size: 23px
}
h4{
font-family: sans-serif;
font-weight: normal;
font-size: 15px;
margin: 0px;
}
body{
background-image:img/background.jpg;
background-size:cover;
background-repeat: no-repeat;
}
#content{
position: relative;
margin-top:-730px;
margin-left: 320px;
font-family: sans-serif;
font-size: 15px;
font-weight: medium;
line-height:1.5;
width:1000px;
}
#copyright{
font-size: 12px
}
#content2{
position: relative;
margin-top:-730px;
margin-left: 450px;
font-family: sans-serif;
font-size: 15px;
font-weight: medium;
line-height:1.5;
width:600px;
}
#content3{
position: relative;
margin-top:-730px;
margin-left: 320px;
font-family: sans-serif;
font-size: 15px;
font-weight: medium;
line-height:1.5;
width:800px;
}
#menu{
position: relative;
left: 10px;
top: 25px;
font-family: sans-serif;
font-size: 15px;
font-weight: lighter;
line-height:1.5;
font-color: #000000;
}
#menu a:link {color: #000000;}
#menu a:visited {color: #000000;}
ul{
list-style-type: none;
}
a:link {
text-decoration: none;
color: #0B0080;
font-family: sans-serif;
}
a:visited {
text-decoration: none;
color: #0B0080;
}
a:hover {
text-decoration: none;
background-color:#FFFF00;
}
a:active {
text-decoration: none;
background-color: #00FFFF;
}
.slider {
width: 400px; height: 300px;
overflow: hidden;
}
.slider > ul {
/* styled by JS to match the added width and height of all <li>’s */
position: relative;
-webkit-transition: 0.5s left;
-moz-transition: 0.5s left;
-ms-transition: 0.5s left;
-o-transition: 0.5s left;
list-style: none;
margin: 0; padding: 0;
}
.slider > ul > li {
float: left;
width: 400px; height: 300px;
}