-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (57 loc) · 1.33 KB
/
style.css
File metadata and controls
68 lines (57 loc) · 1.33 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
/*nothing worth commenting in a simple CSS*/
#nav {
margin: 0 auto 50px auto;
padding: 50px 0 0 172px;
width: 852px;
min-height: 130px;
list-style: none;
}
#nav li {
margin-right: 3.2em;
width: 100px;
float: left;
}
#nav a, #nav a:visited, #nav a:hover {
width: 100px;
height: 59px;
overflow: hidden;
border: 0;
display: block;
color: #fff;
text-align: center;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.12) 68%, rgba(0, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
border-radius: 10px 10px 0 0;
}
/* Button Colors */
#nav li.button-color-1 a {
background-color: #86b9f6;
}
#nav li.button-color-2 a {
background-color: #DD7E7E;
}
#nav li.button-color-3 a {
background-color: #7EDD87;
}
#nav li.button-color-4 a {
background-color: #DDD57E;
}
.hiddenBox{
display:none;
}
.placeHolder{
clear: both;
width: 300px;
border: 1px solid black;
MARGIN-top: 10px;
margin-left: auto;
margin-right: auto;
padding-bottom: 30em;
}
.contentBox {
clear: both;
width: 300px;
border: 1px solid black;
MARGIN-top: 10px;
margin-left: auto;
margin-right: auto;
}