planetwebkit.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. body {
  2. background: url('http://webkit.org/images/blue-background.png') top left repeat-x;
  3. padding: 10px 25px 25px;
  4. font-size: 12px;
  5. line-height: 1.5em;
  6. font-family: 'Lucida Grande', Verdana, Arial;
  7. }
  8. a {
  9. color: #369;
  10. text-decoration: none;
  11. }
  12. a:hover {
  13. text-decoration: underline;
  14. }
  15. img {
  16. border: 0;
  17. }
  18. h1, h2, h3 {
  19. text-shadow: #bbb 2px 2px 2px;
  20. }
  21. h1 {
  22. font-size: 18px;
  23. margin-top: 5px;
  24. }
  25. h3 {
  26. margin: 0 0 5px 0;
  27. font-size: 20px;
  28. }
  29. h3 a {
  30. color: #025;
  31. }
  32. h4 {
  33. margin: 0;
  34. font-weight: normal;
  35. font-size: 14px;
  36. }
  37. #icon {
  38. position: absolute;
  39. top: 10px;
  40. right: 0;
  41. background: url('images/planet-webkit.png') top left no-repeat;
  42. height: 188px;
  43. width: 233px;
  44. z-index: 3;
  45. }
  46. .sidebar {
  47. position: absolute;
  48. background: url('http://webkit.org/images/nav.png') top left no-repeat;
  49. height: 350px;
  50. width: 145px;
  51. top: 173px;
  52. right: 30px;
  53. padding: 20px 5px 0 15px;
  54. font-size: 11px;
  55. line-height: 17px;
  56. }
  57. .sidebar h2 {
  58. font-weight: bold;
  59. font-size: 11px;
  60. line-height: 17px;
  61. margin: 0;
  62. padding: 0;
  63. text-shadow: none;
  64. }
  65. .sidebar ul {
  66. padding: 0;
  67. margin: 0;
  68. }
  69. .sidebar ul li {
  70. list-style-type: none;
  71. margin: 3px 0;
  72. }
  73. #wrapper {
  74. margin: 0 190px 0 0;
  75. }
  76. #wrapper ul li {
  77. list-style-image: url('http://webkit.org/images/blue-bullet.png');
  78. }
  79. .entry .content {
  80. margin: 10px 15px 0;
  81. }
  82. .entrygroup {
  83. margin: 0 0 25px 0;
  84. }