Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.62 KB | None | 0 0
  1. @-moz-document url-prefix() {
  2.     @media print {
  3.         body{
  4.             color-adjust: exact;
  5.         }
  6.         .content-title,.navi-menu ul li a.active i, .navi-menu ul li a span, .program-img, .action-bar, .footer p, #btnHome .fa-home, #action-check-sheet .img-show p, .next-week, .prev-week, .showyearmonth, .action-bar span{
  7.             color: #FFFFFF !important;
  8.         }
  9.         .content-title{
  10.             background: #26b79a !important;
  11.         }
  12.         .navi-menu, .footer{
  13.             background: #1d2b36 !important;
  14.         }
  15.         td.align-center-middle{
  16.             border: 1px solid #DDD !important;
  17.         }
  18.         .prev-pro, .next-pro{
  19.             background: #00aa88 !important;
  20.         }
  21.         .form-control, .run-program, #table-home-future, #action-check-sheet tbody .odd, #home-list-program {
  22.             background: #FFFFFF !important;
  23.         }
  24.         .days{
  25.             background: #A3ABB8 !important;
  26.         }
  27.         .content-title,.title,.cmt1,.days,#home-list-program,.navi-menu > ul > li > a > span{
  28.             font-size: 12px !important;
  29.         }
  30.         .content-wrapper {
  31.             background: #f0f3f4 !important;
  32.             padding: 40px 23px !important;
  33.         }
  34.         .bg-buton, .header #logout_btn {
  35.             background: #55b1dc !important;
  36.         }
  37.         #action-check-sheet tbody .even{
  38.             background: #f6f8fa !important;
  39.         }
  40.         .navi-menu ul li a#btnInfo i.fa-user {
  41.             color: #486a7b !important;
  42.             font-size: 30px !important;
  43.         }
  44.         .program-img {
  45.             background: url(../img/S06_12.png) !important;
  46.         }
  47.         .action-bar{
  48.             width: 102% !important;
  49.         }
  50.         #btnInfo .fa-user, #btnProgram .fa-user-plus, #btnChartList .fa-bar-chart, #btnNotify .fa-file, #btnTotalHealth .fa-heartbeat {
  51.             color: #486a7b !important;
  52.         }
  53.         .navi-menu ul li a.active {
  54.             background: #263d4b !important;
  55.         }
  56.     }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement