scripts and tools to administer the lingy.in public unix / tilde
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

72 líneas
1001B

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