mine.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. body {
  2. background:#f5f5f5;
  3. }
  4. .online {
  5. color: #fff;
  6. font-size: 10px;
  7. line-height: 10px;
  8. font-weight: 500;
  9. padding: 2px 5px 2px 5px;
  10. -moz-border-radius: 10px;
  11. -webkit-border-radius: 10px;
  12. border-radius: 10px;
  13. display: inline-block;
  14. background: #52bf1c;
  15. background: -moz-linear-gradient(top, #52bf1c 0%, #438906 100%);
  16. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52bf1c), color-stop(100%,#438906));
  17. background: -webkit-linear-gradient(top, #52bf1c 0%,#438906 100%);
  18. background: -o-linear-gradient(top, #52bf1c 0%,#438906 100%);
  19. background: -ms-linear-gradient(top, #52bf1c 0%,#438906 100%);
  20. background: linear-gradient(top, #52bf1c 0%,#438906 100%);
  21. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52bf1c', endColorstr='#438906',GradientType=0 );
  22. }
  23. a.tag {
  24. background:rgba(1,126,102,.08);
  25. font-size: 10px;
  26. line-height: 10px;
  27. display: inline-block;
  28. padding: 4px 4px 4px 4px;
  29. -moz-border-radius: 2px;
  30. -webkit-border-radius: 2px;
  31. border-radius: 2px;
  32. text-decoration: none;
  33. }
  34. a.item_node {
  35. font-size: 12px;
  36. line-height: 12px;
  37. padding: 4px 10px 4px 10px;
  38. margin: 0px 5px 5px 0px;
  39. border-radius: 16px;
  40. display: inline-block;
  41. border: 1px solid #e5e5e5;
  42. text-decoration: none;
  43. }
  44. .panel-heading h3{
  45. color:#555;
  46. font-size:14px;
  47. margin:0
  48. }
  49. .topic-content h1{
  50. font-size:30px;
  51. font-weight:bold;
  52. }
  53. .topic-content h2{
  54. font-size:26px;
  55. font-weight:bold;
  56. }
  57. .topic-content h3{
  58. font-size:22px;
  59. font-weight:bold;
  60. }
  61. .topic-content h4{
  62. font-size:18px;
  63. font-weight:bold;
  64. }
  65. .topic-content img {
  66. max-width: 100%;
  67. height: auto;
  68. display: block;
  69. }
  70. .vote {
  71. font-size: 10px;
  72. line-height: 1;
  73. padding: 2px 8px;
  74. border: 1px solid #C4C4C4;
  75. border-radius: 3px;
  76. color: #778;
  77. display: inline-block;
  78. vertical-align: baseline;
  79. text-align: center;
  80. background-color: #fff;
  81. text-decoration: none;
  82. }
  83. .rss {
  84. display:block;
  85. margin-bottom:20px;
  86. }
  87. .follow-panel {
  88. background-color:#fff;
  89. border-bottom:None;
  90. }
  91. select {
  92. background-color: #fff;
  93. border-color: #c6c6c6;
  94. color: #141414;
  95. }
  96. div.alert ul li {
  97. list-style-type:none
  98. }
  99. .like-active {
  100. color:#a40004;
  101. }
  102. .like-no-active {
  103. color:#ccc;
  104. }
  105. .reply-order a{
  106. padding: 1px 2px;
  107. color: #778087;
  108. text-decoration: none;
  109. font-size:13px;
  110. }
  111. .reply-count {
  112. font-size:12px;
  113. color:#999;
  114. }
  115. .reply-content a {
  116. color:#778087;
  117. }