home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / tema / aos_off / default.css < prev    next >
Cascading Style Sheet File  |  2004-05-24  |  3KB  |  228 lines

  1. body {
  2.   padding: 0;
  3.   margin: 0.5em auto;
  4.   font: 0.8em Verdana, "Geneva CE", lucida, sans-serif;
  5.   font: 0.9em Georgia, "New York CE", utopia, serif;
  6.   color: #000;
  7.   text-align: center;
  8.   background-color: #fff;
  9. }
  10. h1, h2, h3 {
  11.   font-style: italic;
  12.   font-weight: normal;
  13. }
  14. h1 {font-size: 1.8em;}
  15. h2 {font-size: 1.4em; margin-top: 0;}
  16. h3 {font-size: 1.2em;}
  17. h4 {font-size: 1em;}
  18. #main {
  19.   width: 760px;
  20.   text-align: left;
  21.   margin: 0 auto;
  22. }
  23. #sidebar {
  24.   float: right;
  25.   width: 200px;
  26.   padding: 0;
  27.   font-size: 0.9em;
  28. }
  29. #maincol {
  30.   width: 540px;
  31.   float:left;
  32.   line-height: 140%;
  33.   border-right: 2px solid #36c;
  34. }
  35. #header {
  36.   color: #000;
  37.   margin-bottom: 35px;
  38.   min-height: 73px;
  39.   color: #36c;
  40.   border-top: 10px solid #36c;
  41.   border-bottom: 10px solid #36c;
  42.   padding-top: 4px;
  43.   padding-bottom: 4px;
  44. }
  45. #header h1 {
  46.   padding: 10px 0;
  47.   font-weight: normal;
  48.   margin: 0;
  49. }
  50. #header strong {
  51.   font-style: italic;
  52.   font-weight: normal;
  53. }
  54. #header a {
  55.   text-decoration: none;
  56.   color: #36c;
  57. }
  58. #logo {
  59.   float: left;
  60.   width: 70px;
  61.   height: 70px;
  62.   background: #fff url("img/logo.png") top left no-repeat;
  63.   margin-right: 10px;
  64.   cursor: pointer;
  65. }
  66. #footer {
  67.   clear: both;
  68.   padding-top: 20px;
  69.   text-align: center;
  70.   font-size: 0.9em;
  71.   border-top: 2px solid #36c;
  72. }
  73. #footer p {
  74.   margin: 0.3em;
  75.   font-size: 0.6em;
  76. }
  77. abbr, acronym, span.abbr, dfn {
  78.   cursor: help;
  79.   border-bottom: 1px dotted;
  80. }
  81. code, pre {
  82.   font-family: monospace;
  83.   overflow:auto;
  84. }
  85. ins {
  86.   text-decoration: none;
  87.   border-bottom: 1px dashed;
  88. }
  89. ins:hover {
  90.   color: #036;
  91. }
  92. .center {
  93.   text-align: center;
  94. }
  95. .right {
  96.   text-align: right;
  97. }
  98. a {color: #36c;}
  99. a:visited {color: #666;}
  100. a:hover, a:active {color: #090;}
  101. .item {
  102.   margin-bottom: 1.5em;
  103.   border-left: 2px solid #36c;
  104.   border-bottom: 1px solid #36c;
  105.   padding: 4px 10px;
  106. }
  107. .item h2 > a, .info a {
  108.   text-decoration: none;
  109. }
  110. .item h2, .item p {
  111.   margin: 0;
  112.   font-weight: normal;
  113. }
  114. .item h2 {
  115.   font-size: 1.3em;
  116.   font-style: italic;
  117. }
  118. div.info {
  119.   font-size: 0.8em;
  120.   text-align: right;
  121. }
  122. .searched {
  123.   border-bottom: 1px dashed #36c;
  124. }
  125. #navcontainer ul {
  126.   padding-left: 0;
  127.   list-style-type: none;
  128. }
  129. #navcontainer li a {
  130.   display: block;
  131.   border-bottom: 1px solid #36c;
  132.   text-decoration: none;
  133.   padding: 2px 0 2px 10px;
  134. }
  135. #navcontainer a:visited {
  136.   color: #666;
  137. }
  138. #navcontainer a:hover {
  139.   background-color: #36c;
  140.   color: #fff;
  141. }
  142. #sidebar ul {
  143.   padding: 2px 0 2px 10px;
  144.   list-style-type: none;
  145. }
  146. #sidebar h4, ul, dl {
  147.   margin: 0;
  148. }
  149. .box {
  150.   margin-bottom: 15px;
  151. }
  152. .box h4 {
  153.   border-bottom: 1px dashed #36c;
  154. }
  155. .box dt {
  156.   font-style: italic;
  157.   margin-bottom: 2px;
  158. }
  159. .box dd {
  160.   margin: 0 0 4px 0;
  161. }
  162. #search {
  163.   margin-top: 2px;
  164. }
  165. .screenshot {
  166.   width: 200px;
  167.   height: 150px;
  168.   margin: 5px;
  169.   border: 0;
  170. }
  171.  
  172.  
  173. fieldset {
  174.   padding: 1em;
  175.   border: 1px solid #bbd;
  176.   background-color: #f8f8f8;
  177. }
  178. legend {
  179.   background-color: #fff;
  180.   border: 1px solid #bbd;
  181.   margin-bottom: 10px;
  182. }
  183. form div {
  184.   margin-bottom: 2px;
  185. }
  186. form ul {
  187.   font-size: 0.9em;
  188. }
  189. label {
  190.   display: block;
  191.   width: 8em;
  192.   cursor: pointer;
  193.   cursor: hand;
  194. }
  195. label.required {
  196.   font-weight: bold;
  197. }
  198. div#submitdiv {
  199.   margin-left: 8em;
  200. }
  201. textarea {
  202.   width: 80%;
  203. }
  204. input[type=text] {
  205.   width: 45%;
  206. }
  207.  
  208.  
  209. #list strong {
  210.   font-weight: normal;
  211. }
  212. caption {
  213.   text-align: left;
  214. }
  215.  
  216. .comment {
  217.   padding-left: 1em;
  218.   line-height: 130%;
  219.   border-bottom: 1px solid black;
  220.   margin-bottom: 15px;
  221. }
  222. .email {
  223.   color: #090;
  224. }
  225. .italic {
  226.   font-style: italic;
  227. }
  228.