Newer
Older
osm-data / lib / surveyor.css
@haya4 haya4 on 10 Nov 2023 1020 bytes index.geojson
  1. #wrap {
  2. width: 100%;
  3. text-align: left;
  4. margin: 0 auto;
  5. }
  6. #inner {
  7. margin: 0 4px;
  8. }
  9. #mainWrap { width: 70%; float: right; }
  10. #sideWrap { width: 25%; float: left; }
  11. .clear { clear: both; }
  12. .clear hr { display: none; }
  13.  
  14. img.qgisimage {
  15. width: 70%;
  16. height: 70%;
  17. }
  18. img#QGISlogo {
  19. width: 50%;
  20. height: 50%;
  21. }
  22.  
  23. p.middle {
  24. vertical-align: middle;
  25. }
  26.  
  27. h1 {
  28. font-style: italic;
  29. }
  30.  
  31. .carto {
  32. padding-left: 40px;
  33. }
  34.  
  35. table {
  36. margin: 20px 0 50px;
  37. border-top: 1px solid #663300;
  38. border-left: 1px solid #663300;
  39. border-collapse: collapse;
  40. border-spacing: 0;
  41. background-color: #ffffff;
  42. empty-cells: show;
  43. }
  44.  
  45. table caption {
  46. caption-side: top;
  47. text-decoration: underline;
  48. }
  49.  
  50. table tr th, table tr td {
  51. font-size: 12px;
  52. border-right: 1px solid #CCC;
  53. border-bottom: 1px solid #CCC;
  54. padding: 7px;
  55. }
  56.  
  57. table tr th {
  58. background: #E6EAFF;
  59. font-size: 11px;
  60. }
  61.  
  62. table tr th.name,
  63.  
  64. table tr th.denominator,
  65. table tr td.denominator{text-align: right}