PageRenderTime 29ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/static/pages/style.css

http://n23.googlecode.com/
CSS | 52 lines | 41 code | 9 blank | 2 comment | 0 complexity | 5f083bf6de3ed7997f17a15509c97244 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
  1. body {
  2. font-family: Arial,sans-serifarial,Verdana,Helvetica;
  3. font-size: 16px;
  4. line-height: 20px;
  5. /*margin: 5px 5px;*/
  6. /*padding: 5px 5px;*/
  7. }
  8. h1 { font-size: 20px; color: #FF7D00; }
  9. h2 { font-size: 18px; color: #3366CC; background: #C3D9FF; margin: 0px;}
  10. h1 { font-size: 20px; color: #FF7D00; }
  11. a, .fakelink { text-decoration: none; color: #2C70C0; cursor: pointer;}
  12. a:hover, .fakelink:hover { text-decoration: underline; color: #FF7D00; }
  13. li {
  14. height: 1.6em;
  15. line-height: 1.6em;
  16. }
  17. #L {
  18. float: left;
  19. width: 20%;
  20. }
  21. #R {
  22. float: right;
  23. width: 80%;
  24. }
  25. #footer {
  26. clear: both;
  27. text-align : center;
  28. font-size : 80%;
  29. }
  30. .menucontent {
  31. margin: 0px;
  32. background: #FFF;
  33. padding: 2px 6px;
  34. width: 200px;
  35. display: none;
  36. border: 1px solid;
  37. }
  38. .menuhead {
  39. margin: 0px;
  40. color: #FF7D00;
  41. font-size: 20px;
  42. font-weight: normal;
  43. }