|
|
@@ -148,7 +148,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.filter li .select {
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.filter tags-input {
|
|
|
margin-top:20px;
|
|
|
@@ -360,6 +360,37 @@ ul.news-meta li {
|
|
|
text-align:center;
|
|
|
}
|
|
|
|
|
|
+.pagination ul {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0px;
|
|
|
+ padding: 0;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.pagination ul li {
|
|
|
+ display: inline-block;
|
|
|
+ width: 25px;
|
|
|
+}
|
|
|
+.pagination ul li a{
|
|
|
+ display: block;
|
|
|
+ padding: 5px;
|
|
|
+ color: rgba(112, 100, 172, 0.8);
|
|
|
+}
|
|
|
+
|
|
|
+.pagination ul li a:hover{
|
|
|
+ color: rgba(112, 100, 172, 1);
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: #f4f4f4;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination ul li a:active, a:focus{
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.current { background-color: #f4f4f4; }
|
|
|
+/*ul.pagination li:after{
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}*/
|
|
|
.pagination input { width: 40px;}
|
|
|
|
|
|
#news img { max-width:90%; }
|