View difference between Paste ID: uP0YggbR and pDTRjqzr
SHOW: | | - or go back to the newest paste.
1
#navigation-bg {
2
    	height: 45px;
3
    	width: 1000px;
4
    	position: relative;
5
    	-webkit-border-bottom-left-radius: 10px;
6
    	-webkit-border-bottom-right-radius: 10px;
7
    	-khtml-border-bottom-left-radius: 10px;
8
    	-khtml-border-bottom-right-radius: 10px;
9
    	-moz-border-radius-bottomleft: 10px;
10
    	-moz-border-radius-bottomright: 10px;
11
    	border-bottom-left-radius: 10px;
12
    	border-bottom-right-radius: 10px;
13
    	background-image: -webkit-linear-gradient(#eaebdc 20%, #afb1a0 80%); 
14
	background-image: -moz-linear-gradient(#eaebdc 20%, #afb1a0 80%); 
15
	background-image: -o-linear-gradient(#eaebdc 20%, #afb1a0 80%); 
16
	background-image: linear-gradient(#eaebdc 20%, #afb1a0 80%);
17
	-webkit-box-shadow: 0 7px 6px -6px black;
18
	-moz-box-shadow: 0 7px 6px -6px black;
19
	box-shadow: 0 7px 6px -6px black;
20
	margin-left: auto; 
21
	margin-right: auto;
22
}	
23
24
25
	.listenstyle ul li {
26
		list-style: none;
27
		float: left;
28
		font-family: Verdana;
29
		font-size: 15px;
30
		color: #948b7e;
31
		text-shadow: 1px 1px 0px #fff;
32
		height: 32px;
33
		width: 130px;
34
		text-align: center;
35
		border-left: 1px solid #d5d5cb;
36
		border-right: 1px solid #958e7e;
37
		padding-top: 13px;
38
		overflow: hidden;
39-
		}
39+
40
	
41
	.listenstyle ul li:first-child {
42
		width: 0;
43
		border-right: 1px solid #958e7e;
44
		border-left: none;
45
	}
46
47
	.listenstyle ul li:last-child {
48
		width: 0;
49
		border-left: 1px solid #d5d5cb;
50
		border-right: none;
51
	}
52
	
53
	.listenstyle ul li a {
54
		font-family: Verdana;
55
		font-size: 15px;
56
		color: #948b7e;
57
		text-shadow: 1px 1px 0px #fff;
58
		text-decoration: none;
59
	}
60
	
61
	.listenstyle ul li:hover {
62
		background: #dadbcb;
63
		box-shadow:inset 0px 2px 15px 5px #9b9c90;
64
		-moz-box-shadow:inset 0px 2px 15px 5px #9b9c90; 
65
		-webkit-box-shadow:inset 0px 2px 15px 5px #9b9c90;
66
	}