easyui_style.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. root {display: block;}
  2. html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
  3. fieldset, img { border: 0; }
  4. img { display:inline-block; }
  5. :focus { outline: 0; }
  6. li {display: list-item;text-align: -webkit-match-parent;}
  7. em, i, u {font-style: normal;}
  8. h1, h2, h3, h4, h5, h6 {font-weight: normal; }
  9. abbr, acronym { border: 0; font-variant: normal; }
  10. input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
  11. code, kbd, samp, tt { font-size:100%; }
  12. input, button, textarea, select { *font-size: 100%;font-family:"Microsoft YaHei";}
  13. ol, ul { list-style: none outside none; }
  14. table { border-collapse: collapse; border-spacing: 0; }
  15. caption, th { text-align: left; }
  16. :link, :visited, ins { text-decoration: none; }
  17. blockquote, q { quotes: none; }
  18. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  19. a{ color: #333}
  20. div {display: block;}
  21. a:hover{ color:#F90}
  22. html,body{
  23. margin: 0;
  24. padding: 0;
  25. color: #232323;
  26. font-size: 12px;
  27. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,STHeiti;
  28. letter-spacing: 0px;
  29. height: 100%;
  30. width: 100%;
  31. }
  32. .cs-north {
  33. height:60px;
  34. }
  35. .cs-north-bg {
  36. width: 100%;
  37. height: 100%;
  38. background:url(../images/xtbg.png) repeat-x;
  39. }
  40. .cs-north-logo {
  41. height: 60px;
  42. margin: 5px 0px 0px 5px;
  43. display: inline-block;
  44. color:#ffffff;
  45. font-size:22px;
  46. font-weight:bold;
  47. text-decoration:none
  48. }
  49. .cs-west {
  50. width:200px;padding:0px;
  51. }
  52. .cs-south {
  53. height:25px;background:url('themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png') repeat-x;padding:0px;text-align:center;
  54. }
  55. .cs-navi-tab {
  56. padding: 5px;
  57. }
  58. .cs-tab-menu {
  59. width:120px;
  60. }
  61. .cs-home-remark {
  62. padding: 10px;
  63. }
  64. .wrapper {
  65. float: right;
  66. height: 30px;
  67. margin-left: 10px;
  68. }
  69. .ui-skin-nav {
  70. float: right;
  71. padding: 0;
  72. margin-right: 10px;
  73. list-style: none outside none;
  74. height: 30px;
  75. }
  76. .ui-skin-nav .li-skinitem {
  77. float: left;
  78. font-size: 12px;
  79. line-height: 30px;
  80. margin-left: 10px;
  81. text-align: center;
  82. }
  83. .ui-skin-nav .li-skinitem span {
  84. cursor: pointer;
  85. width:10px;
  86. height:10px;
  87. display:inline-block;
  88. }
  89. .ui-skin-nav .li-skinitem span.cs-skin-on{
  90. border: 1px solid #FFFFFF;
  91. }
  92. .ui-skin-nav .li-skinitem span.gray{background-color:gray;}
  93. .ui-skin-nav .li-skinitem span.pepper-grinder{background-color:#BC3604;}
  94. .ui-skin-nav .li-skinitem span.blue{background-color:blue;}
  95. .ui-skin-nav .li-skinitem span.cupertino{background-color:#D7EBF9;}
  96. .ui-skin-nav .li-skinitem span.dark-hive{background-color:black;}
  97. .ui-skin-nav .li-skinitem span.sunny{background-color:#FFE57E;}