| 12345678910111213141516171819202122232425262728293031323334 |
- .live .active {
- background: rgb(202,234,206);
- font-weight:bold
- }
- .live ul{
- list-style-type:none;
- padding:0 0 0 0;
- }
- .live li span{
- display:block
- }
- .live ul{
- font-family:"Times New Roman",Georgia,Serif;
- }
- .to-top {
- background-image: linear-gradient(
- to top,
- rgba(202,234,206) 0%,
- rgb(0,0,0,0) 60%);
- }
- .to-bottom {
- background-image: linear-gradient(
- to bottom,
- rgba(202,234,206) 0%,
- rgb(0,0,0,0) 60%);
- }
|