scripts and tools to administer the lingy.in public unix / tilde
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

61 rinda
817B

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