Açıklama Yok
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 3.0KB

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