You are here

views-record-count.css in Views Record Count 6.3

Same filename and directory in other branches
  1. 6 css/views-record-count.css
  2. 7 css/views-record-count.css
#views-record-count-text {
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
#views-record-count-text strong {
  font-weight: bold;
  color: #4183c4;
}
.show {
  display: block;
}
.hide {
  display: none;
}

File

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