index.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body{background-color: #fff;}
  2. #noticeGoUpgrade{opacity:0;animation: setOpacity 1s linear 1s both;
  3. width:380px; position:fixed; bottom:25px; right:15px; z-index: 9999;display:none;
  4. }
  5. @keyframes setOpacity{
  6. 0% {opacity:0;}
  7. 100% {opacity:1;}
  8. }
  9. #dashboardWrapper .panel-body .table{margin-top:-1px;}
  10. .table-row{display: table;width: 100%;table-layout: fixed;vertical-align:middle;}
  11. .table-col, .table-row>.col, .table-row>[class*=col-], .table-row>[class*="-col"]{
  12. display: table-cell;float: none;vertical-align: top;}
  13. .statusBlock .col{height:200px;text-align:center;padding-top:60px;}
  14. .statusBlock .col h2{font-size:30px;font-weight:500;}
  15. .statusBlock .date h2{font-size:18px;font-weight:500;}
  16. .statusBlock .server a{padding-top:3px;padding-bottom:3px; background: linear-gradient(#ffffff, #ecf4ff);color:#477cf9;}
  17. .statisticsBlock .col{height:100px;text-align:center;padding-top:20px;}
  18. .statisticsBlock .col h2{font-size:30px;font-weight:500;}
  19. .refresh-panel {
  20. display: block;
  21. background: none;
  22. filter: alpha(opacity=70);
  23. border: 0;
  24. border-radius: 0;
  25. opacity: .7;
  26. }
  27. .dashboard .panel-heading{
  28. line-height: 30px;
  29. padding: 0 0 0 10px;
  30. }
  31. .dashboard .panel-actions {
  32. position: absolute;
  33. top: 0;
  34. right: 10px;
  35. }
  36. .dashboard .panel-actions>.btn, .dashboard .panel-actions>.dropdown>.btn, .dashboard .panel-actions>.dropdown>a, .dashboard .panel-actions>a {
  37. display: block;
  38. min-width: 28px;
  39. height: 31px;
  40. padding: 0 3px;
  41. line-height: 30px;
  42. text-align: center;
  43. filter: alpha(opacity=70);
  44. border: 0;
  45. border-radius: 0;
  46. opacity: .7;
  47. }