Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

school.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @charset "utf-8";
  2. .condition_l {
  3. float: left;
  4. font-weight: normal;
  5. width: 300px;
  6. margin: 5px 0px 0px 0px;
  7. font-size: 95%;
  8. }
  9. .paragraphT10{
  10. margin-top: 10px;
  11. margin-left: 5px;
  12. padding: 0;
  13. }
  14. #backtop {
  15. text-align: right;
  16. padding-right: 5px;
  17. margin: 10px 0px;
  18. font-size: 95%;
  19. clear: both;
  20. }
  21. ul {
  22. line-height: 120%;
  23. margin: 5px 0px 0px 30px;
  24. }
  25. ul#mass {
  26. list-style-type: decimal;
  27. margin: 5px 0px 0px 30px;
  28. }
  29. ul#life {
  30. margin: 5px 0px 0px 40px;
  31. }
  32. li {
  33. display: list-item;
  34. text-align: -webkit-match-parent;
  35. }
  36. #mass li {
  37. list-style: decimal;
  38. font-size: 95%;
  39. font-weight: normal;
  40. margin: 0px 0px 0px -5px;
  41. _margin: 0px 0px 0px 5px;
  42. margin-bottom: 5px;
  43. }
  44. #school_table {
  45. margin-top: 3px;
  46. }
  47. table {
  48. display: table;
  49. border-collapse: separate;
  50. border-spacing: 2px;
  51. border-color: gray;
  52. }
  53. #school_table .bg3 {
  54. background-color: #eeeedd;
  55. }
  56. #school_table .bg2 {
  57. background-color: #eeeeee;
  58. }
  59. #school_table th.bg1 {
  60. background-color: #ccddee;
  61. font-weight: bold;
  62. }
  63. table#infokitagata th {
  64. vertical-align: top;
  65. text-align: left;
  66. background-color: #add8e6;
  67. }
  68. th {
  69. border-top: 1px solid #ffffff;
  70. border-left: 1px solid #ffffff;
  71. text-align: left;
  72. vertical-align: top;
  73. font-weight: normal;
  74. padding: 0.3em;
  75. font-size: 95%;
  76. }
  77. /*
  78. table#infokitagata td {
  79. vertical-align: top;
  80. text-align: left;
  81. background-color: #dcdcdc;
  82. }
  83. */
  84. .list_label {
  85. width: 100px;
  86. float: left;
  87. }
  88. .img_caption_l {
  89. margin: 1px 10px 3px 2px;
  90. width: 200px;
  91. text-align: center;
  92. font-size: 85%;
  93. float: left;
  94. }
  95. .img_caption_0 {
  96. margin: 1px 10px 3px 2px;
  97. width: 480px;
  98. text-align: center;
  99. font-size: 85%;
  100. float: left;
  101. }
  102. .img_caption_r {
  103. margin: 1px 2px 3px 10px;
  104. width: 200px;
  105. text-align: center;
  106. font-size: 85%;
  107. float: right;
  108. }
  109. img#left {
  110. float: left;
  111. padding: 3px;
  112. border: 1px solid #CCCCCC;
  113. margin: 3px 10px 3px 0px;
  114. }
  115. img#right {
  116. float: right;
  117. padding: 3px;
  118. border: 1px solid #CCCCCC;
  119. margin: 3px 0px 3px 10px;
  120. }
  121. h4#life {
  122. clear: both;
  123. margin: 10px 0px 5px 3px;
  124. padding: 4px 0px 4px 20px;
  125. _padding: 6px 0px 6px 22px;
  126. font-size: 95%;
  127. border: 1px solid #666699;
  128. border-left: 4px solid #666699;
  129. }
  130. img#center {
  131. text-align: center;
  132. display: block;
  133. padding: 3px;
  134. border: 1px solid #CCCCCC;
  135. margin-right: auto;
  136. margin-left: auto;
  137. }
  138. img#lefticon {
  139. float: left;
  140. padding: 3px;
  141. border: 1px solid #CCCCCC;
  142. margin: 3px 10px 3px 40px;
  143. }
  144. .img_caption_licon {
  145. margin: 1px 10px 3px 2px;
  146. width: 130px;
  147. text-align: center;
  148. font-size: 85%;
  149. float: left;
  150. }