scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
920B

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