style-2.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. background: #333;
  7. font-family: Tahoma, Arial, Helvetica, sans-serif;
  8. font-size: 14px;
  9. line-height: 20px;
  10. color: #222;
  11. }
  12. a {
  13. text-decoration: none;
  14. color: #99AECD;
  15. }
  16. a:hover {
  17. text-decoration: underline;
  18. color: #4F5D7F;
  19. }
  20. #wrap {
  21. margin: 20px auto 10px auto;
  22. width: 1024px;
  23. background: #fff;
  24. padding: 10px;
  25. border: 5px solid #000;
  26. }
  27. #header {
  28. background: #807464 no-repeat;
  29. height: 120px;
  30. }
  31. #header h1 {
  32. font-size: 50px;
  33. letter-spacing: -5px;
  34. padding: 17px 0 0 10px;
  35. margin: 0;
  36. }
  37. #header h1 a {
  38. color: #D1DDEF;
  39. text-decoration: none;
  40. font-weight: 600;
  41. }
  42. #header h1 a:hover {
  43. color: #fff;
  44. }
  45. #header h2 {
  46. padding-top: 17px;
  47. padding-left: 10px;
  48. padding-bottom: 17px;
  49. line-height: 1.2;
  50. }
  51. #content {
  52. margin-top: 10px;
  53. width: 1024px;
  54. }
  55. #content h3 a {
  56. text-decoration: underline;
  57. color: blue;
  58. }
  59. #content h3 a:hover {
  60. }
  61. #content p a {
  62. text-decoration: underline;
  63. color: blue;
  64. }
  65. #content p a:hover {
  66. }
  67. #navigation {
  68. float: left;
  69. width: 150px;
  70. }
  71. #navigation h2 {
  72. margin: 10px 0 0 0;
  73. padding-left: 2px;
  74. height: 24px;
  75. line-height: 24px;
  76. color: #7988AF;
  77. font-size: 15px;
  78. }
  79. #navigation ul {
  80. padding: 0 0 15px 30px;
  81. list-style-type: square;
  82. color: #99AECD;
  83. margin-left: -1em;
  84. }
  85. #navigation ul li a {
  86. text-decoration: none;
  87. font-weight: 600;
  88. color: #0099FF;
  89. }
  90. #navigation ul li a:hover {
  91. color: #3399FF;
  92. }
  93. #wrapper {
  94. float: right;
  95. width: 864px;
  96. margin-left: 10px;
  97. }
  98. #main-content {
  99. float: left;
  100. text-align: justify;
  101. width: 609px;
  102. }
  103. #main-content h2 {
  104. font-size: 18px;
  105. font-weight: 100;
  106. padding: 15px 0 7px 0;
  107. }
  108. #main-content h2 a {
  109. text-decoration: none;
  110. }
  111. #main-content h3 {
  112. margin: 0;
  113. }
  114. #main-content h4 {
  115. color: #668FCD;
  116. margin: 0;
  117. }
  118. #main-content li {
  119. list-style-type:none;
  120. }
  121. #main-content p {
  122. margin-top: 0.5em;
  123. }
  124. .center {
  125. text-align: center;
  126. }
  127. #programcommittee {
  128. font-size: 11px;
  129. color: #000000;
  130. }
  131. .tpc {
  132. float: right;
  133. width: 220px;
  134. }
  135. .tpc h2 {
  136. margin: 10px 0 0 0;
  137. padding-left: 10px;
  138. height: 24px;
  139. line-height: 24px;
  140. color: #7988AF;
  141. font-size: 14px;
  142. }
  143. .tpc ul {
  144. padding: 10px -5px 15px 30px;
  145. list-style-type: none;
  146. color: #99AECD;
  147. }
  148. .tpc ul li a {
  149. text-decoration: none;
  150. font-weight: 600;
  151. }
  152. .tpc ul li a:hover {
  153. }
  154. #footer {
  155. text-align: center;
  156. font-size: 9px;
  157. color: #aaa;
  158. }
  159. #footer a { color: #aaa; }
  160. #footer a:hover { color: #111; }