/example/static/css/default.css

https://code.google.com/p/go-mvc/ · CSS · 48 lines · 43 code · 5 blank · 0 comment · 0 complexity · 25eaecd3630093c39afa1aabf5590b94 MD5 · raw file

  1. .page {
  2. width: 960px;
  3. margin-left: auto;
  4. margin-right: auto;
  5. }
  6. #header {
  7. position: relative;
  8. margin-bottom: 0px;
  9. color : #000;
  10. padding: 0;
  11. }
  12. #header h1
  13. {
  14. font-weight: bold;
  15. padding: 5px 0;
  16. margin: 0;
  17. color: #fff;
  18. border: none;
  19. line-height: 2em;
  20. font-family: Arial, Helvetica, sans-serif;
  21. font-size: 32px !important;
  22. }
  23. #main
  24. {
  25. padding: 30px 30px 15px 30px;
  26. background-color: #fff;
  27. margin-bottom: 30px;
  28. }
  29. #footer
  30. {
  31. color: #999;
  32. padding: 10px 0;
  33. text-align: center;
  34. line-height: normal;
  35. margin: 0;
  36. font-size: .9em;
  37. }
  38. ul {
  39. line-height: 2em;
  40. list-style-type: square;
  41. padding: 6px;
  42. margin: 2px;
  43. }