style.css 787 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. frame {
  2. /*border: 10px;*/
  3. margin: 5px;
  4. /*padding: 10px;*/
  5. }
  6. frame > box {
  7. padding: 0 5px 0 5px;
  8. }
  9. frame > grid {
  10. margin: 5px;
  11. }
  12. frame > grid {
  13. /*background: cyan;*/
  14. }
  15. frame > grid > box > label {
  16. /*background: red;*/
  17. }
  18. valuelabel {
  19. /*background-color: yellow;*/
  20. /*font-family: dejavu sans book;*/
  21. /*font-family: lato light;*/
  22. /*font-family: freemono;*/
  23. font-family: dejavu serif;
  24. /*font-weight: bolder;*/
  25. }
  26. #child_overview > frame > grid > label:nth-child(0n+1) {
  27. /*background-color: red;*/
  28. /*color: blue;*/
  29. /*margin: 200px;*/
  30. /*align: left;*/
  31. }
  32. #child_overview > frame > grid column {
  33. background-color: yellow;
  34. /*font-size: 5px;*/
  35. /*background-color: red;*/
  36. }
  37. /**/