blog.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .login-box {
  2. margin-bottom: -10px;
  3. height: 25px;
  4. }
  5. .user-menu {
  6. }
  7. .login-menu {
  8. float: right;
  9. white-space: nowrap;
  10. }
  11. .Wt-auth-logged-in {
  12. display: inline;
  13. }
  14. .link {
  15. text-decoration: underline;
  16. cursor: pointer; cursor: hand;
  17. }
  18. .invalid {
  19. background-color: #EE9999;
  20. }
  21. .comment-icon {
  22. float: left;
  23. margin-top: 3px;
  24. width: 20px;
  25. height: 20px;
  26. background-image: url(comment.png);
  27. background-repeat: no-repeat;
  28. }
  29. .comment-edit-icon {
  30. float: left;
  31. margin-top: 3px;
  32. width: 20px;
  33. height: 20px;
  34. background-image: url(comment_edit.png);
  35. background-repeat: no-repeat;
  36. }
  37. .comment-info {
  38. color: rgb(136,136,136);
  39. }
  40. .poster {
  41. color: rgb(51, 102, 53);
  42. font-weight: bold;
  43. }
  44. .author-panel {
  45. margin-top: 10px;
  46. border: 1px #528B12 dashed;
  47. padding: 5px;
  48. }
  49. .user-editor {
  50. margin-top: 10px;
  51. border: 1px #528B12 dashed;
  52. padding: 5px;
  53. }
  54. .profile-panel {
  55. margin-top: 10px;
  56. border: 1px #528B12 dashed;
  57. padding: 5px;
  58. }
  59. .comment-body {
  60. overflow: hidden; /* trick that makes alignment work properly */
  61. margin-left: 3px;
  62. }
  63. .comment-body .vspace {
  64. margin: 10px 0px;
  65. }
  66. .comment-body pre {
  67. line-height: 140%;
  68. border: 1px solid silver;
  69. background: #f4f4f4;
  70. padding: 0.5em;
  71. }
  72. .comment-edit {
  73. width: 400px;
  74. }
  75. .comment-edit textarea {
  76. width: 396px;
  77. }
  78. .comment-links {
  79. margin-bottom: 3px;
  80. }
  81. .blogpost-edit {
  82. width: 500px;
  83. margin: 10x;
  84. }
  85. .blogpost-edit div {
  86. margin: 5px 0px;
  87. }
  88. .blogpost-edit input {
  89. width: 450px;
  90. }
  91. .blogpost-edit textarea {
  92. width: 496px;
  93. height: 150px;
  94. }
  95. .archive-month-title {
  96. color: #528B12;
  97. display: block;
  98. font-size: 1.3em;
  99. line-height: 1.8;
  100. margin-top: 15px;
  101. font-weight: bold;
  102. }
  103. .asciidoc .subtitle {
  104. font-size: 1.4em;
  105. }