g.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. body, input, div, span, h1, h2, h3, h4, h5, table, th, td, ul, li, dl, dt, dd, a {
  2. font-family: 'verdana', 'Microsoft YaHei', 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono';
  3. }
  4. dt, dd, a {
  5. font-family: 'verdana', 'Microsoft YaHei', 'Consolas',
  6. 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono';
  7. }
  8. .text-center {
  9. text-align: center;
  10. }
  11. ul.catlist { list-style: none; margin: 0; padding: 0; }
  12. ul.catlist li { display: inline; }
  13. ul.catlist li:after { content: "・"; }
  14. ul.catlist li:last-child:after { content: ""; }
  15. .cut-line {
  16. margin: 0 5px;
  17. color: #D6D6D6;
  18. }
  19. .font-bold {
  20. font-weight: bold;
  21. }
  22. .red {
  23. color: red;
  24. }
  25. .orange {
  26. color: orange;
  27. }
  28. .green {
  29. color: green;
  30. }
  31. .blue {
  32. color: blue;
  33. }
  34. .gray {
  35. color: #999 !important;
  36. }
  37. .mt0 {
  38. margin-top: 0px;
  39. }
  40. .mt10 {
  41. margin-top: 10px !important;
  42. }
  43. .mt20 {
  44. margin-top: 20px !important;
  45. }
  46. .mt30 {
  47. margin-top: 30px !important;
  48. }
  49. .mb20 {
  50. margin-bottom: 20px !important;
  51. }
  52. .thin-border {
  53. padding: 10px;
  54. line-height: 1;
  55. border: 1px solid #ddd;
  56. -webkit-border-radius: 4px;
  57. -moz-border-radius: 4px;
  58. border-radius: 4px;
  59. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  60. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  61. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  62. background-color: #fff;
  63. }
  64. .question-title {
  65. font-weight: bold;
  66. }
  67. .question-content {
  68. text-indent: 2em;
  69. line-height: 2em;
  70. }
  71. .links {
  72. margin:0 auto;
  73. width: 360px;
  74. line-height: 30px;
  75. }
  76. .links .link-head {
  77. margin-top: 10px;
  78. }
  79. .us {
  80. line-height: 28px;
  81. }
  82. code.users {
  83. font-family:'verdana','Consolas';
  84. color: green;
  85. line-height: 26px;
  86. }