Subversion Repositories cheapmusic

Rev

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

Rev 47 Rev 57
Line 23... Line 23...
23
.head-menu {
23
.head-menu {
24
    position: relative;
24
    position: relative;
25
}
25
}
26
.menu-tle {
26
.menu-tle {
27
    padding: 1em 0;
27
    padding: 1em 0;
28
    background: #007bff;
28
    /*background: #007bff;*/
29
    text-align: center;
29
    text-align: center;
30
}
30
}
31
.menu-tle h2 {
31
.menu-tle h2 {
32
    font-size: 1.3em;
32
    font-size: 1.3em;
33
    color: #fff;
-
 
34
}
33
}
35
.left-pnl {
34
.left-pnl {
36
    float: left;
35
    float: left;
37
    text-align: center;
36
    text-align: center;
38
    width: 33%;
37
    width: 33%;
39
}
38
}
40
.left-pnl img {
39
.left-pnl img {
41
    border: 2px solid #ed4406;
40
    border: 2px solid;
42
    padding: 4px;
41
    padding: 4px;
43
}
42
}
44
.left-pnl h2 {
43
.left-pnl h2 {
45
    font-size: 18px;
44
    font-size: 18px;
46
    margin: 5px 0;
45
    margin: 5px 0;
Line 75... Line 74...
75
 
74
 
76
a.view-btn {
75
a.view-btn {
77
    font-size: 17px;
76
    font-size: 17px;
78
    padding: 8px 20px;
77
    padding: 8px 20px;
79
    display: inline-block;
78
    display: inline-block;
80
    color: #28B890;
-
 
81
    border: 2px solid #28B890;
79
    border: 2px solid;
82
    border-radius: 3px;
80
    border-radius: 3px;
83
    outline: none;
81
    outline: none;
84
}
-
 
85
a.view-btn:hover{
-
 
86
    color: #fff;
-
 
87
    background-color: #28B890;
-
 
88
}
82
}
89
 
83
 
90
 
84
 
91
@media(max-width:1440px){
85
@media(max-width:1440px){
92
	.left-pnl {
86
	.left-pnl {