sinorca-screen-alt.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. /***********************************************
  2. * TITLE: Sinorca Alterative Screen Stylesheet *
  3. * URI : sinorca/sinorca-screen-alt.css *
  4. * MODIF: 2003-May-13 18:48 +0800 *
  5. ***********************************************/
  6. /* ##### Common Styles ##### */
  7. body {
  8. color: black;
  9. background-color: white;
  10. font-family: verdana, helvetica, arial, sans-serif;
  11. font-size: 71%; /* Enables font size scaling in MSIE */
  12. margin: 0;
  13. padding: 0;
  14. }
  15. html > body {
  16. font-size: 8.5pt;
  17. }
  18. acronym, .titleTip {
  19. border-bottom: 1px dotted rgb(153,153,153);
  20. cursor: help;
  21. margin: 0;
  22. padding: 0 0 0.4px 0;
  23. }
  24. .doNotDisplay {
  25. display: none;
  26. }
  27. .smallCaps {
  28. font-size: 110%;
  29. font-variant: small-caps;
  30. }
  31. /* ##### Header ##### */
  32. .superHeader {
  33. color: white;
  34. background-color: rgb(100,135,220);
  35. height: 2em;
  36. }
  37. .superHeader a {
  38. color: white;
  39. background-color: transparent;
  40. text-decoration: none;
  41. font-size: 91%;
  42. margin: 0;
  43. padding: 0 0.5ex 0 0.25ex;
  44. }
  45. .superHeader a:hover {
  46. text-decoration: underline;
  47. }
  48. .superHeader .left {
  49. position: absolute;
  50. left: 1.5mm;
  51. top: 0.75ex;
  52. }
  53. .superHeader .right {
  54. position: absolute;
  55. right: 1.5mm;
  56. top: 0.75ex;
  57. }
  58. .midHeader {
  59. color: rgb(39,78,144);
  60. background-color: rgb(140,170,230);
  61. }
  62. .headerTitle {
  63. font-size: 337%;
  64. font-weight: normal;
  65. margin: 0 0 0 4mm;
  66. padding: 0.25ex 0;
  67. }
  68. .subHeader {
  69. color: white;
  70. background-color: rgb(0,51,153);
  71. margin: 0;
  72. padding: 1ex 1ex 1ex 1.5mm;
  73. }
  74. .subHeader a {
  75. color: white;
  76. background-color: transparent;
  77. text-decoration: none;
  78. font-weight: bold;
  79. margin: 0;
  80. padding: 0 0.75ex 0 0.5ex;
  81. }
  82. .subHeader a:hover {
  83. text-decoration: underline;
  84. }
  85. .superHeader .highlight, .subHeader .highlight {
  86. color: rgb(253,160,91);
  87. background-color: transparent;
  88. }
  89. /* ##### Side Boxes ##### */
  90. #side-bar {
  91. width: 14em;
  92. margin: 2.5em 0 0 1.25mm;
  93. float: left;
  94. clear: left;
  95. }
  96. body > #side-bar {
  97. margin-left: 2.5mm; /* Circumvents a rendering bug in MSIE (6.0) */
  98. }
  99. .sideBarTitle {
  100. color: white;
  101. background-color: rgb(100,135,220);
  102. font-weight: bold;
  103. margin: 0;
  104. padding: 0.4ex 0 0.4ex 0.6ex;
  105. }
  106. #side-bar ul {
  107. list-style-type: none;
  108. list-style-position: outside;
  109. margin: 0;
  110. padding: 0 0 2.25em 0;
  111. }
  112. #side-bar li {
  113. margin: 0;
  114. padding: 0.1ex 0; /* Circumvents a rendering bug (?) in MSIE (6.0) */
  115. }
  116. #side-bar a, .thisPage {
  117. color: rgb(0,102,204);
  118. background-color: transparent;
  119. text-decoration: none;
  120. font-weight: bold;
  121. margin: 0;
  122. padding: 1.3ex 2ex;
  123. display: block;
  124. }
  125. .thisPage {
  126. color: black;
  127. background-color: transparent;
  128. }
  129. #side-bar a:hover {
  130. color: white;
  131. background-color: rgb(100,135,220);
  132. text-decoration: none;
  133. }
  134. .sideBarText {
  135. line-height: 1.5em;
  136. margin: 0 0 2.5em 0;
  137. padding: 1ex 0.5ex 0 0.5ex;
  138. display: block;
  139. }
  140. .sideBarText + .sideBarText { /* Not recognised by MSIE (6.0) */
  141. margin-top: -1.5em;
  142. }
  143. #side-bar .sideBarText a {
  144. text-decoration: underline;
  145. font-weight: normal;
  146. margin: 0;
  147. padding: 0;
  148. display: inline;
  149. }
  150. #side-bar .sideBarText a:hover {
  151. color: rgb(0,102,204);
  152. background-color: transparent;
  153. text-decoration: none;
  154. }
  155. /* ##### Main Copy ##### */
  156. #main-copy {
  157. color: black;
  158. background-color: transparent;
  159. text-align: justify;
  160. line-height: 1.5em;
  161. margin: -1em 0 0 15em;
  162. padding: 0.5mm 5mm 5mm 5mm;
  163. }
  164. #bodyText {
  165. margin: 0 0 0 15.5em;
  166. padding: 2mm 5mm 2mm 5mm;
  167. }
  168. #main-copy p {
  169. margin: 1em 1ex 2em 1ex;
  170. padding: 0;
  171. }
  172. #main-copy a {
  173. color: rgb(0,102,204);
  174. background-color: transparent;
  175. text-decoration: underline;
  176. }
  177. #main-copy a:hover {
  178. text-decoration: none;
  179. }
  180. #main-copy h1 {
  181. color: rgb(0,102,204);
  182. background-color: transparent;
  183. font-size: 145.5%;
  184. font-weight: bold;
  185. margin: 2em 0 0 0;
  186. padding: 0.5ex 0 0.5ex 0.6ex;
  187. border-bottom: 1px solid rgb(0,102,204);
  188. }
  189. #main-copy .topOfPage {
  190. color: rgb(0,102,204);
  191. background-color: transparent;
  192. font-size: 91%;
  193. font-weight: bold;
  194. text-decoration: none;
  195. margin: 3ex 1ex 0 0;
  196. padding: 0;
  197. float: right;
  198. }
  199. dl {
  200. margin: 1em 1ex 2em 1ex;
  201. padding: 0;
  202. }
  203. dt {
  204. font-weight: bold;
  205. margin: 0 0 0 0;
  206. padding: 0;
  207. }
  208. dd {
  209. margin: 0 0 2em 2em;
  210. padding: 0;
  211. }
  212. /* ##### Footer ##### */
  213. #footer {
  214. color: white;
  215. background-color: rgb(100,135,220);
  216. font-size: 91%;
  217. margin: 0;
  218. padding: 1em 2.5mm 2.5ex 2.5mm;
  219. clear: both;
  220. }
  221. #footer .left {
  222. text-align: left;
  223. line-height: 1.45em;
  224. float: left;
  225. clear: left;
  226. }
  227. #footer .right {
  228. text-align: right;
  229. line-height: 1.45em;
  230. }
  231. #footer a {
  232. color: white;
  233. background-color: transparent;
  234. text-decoration: underline;
  235. }
  236. #footer a:hover {
  237. text-decoration: none;
  238. }