-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-tabs.css
More file actions
24 lines (24 loc) · 946 Bytes
/
css3-tabs.css
File metadata and controls
24 lines (24 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#header { width:500px; height:100px; background-image:url('images/bluepan.jpg');
background-repeat:no-repeat; background-position:center; color:white; text-align:center; margin-bottom:-27px;
}
h1 { font-size:150%; font-weight:bold; padding-top:20px;
}
h2 { font-size:125%;
}
#nav ul {width:400px; position:relative; top:-14px;
}
ul li { text-decoration:none; display:inline;
}
ul li a.tab { font-family:Arial; color:black; font-size :medium; font-weight:bold; background-color:#ffff00;
/*-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;*/
border-top-left-radius:8px;
border-top-right-radius:8px;
border:2px solid black; padding:5px; padding-bottom:5px;margin :-2px; text-decoration:none; border-bottom:none;
}
.tab:hover { background-color:lime; color:black;
}
#activelink {background-color:white; border-bottom:0; padding-bottom:7px;
}
#content {margin-top:-25px; padding:10px; width:476px; border:2px solid black;
}