/docs/style.css

http://github.com/kilim/kilim · CSS · 33 lines · 23 code · 6 blank · 4 comment · 0 complexity · 49cafc345c130a030becdb6ea57b3089 MD5 · raw file

  1. * {
  2. line-height: 150%;
  3. /* font-size: 12pt;*/
  4. border-style:none;
  5. font-family: verdana, helvetica;
  6. /* margin: 1em; */
  7. }
  8. /* Links */
  9. a:link {color: red; text-decoration:none} /* unvisited link */
  10. a:visited {color: red; text-decoration:none} /* visited link */
  11. a:hover {color: blue; background: yellow; text-decoration:none} /* mouse over link */
  12. a:active {color: grey} /* selected link */
  13. p,pre {
  14. line-height: 1.5em
  15. }
  16. h1 {
  17. background-color: #223322;
  18. Color: white;
  19. padding: 5px;
  20. padding-left: 20px;
  21. margin-left: -20px;
  22. margin-right: -20px;
  23. /* font-size: 15pt;*/
  24. }
  25. pre {font-family: Monaco, Courier New, Courier; font-size:80%}
  26. code {font-family: Monaco, Courier New, Courier; font-size:80%}
  27. p code {margin: 5px}