<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.pages{ padding-top:15px;box-sizing: border-box;clear:both;float:left; margin-bottom:20px;text-align:center;width:100%;}
div.pages div{text-align:center;width:100%;height:auto;}
.pages &gt;div&gt;.current{
	
	text-decoration: none;
	
    
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
	
    background-color: #10193A;
   
    background-repeat: repeat-x;
  
    color: white;
    cursor: default;
    z-index: 2;
	display: inline-block;
    margin: 0 3px;}
.pages &gt;div&gt;a{ 
	font-family:'microsoft yahei';
	border: 1px solid #e5e5e5;
    color: #222222;
	background-color: #FFFFFF;
    
    
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
	display: inline-block;
    margin: 0 3px;
	}
.pages &gt;div&gt;a:hover{background-color: #eeeeee;color:black}
.pages &gt;div&gt;a:focus{background-color: #eeeeee;}</pre></body></html>