国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.3KB

  1. .top {
  2. height:37px;
  3. width:100%;
  4. background:rgb(231, 236, 239);
  5. overflow:hidden;
  6. clear:both;
  7. }
  8. .top .top_link ul li.welcome {
  9. border-right: medium none;
  10. color: #424B51;
  11. padding-right: 6px;
  12. }
  13. .top .top_link ul li a {
  14. color: #424B51;
  15. padding-left: 11px;
  16. padding-right: 11px;
  17. text-decoration: none;
  18. }
  19. .top_version{
  20. color: #333 !important;
  21. }
  22. .dbox dt.lside {
  23. background: rgb(231, 236, 239);
  24. border-bottom: 1px solid #D3DBDE;
  25. }
  26. .dbox {
  27. border: 1px solid #D3DBDE;
  28. margin-left: 1%;
  29. margin-top: 8px;
  30. width: 98%;
  31. }
  32. .dbox dt {
  33. color: #424B51;
  34. cursor: move;
  35. font-weight: bold;
  36. height: 28px;
  37. line-height: 28px;
  38. }
  39. a b {
  40. color: #424B51;
  41. }
  42. b, strong {
  43. color: #424B51;
  44. }
  45. .topnav {
  46. background: url("admin_top_bg.gif") repeat-x scroll left -37px transparent;
  47. clear: both;
  48. height: 29px;
  49. overflow: hidden;
  50. width: 100%;
  51. }
  52. a.mmac div {
  53. background: url("leftbg2.gif") no-repeat scroll 0 0 transparent;
  54. color: #325304;
  55. font-weight: bold;
  56. height: 37px !important;
  57. padding: 6px 4px 4px 10px;
  58. word-wrap: break-word;
  59. }
  60. a.mm:hover div {
  61. background:url(leftbg2.gif) no-repeat;
  62. color:#424B51;
  63. }
  64. dl.bitem dt b, dl.bitem2 dt b {
  65. color: #424B51;
  66. }