home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Grafica / logocreator / lcsetup07.exe / Help / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-07  |  3.7 KB  |  277 lines

  1. @charset "iso-8859-1";
  2.  
  3. body {
  4.     margin: 2ex;
  5.     color: #000;
  6.     font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
  7.     background: #ffffff;
  8.     font-size: 90%;
  9.  
  10. }
  11.  
  12. .copy{
  13.  text-align: center;
  14.  font-size: 60%;
  15.  margin-left: 33ex;
  16. }
  17.  
  18.  
  19. img {
  20.  border-width: 0;
  21.  vertical-align: bottom;
  22. }
  23.  
  24. img.screenshot {
  25.     margin: 0.5em 0em 0.5em 0em;
  26. }
  27.  
  28.  
  29. a:link,
  30. a:visited,
  31. a:active {
  32.     color: #833; text-decoration: none;
  33.     background: transparent;
  34.  
  35. }
  36. a:hover {
  37.  color: #c00;
  38.  background: transparent;
  39.  text-decoration: underline;
  40. }
  41.  
  42. a.blue {
  43.     color: #00f;
  44.     background: transparent;
  45.     text-decoration: underline;
  46. }
  47.  
  48. hr {
  49.  border: 0px;
  50.  border-top: 2px solid #606060;
  51.  height: 0;
  52.  clear: both;
  53.  margin-bottom: -2em;
  54.  margin-top: 0em;
  55. }
  56.  
  57. p {
  58.  line-height: 1.3em;
  59.  margin-bottom: 1em;
  60.  margin-top: 0em;
  61. }
  62.  
  63. /* links in normal paragraphs are hard to discover */
  64. p a, ul.disc a {
  65.     font-weight: bold;
  66. }
  67.  
  68. p.extrainfo {
  69.     font-size: 90%;
  70.     color: #555;
  71.     background: transparent;
  72.     border-left: 2px solid #eecc99;
  73.     padding-left: 1ex;
  74. }
  75.  
  76.  
  77. h1 {
  78.     font-weight: bold;
  79.     font-size: 160%;
  80.     color: #000000;
  81.     background: transparent;
  82.     margin-bottom: 1em;
  83.     margin-left: -2px;
  84. }
  85.  
  86.  
  87. h2 {
  88.     font-weight: normal;
  89.     font-size: 120%;
  90.     font-weight: bold;
  91.     color: #009;
  92.     background: transparent;
  93.     margin-bottom: 1em;
  94.     margin-top: 2em;
  95. }
  96. h3 {
  97.     font-weight: normal;
  98.     font-size: 110%;
  99.     margin-bottom: 0.5em;
  100.     color: #009;
  101.     background: transparent;
  102.     text-align: left;
  103.  
  104. }
  105.  
  106. .clear {
  107.     clear: both;
  108. }
  109.  
  110. h4 {
  111.     font-size: 100%;
  112.     margin-bottom: 1ex;
  113.     color: #337;
  114.     background: transparent;
  115.     text-align: left;
  116. }
  117.  
  118. h5 {
  119.     margin-bottom: 0.25em;
  120. }
  121.  
  122.  
  123. ol {
  124.     margin-left: 0px; 
  125.     padding-left: 25px;
  126. }
  127.  
  128.  
  129.  
  130. ul {
  131.  padding-left: 50px;
  132.  margin-left: 0px;
  133.  list-style-type: square;
  134.  font-size: inherit;
  135. }
  136.  
  137. table {
  138.  background-color: #666699;
  139.  border: gray 0px solid;
  140.  border-spacing: 1px;
  141.  color: inherit;
  142. }
  143. td {
  144.  padding-right: 12px;
  145.  padding-left: 6px;
  146.  font-size: 90%;
  147.  background-color: #fff;
  148.  vertical-align: top;
  149.  color: #000;
  150. }
  151. th {
  152.  font-weight: bold;
  153.  background-color: #666;
  154.  text-align: left;
  155.  color: #fff;
  156. }
  157.  
  158.  
  159. /* keyboard shortcuts */
  160. kbd {
  161.     padding: 0px 1px 0px 1px;
  162.     border-left: 1px solid #edd;
  163.     border-right: 1px solid #baa;
  164.     border-top: 1px solid #edd;
  165.     border-bottom: 1px solid #baa;
  166.     background: #faf6f6;
  167.     color: #000;
  168. }
  169.  
  170. span.button {
  171.     padding: 0px 1px 0px 1px;
  172.     border-left: 1px solid #ccc;
  173.     border-right: 1px solid #999;
  174.     border-top: 1px solid #ccc;
  175.     border-bottom: 1px solid #999;
  176.     background: #f4f4f4;
  177.     color: #000;
  178. }
  179.  
  180. code, kbd, pre, tt, var {
  181.     font-family: "courier new", "courier", monospace;
  182. }
  183.  
  184. td.shortcut, td.shortcut_fb {
  185.     line-height: 1.5em;
  186.     color: #666;
  187.     background: white;
  188.     
  189. }
  190.  
  191. td.shortcut_fb {
  192.     color: #666;
  193.     background: #fffaf4;
  194. }
  195.  
  196.  
  197. /* mouse shortcuts */
  198. kbd.mouse {
  199.     border: 0px;
  200.     background: transparent;
  201.     color: #009;
  202. }
  203.  
  204. q {
  205.  color: #555;
  206.  background: transparent;
  207. }
  208.  
  209. pre, code {
  210.     background: #f5f8fb;
  211.     color: black;
  212.     border: 1px solid #e5e8eb;
  213.     padding: 0.5ex;
  214.     display: block;
  215.     margin: 1em 0em 1em 0em;
  216. }
  217.  
  218. .alert {
  219.     color: #800000;
  220.     background: transparent;
  221.     font-weight: normal;
  222. }
  223.  
  224.  
  225.  
  226. fieldset {
  227.     font-size: 90%;
  228.     border: 1px solid gray;
  229. }
  230.  
  231. fieldset.left {
  232.     width: 47%;
  233. }
  234.  
  235. fieldset.right {
  236.      float: right;
  237.      width: 47%;
  238. }
  239.  
  240.  
  241.  
  242.  
  243. abbr, span.credits {
  244.     border-bottom: 1px dashed #6666cc; /*copy gecko's behaviour to IE*/
  245.     cursor: help;
  246. }
  247.  
  248.  
  249.  
  250. li.newsection {
  251.     margin-top: 1ex;
  252.     
  253. }
  254.  
  255.  
  256.  
  257. /* for the front page */
  258. div.news {
  259. /*    border-top: 2px #e2e1e6 solid;*/
  260.     /* -moz-border-radius: 0.8ex; /* mozilla only */
  261.     border-left: 0.8ex #e2e1e6 solid;
  262.     border-bottom: 1px #d6d5da solid;
  263.     border-top: 1px #e2e1e6 solid;
  264.     border-right: 1px #d2d1d6 solid;
  265.  
  266. /*    border-bottom: 2px solid #c7c6cb;*/
  267.     padding-left: 1ex;
  268.     padding-right: 1ex;
  269.     margin-bottom: 1ex;
  270.     margin-top: 2ex;
  271.     padding-top: 0px;
  272.     padding-bottom: 2ex;
  273.     background: #ffffff;
  274.     color: inherit;
  275. }
  276.  
  277.