scripts and tools to administer the lingy.in public unix / tilde
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

58 lines
816B

  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5. color: #060;
  6. }
  7. /*
  8. * Formatting the header area
  9. */
  10. header {
  11. background-color: #DFB887;
  12. height: 35px;
  13. width: 100%;
  14. opacity: .9;
  15. margin-bottom: 10px;
  16. }
  17. header h1.logo {
  18. margin: 0;
  19. font-size: 1.7em;
  20. color: #fff;
  21. text-transform: uppercase;
  22. float: left;
  23. }
  24. header h1.logo:hover {
  25. color: #fff;
  26. text-decoration: none;
  27. }
  28. /*
  29. * Center the body content
  30. */
  31. .container {
  32. width: 1200px;
  33. margin: 0 auto;
  34. }
  35. h2 {
  36. font-size: 3em;
  37. margin-top: 40px;
  38. text-align: center;
  39. letter-spacing: -2px;
  40. }
  41. h3 {
  42. font-size: 1.7em;
  43. font-weight: 100;
  44. margin-top: 30px;
  45. text-align: center;
  46. letter-spacing: -1px;
  47. color: #999;
  48. }