/static/style.css

http://github.com/TheOnly92/bloody.go · CSS · 140 lines · 112 code · 28 blank · 0 comment · 0 complexity · ea8f70e20415709324607605a86cde6f MD5 · raw file

  1. body {
  2. font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  3. font-size: 0.9em;
  4. }
  5. #Body {
  6. margin: 10px auto;
  7. width: 750px;
  8. }
  9. p {
  10. margin: 5px 0;
  11. }
  12. a, a:visited {
  13. color: #0044AA;
  14. }
  15. a:hover {
  16. text-decoration: none;
  17. }
  18. #Body h1 {
  19. font-size: 20px;
  20. margin: 8px 0;
  21. }
  22. #Body h1 a, #Body h1 a:visited {
  23. color: #000000;
  24. text-decoration: none;
  25. }
  26. #Header h1 {
  27. font-size: 26px;
  28. }
  29. #Info {
  30. font-size: 10px;
  31. text-align: right;
  32. margin-top: 10px;
  33. color: #999;
  34. }
  35. #Post {
  36. padding: 5px 2px;
  37. margin: 2px 0;
  38. margin-bottom: 40px;
  39. }
  40. #Post h1 {
  41. }
  42. #Content {
  43. margin-top: 20px;
  44. padding-left: 30px;
  45. }
  46. #Footer {
  47. font-size: 10px;
  48. }
  49. #WrapContent {
  50. float: left;
  51. width: 600px;
  52. }
  53. #Sidebar {
  54. float: left;
  55. width: 100px;
  56. margin-top: 50px;
  57. padding-right: 50px;
  58. }
  59. #Sidebar ul {
  60. text-align: right;
  61. list-style-type: none;
  62. padding-left: 0;
  63. }
  64. #Sidebar li {
  65. margin: 7px 0;
  66. }
  67. #Sidebar ul a {
  68. padding: 3px 5px 2px;
  69. text-decoration: none;
  70. color: #999999;
  71. border-radius: 3px 3px 3px 3px;
  72. }
  73. #Sidebar ul a:hover {
  74. background-color: #EEEEEE;
  75. }
  76. label {
  77. float: left;
  78. display: block;
  79. width: 100px;
  80. }
  81. #PostListing ul {
  82. list-style-type: none;
  83. margin: 0;
  84. padding: 0;
  85. }
  86. #PostListing li {
  87. display: block;
  88. border-bottom: dotted 1px black;
  89. padding: 4px 3px;
  90. margin: 3px 0px;
  91. }
  92. #Pagination {
  93. text-align: center;
  94. font-size: 12px;
  95. }
  96. #Comments {
  97. margin-top: 20px;
  98. border-top: solid 1px #D7D7D7;
  99. }
  100. #Comment {
  101. margin-bottom: 30px;
  102. }
  103. #Comment #Meta {
  104. font-size: 0.9em;
  105. color: #797979;
  106. }
  107. #Comment #Author {
  108. color: #339933;
  109. }
  110. #Comment #Number {
  111. font-weight: bold;
  112. }