<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/



ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
  float:left;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

/*------------------------------------*\
  Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size:0.95em;
  line-height:1.2em;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-right: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
  background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme .prev {
  border-radius: 3px 0 0 3px;
}

.compact-theme .next {
  border-right: 1px solid #AAA;
  border-radius: 0 3px 3px 0;
}

.compact-theme .current {
  background: #bbbbbb; /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
  cursor: default;
}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
  float: left;
  color: #727272;
  font-size:0.95em;
  line-height:24px;
  font-weight: bold;
  text-align: center;
  min-width: 14px;
  padding: 10px 12px;
  margin: 0 5px 0 0;
  text-decoration:none;
  border-radius: 3px;
  background: #f3f3f3; /* Old browsers */
}

.light-theme a:hover {
  text-decoration: none;
  color:#191919;
  background: #d2b730;
}

.light-theme .current {
  background: #d7d7d7;
  color: #191919;
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.current.prev, .current.next { display:none; }

.light-theme .prev { padding-left:42px;padding-right:27px;background:url(prev.png) 27px center no-repeat; }
.light-theme .next { padding-left:27px;padding-right:42px;background:url(more-info-arrow-hover.png) 71px center no-repeat; }

.light-theme a.prev, .light-theme a.next {
  color:#ffffff;
  background-color:#191919;
}

.light-theme a.prev:hover, .light-theme a.next:hover {
  color:#191919;
  background:url(prev-hover.png) 27px center no-repeat #e8cb3d;
}

.light-theme a.next:hover {
  background:url(more-info-arrow.png) 71px center no-repeat #e8cb3d;
}

/*------------------------------------*\
  Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #555; /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
  background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}</pre></body></html>