Subversion Repositories cheapmusic

Rev

Rev 31 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 36
Line 20... Line 20...
20
.head-menu {
20
.head-menu {
21
    position: relative;
21
    position: relative;
22
}
22
}
23
.menu-tle {
23
.menu-tle {
24
    padding: 1em 0;
24
    padding: 1em 0;
25
    background: #ed4406;
25
    background: #007bff;
26
    text-align: center;
26
    text-align: center;
27
}
27
}
28
.menu-tle h2 {
28
.menu-tle h2 {
29
    font-size: 1.3em;
29
    font-size: 1.3em;
30
    color: #fff;
30
    color: #fff;
31
}
31
}
32
.top-nav {
-
 
33
    position: absolute;
-
 
34
    top: 28%;
-
 
35
    right: 6%;
-
 
36
    padding-bottom: 1em;
-
 
37
    z-index: 999;
-
 
38
}
-
 
39
span.menu {
-
 
40
    position: relative;
-
 
41
    cursor: pointer;
-
 
42
}
-
 
43
ul.nav1 {
-
 
44
    display: none;
-
 
45
    position: absolute;
-
 
46
    top: 92%;
-
 
47
    right: -104%;
-
 
48
    background: #212121;
-
 
49
    width: 115px;
-
 
50
    height: auto;
-
 
51
    text-align: center;
-
 
52
    z-index: 9;
-
 
53
}
-
 
54
.top-nav ul li {
-
 
55
    display: block;
-
 
56
    padding: 8px 5px 8px 5px;
-
 
57
    border-bottom: 1px solid #898989;
-
 
58
}
-
 
59
.top-nav ul li:last-child{
-
 
60
    border-bottom: none;
-
 
61
}
-
 
62
.top-nav ul li a{
-
 
63
    color: #fff;
-
 
64
}
-
 
65
.top-nav ul li:hover{
-
 
66
    background-color: #545454;
-
 
67
}
-
 
68
 
-
 
69
.left-pnl {
32
.left-pnl {
70
    float: left;
33
    float: left;
71
    text-align: center;
34
    text-align: center;
72
    width: 33%;
35
    width: 33%;
73
}
36
}
74
.left-pnl img {
37
.left-pnl img {
75
    border: 2px solid #ed4406;
38
    border: 2px solid #ed4406;
76
    padding: 4px;
39
    padding: 4px;
77
}
40
}
78
.left-pnl h2 {
41
.left-pnl h2 {
79
    /*color: #fbfcfd;*/
-
 
80
    font-size: 18px;
42
    font-size: 18px;
81
    margin: 5px 0;
43
    margin: 5px 0;
82
    text-transform: uppercase;
44
    text-transform: uppercase;
83
}
45
}
84
.left-pnl p {
46
.left-pnl p {
85
    /*color: #b7b6b6;*/
-
 
86
    font-size: 13px;
47
    font-size: 13px;
87
    letter-spacing: 1px;
48
    letter-spacing: 1px;
88
}
49
}
89
.right-pnl {
50
.right-pnl {
90
    float: right;
51
    float: right;