scripts and tools to administer the lingy.in public unix / tilde
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. }