main.css 571 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @font-face {
  2. font-family: "Kenyan Coffee";
  3. src: url("../webfonts/kenyc.ttf");
  4. }
  5. body {
  6. font-family: "Open Sans", sans-serif;
  7. }
  8. input, select, textarea, button{font-family:inherit;}
  9. .searchResultChannel {
  10. font-style: italic;
  11. }
  12. .searchResultDescription {
  13. font-size: small;
  14. }
  15. .searchResult {
  16. height: 126px;
  17. cursor: pointer;
  18. }
  19. .searchResultTextContainer {
  20. height: 101px;
  21. overflow: hidden;
  22. text-overflow: ellipsis;
  23. }
  24. .pageCenter {
  25. position: absolute;
  26. top:0;
  27. bottom: 0;
  28. left: 0;
  29. right: 0;
  30. margin: auto;
  31. }