main.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. body {
  2. position: absolute;
  3. background-repeat: repeat-x;
  4. background-color: #fff;
  5. color: #333;
  6. font-size: 12px;
  7. line-height: 1.5em;
  8. font-family: "Lucida Grande", Verdana, Arial;
  9. margin: 0px;
  10. padding: 0px;
  11. max-width: 850px;
  12. }
  13. p {
  14. min-width: 400px;
  15. }
  16. #download {
  17. float: right;
  18. padding: 5px 0px 5px 5px;
  19. border: 0px;
  20. }
  21. #content {
  22. margin: 157px 20px 20px 215px;
  23. }
  24. #copy {
  25. height: 20px;
  26. bottom: 0px;
  27. left: 147px;
  28. padding: 10px 0px 0px 0px;
  29. margin: 10px 0px 0px 0px;
  30. text-align: center;
  31. font-size: 10px;
  32. }
  33. #footer {
  34. position: relative;
  35. left: 215px;
  36. margin-bottom: 20px;
  37. }
  38. #title {
  39. position: absolute;
  40. background-image: url( /images/end.png );
  41. background-repeat: no-repeat;
  42. background-position: right;
  43. height: 76px;
  44. top: 50px;
  45. left: 40px;
  46. right: 20px;
  47. margin: 0px;
  48. padding: 0px;
  49. min-width: 790px;
  50. }
  51. #title h1 {
  52. background-image: url( /images/middle.png );
  53. background-repeat: repeat-x;
  54. height: 53px;
  55. top: 0px;
  56. left: 0px;
  57. margin: 0px 24px 0px 0px;
  58. padding: 23px 0px 0px 175px;
  59. white-space: nowrap;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. text-shadow: #bbb 2px 2px 2px;
  63. font-size: 24px;
  64. }
  65. h2, h3, h4 {
  66. margin-bottom: 0px;
  67. text-shadow: #bbb 1px 1px 1px;
  68. }
  69. h2 {
  70. font-size: 16px;
  71. }
  72. h3 {
  73. font-size: 14px;
  74. }
  75. h4 {
  76. font-size: 12px;
  77. }
  78. h1 + p, h2 + p, h3 + p, h4 + p, b + p {
  79. margin-top: 2px;
  80. }
  81. #icon {
  82. position: absolute;
  83. top: 10px;
  84. left: -10px;
  85. background-image: url( /images/icon-gold.png );
  86. background-repeat: no-repeat;
  87. height: 174px;
  88. width: 215px;
  89. z-index: 3;
  90. margin: 0px;
  91. }
  92. /* Content */
  93. #content ul {
  94. margin: 4px 0px 4px 0px;
  95. }
  96. #content ul > li {
  97. margin: 4px 0px;
  98. }
  99. .datestamp {
  100. color: rgb(119, 119, 119);
  101. font-size: smaller;
  102. }
  103. /* Links */
  104. a {
  105. text-decoration: none;
  106. }
  107. a:hover{
  108. text-decoration: underline;
  109. }
  110. /* Navigation */
  111. #nav {
  112. position: absolute;
  113. background-image: url( /images/nav.png );
  114. background-repeat: no-repeat;
  115. height: 350px;
  116. width: 145px;
  117. top: 162px;
  118. left: 20px;
  119. padding: 20px 0px 0px 20px;
  120. font-size: 11px;
  121. line-height: 17px;
  122. }
  123. #navlist {
  124. margin: 0px 0px 0px -5px;
  125. padding: 0px;
  126. list-style-type: none;
  127. }
  128. #navlist a {
  129. color: #333;
  130. }
  131. #navlist .subtitle {
  132. font-weight: bold;
  133. margin-top: 10px;
  134. }
  135. #navlist li a:hover, #navlist li a:active {
  136. text-decoration: underline;
  137. }
  138. #notice, #trademark, #terms {
  139. min-width: 0px;
  140. padding: 0px;
  141. margin: 10px 10px 10px -5px;
  142. font-size: 9px;
  143. line-height: 11px;
  144. color: #aaa !important;
  145. }
  146. #notice {
  147. margin-top: 30px;
  148. }
  149. #notice a {
  150. color: inherit !important;
  151. text-decoration: none;
  152. }
  153. #notice a:hover {
  154. color: #555 !important;
  155. text-decoration: none;
  156. }
  157. dt {
  158. font-weight: bold;
  159. margin-top: 1em;
  160. }
  161. .book {
  162. font-style: italic;
  163. }
  164. .code, pre, tt, code {
  165. font-family: Courier, Fixed;
  166. font-size: 110%;
  167. }
  168. .code {
  169. margin-left: 2em;
  170. font-size: 90%;
  171. line-height: normal;
  172. }
  173. .mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions {
  174. border: 1px solid black;
  175. background-color: white;
  176. -webkit-border-radius: 5px;
  177. -moz-border-radius: 5px;
  178. border-radius: 5px;
  179. padding: 0 1em;
  180. margin: 1em 0;
  181. }
  182. .asciiart {
  183. background-color: #eee;
  184. padding: 1em;
  185. margin-left: 2em;
  186. margin-right: 2em;
  187. overflow-x: auto;
  188. }