You are here

views.recordcount.css in Views Record Count 8

#views-record-count-text{
  font-family: arial;
  font-size: 12px;
  font-style: italic;
}
#views-record-count-text strong{
  font-weight: bold;
  color: #4183c4;
}
.show {
  display: block;
}
.hide {
  display: none;
}

File

css/views.recordcount.css
View source
  1. #views-record-count-text{
  2. font-family: arial;
  3. font-size: 12px;
  4. font-style: italic;
  5. }
  6. #views-record-count-text strong{
  7. font-weight: bold;
  8. color: #4183c4;
  9. }
  10. .show {
  11. display: block;
  12. }
  13. .hide {
  14. display: none;
  15. }