Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .popularpost_list .jeg_thumb {
- display : none ;
- }
- .popularpost_list .popularpost_item:nth-child(1) {
- color :red;
- }
- .popularpost_item:first-child .jeg_post_title a:before, .popularpost_item:first-child:hover .jeg_post_title a:before{
- background: #eee;
- border-radius: 100%;
- box-sizing: content-box;
- content: attr(data-num);
- font-size: 18px;
- font-style: italic;
- height: 24px;
- left: 0;
- right: auto;
- line-height: 24px;
- padding: 10px;
- position: absolute;
- text-align: center;
- top: 0;
- -webkit-transition: all .3s;
- -o-transition: all .3s;
- transition: all .3s;
- width: 24px;
- color : #eae ; /* number list color */
- }
- .popularpost_item:first-child:hover .jeg_post_title a:before {
- background: #eae; ; /* number list color when mouse hovered */
- color : #fff ;
- }
- .popularpost_item:first-child .jeg_post_title {
- font-size: 14px;
- margin: 0 0 5px;
- padding-right: 0;
- font-weight: 400;
- position: static;
- }
- .popularpost_item:first-child {
- border-bottom: unset;
- padding-bottom: 0;
- padding-left: 60px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement