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.
 
 
 
 
 

113 regels
1.7 KiB

  1. @CHARSET "UTF-8";
  2. .frame_top{
  3. width: 100%;
  4. height: 100px;
  5. background: lightskyblue;
  6. position: relative;
  7. }
  8. .frame_header{
  9. font-size: 40px;
  10. color: white;
  11. left: 1%;
  12. margin-top: 10px;
  13. position: absolute;
  14. }
  15. .frame_welcome{
  16. color: white;
  17. width: 100%;
  18. background: blue;
  19. position: absolute;
  20. bottom: 0;
  21. padding: 5px;
  22. padding-left: 1%;
  23. }
  24. .frame_top_btn{
  25. position: absolute;
  26. right: 30px;
  27. top: 55%;
  28. }
  29. .sidebar{
  30. background: rgb(64,167,247);
  31. color: white;
  32. width: 14.5%;
  33. margin-bottom: 50px;
  34. border: 1px solid black;
  35. margin-top: 100px;
  36. float: left;
  37. }
  38. .sidebar a{
  39. border-top: 1px solid white;
  40. cursor: pointer;
  41. padding-top: 10px;
  42. padding-bottom: 10px;
  43. padding-left: 5px;
  44. margin: 0;
  45. width: 100%;
  46. float: left;
  47. color: white;
  48. text-decoration: none;
  49. }
  50. .sidebar a:hover{
  51. background:#2e7bb6;
  52. }
  53. .sub_side{
  54. padding-bottom: 10px;
  55. margin-left: 30px;
  56. display: none;
  57. }
  58. .sub_side a{
  59. color: white;
  60. float: left;
  61. padding: 1px;
  62. width: 100%;
  63. border: 0;
  64. }
  65. .sub_side a:hover{
  66. background: lightblue;
  67. cursor: pointer;
  68. text-decoration: none;
  69. }
  70. .base_content {
  71. width: 85%;
  72. border: 0;
  73. float: left;
  74. }
  75. .pager{
  76. margin: 0;
  77. }
  78. .pager a{
  79. padding: 4px 12px;
  80. }
  81. .pager select{
  82. width: 70px;;
  83. padding: 6px 2px;
  84. display: initial;
  85. }
  86. .table{
  87. border-top: 1px solid gainsboro;
  88. }
  89. .table th{
  90. border: 1px solid gainsboro;
  91. border-collapse: collapse;
  92. text-align: center !important;
  93. white-space:nowrap;
  94. text-overflow:ellipsis;
  95. overflow: hidden;
  96. min-width: 100px;
  97. }
  98. .table td{
  99. border: 1px solid gainsboro;
  100. border-collapse: collapse;
  101. text-align: center !important;
  102. text-overflow:ellipsis;
  103. overflow: hidden;
  104. word-wrap:break-word;
  105. word-break:break-all;
  106. }
  107. .table tr{
  108. width: 1348px;
  109. }