Đặt vé xe buýt trực tuyến bằng PHP / MySQLi

1 #accordion-container {
2     font-size: 13px;
3     background: #ffffff;
4     padding: 5px 10px 10px 10px;
5     -moz-box-shadow:
0 5px 15px #cccccc;
6     -webkit-box-shadow:
0 5px 15px #cccccc;
7     box-shadow:
0 5px 15px #cccccc;
8     
9 }
10
11 .accordion-header {
12     font-size: 16px;
13     background: #ebebeb;
14     margin: 5px
0 0 0;
15     padding: 5px 20px;
16     cursor: pointer;
17     color: #
666666;
18 }
19
20 .active-header {
21     background: url(images/active-header.gif) #cef98d;
22     background-repeat: no-repeat;
23     background-position: right
50%;
24 }
25
26 .active-header:hover {
27     background: url(images/active-header.gif) #c6f089;
28     background-repeat: no-repeat;
29     background-position: right
50%;
30 }
31
32 .inactive-header {
33     background: url(images/inactive-header.gif) #ebebeb;
34     background-repeat: no-repeat;
35     background-position: right
50%;
36 }
37
38 .inactive-header:hover {
39     background: url(images/inactive-header.gif) #f5f5f5;
40     background-repeat: no-repeat;
41     background-position: right
50%;
42 }
43
44 .accordion-content {
45     display: none;
46     padding: 20px;
47     background: url(
"../xres/images/slideshow-bg.png") repeat-x scroll left top transparent;
48     border-top:
0;
49 }


Gõ tìm kiếm nhanh...