/ Published in: CSS
Expand |
Embed | Plain Text
/*page nav*/ .pageNav {width: 553px;height: 31px;margin:0 0 0 0;padding:0 0 0 0;clear:both;} .pageNav b{font-size: 11px;font-weight: bold;padding:0 0 0 0;margin:0 0 0 0;} .pageNav .numere {margin: 0 0 0 0;height: 22px;} .numere a { width: 25px; height: 20px; background: #EBEBEB; border: 1px solid #D5D5D5; font-weight: bold; color: #000000; line-height: 20px; text-align: center; margin-right: 5px; } .numere span {float: left;padding:4px 5px 0 0;} .numere a.selected, .numere a.selected:hover {background: #74B330;border: 1px solid #5C8E26;color: #FFFFFF;} .numere a:hover{background:#D9D9D9;border: 1px solid #C2C2C2;} .numere a.prima {background-position:0 0;} .numere a.inapoi {background-position: -21px -1px;} .numere a.inainte {background-position: -172px -1px;} .numere a.ultima {background-position: -201px -1px;} .numere a.prima:hover {background-position:0 0;} .numere a.inapoi:hover {background-position:0 0;} .numere a.inainte:hover {background-position:0 0;} .numere a.ultima:hover {background-position:0 0;}
You need to login to post a comment.
