crfHTML.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. table {margin-bottom:20px;table-layout:fixed; border-collapse:collapse; border-spacing:10px}
  2. table.t1 {width:400px; border:1px solid black}
  3. table.t1 th {border:1px solid black;padding:4px;background-color:#e0e0e0}
  4. table.t1 td {text-align:center}
  5. table.t2 {width:800px; border:1px solid black;}
  6. table.t2 th {border:1px solid black;padding:4px;background-color:#e0e0e0}
  7. table.t2 td {border:1px solid black; text-align:center}
  8. table.tOverview {border: 1px solid black}
  9. table.tOverview th {background-color: #cccc99;padding: 4px}
  10. table.tOverview td {width: 20px; padding: 4px; text-align:center;border: 1px solid grey}
  11. div.d1 {text-align:center; width:400px; background-color:#e0e0e0;
  12. font-size:20px; margin-bottom:20px}
  13. .box{
  14. width:120px;
  15. height:120px;
  16. }
  17. .gold{ background-color: gold; }
  18. .red{ background-color: darkred; }
  19. .green {background-color: green;}
  20. .orange {background-color: orange;}
  21. .blue {background-color: steelblue;}
  22. .brown {background-color: tan;}
  23. .yellow {background-color: #ffffcc;}
  24. .salmon {background-color: #ffcccc;}
  25. .teal {background-color: #cccc99;}
  26. .mauve {background-color: #ccccff;}
  27. .fuchsia {background-color: #ffccff;}
  28. .brick {background-color: #cc6666;}
  29. .empty { background-color: #cccccc;
  30. border-style: dashed;
  31. }
  32. .white { background-color: white;}
  33. .large{
  34. font-size: 30px;
  35. }
  36. .medium{
  37. font-size: 24px;
  38. }
  39. .small{font-size: 12px;}
  40. .center{
  41. text-align: center;
  42. }
  43. .stretch {
  44. padding: 50px;
  45. }
  46. .topLess { border-top: none;}