/class/xml/rpc/xoops.css

https://gitlab.com/VoyaTrax/vtCMS · CSS · 62 lines · 50 code · 11 blank · 1 comment · 0 complexity · 399021c9441b107697555b56b34bc55d MD5 · raw file

  1. table {
  2. width: 100%;
  3. }
  4. img {
  5. border: 0;
  6. }
  7. acronym, abbr, dfn {
  8. cursor: help;
  9. }
  10. #xoopsHiddenText {
  11. visibility: hidden;
  12. color: #000000;
  13. font-weight: normal;
  14. font-style: normal;
  15. text-decoration: none;
  16. }
  17. .pagneutral {
  18. font-size: 10px;
  19. width: 16px;
  20. height: 19px;
  21. text-align: center;
  22. background-image: url(./images/pagneutral.gif);
  23. }
  24. .pagact {
  25. font-size: 10px;
  26. width: 16px;
  27. height: 19px;
  28. text-align: center;
  29. background-image: url(./images/pagact.gif);
  30. }
  31. .paginact {
  32. font-size: 10px;
  33. width: 16px;
  34. height: 19px;
  35. text-align: center;
  36. background-image: url(./images/paginact.gif);
  37. }
  38. /* For required elements in XOOPS form, can be overwritten in theme styles */
  39. .xoops-form-element-caption .caption-marker {
  40. display: none;
  41. }
  42. .xoops-form-element-caption-required .caption-marker {
  43. background-color: inherit;
  44. padding-left: 2px;
  45. color: #ff0000;
  46. }
  47. .xoops-form-element-help {
  48. font-size: .9em;
  49. padding-top: 5px;
  50. font-weight: normal;
  51. }