print.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. @media print {
  2. .navbar {
  3. display: none !important;
  4. /**
  5. background: transparent none !important;
  6. border-bottom: 1px solid #DDD;
  7. .navbar-brand {
  8. color: @text-color !important;
  9. }
  10. .ace-nav {
  11. display: none !important;
  12. }
  13. */
  14. }
  15. .sidebar {
  16. display: none !important;
  17. }
  18. .main-content {
  19. margin-left: 0 !important;
  20. margin-right: 0 !important;
  21. .nav-search {
  22. display: none !important;
  23. }
  24. .breadcrumbs {
  25. float: right;
  26. border-width: 0 !important;
  27. .breadcrumb > li + li:before {
  28. content: "/";
  29. }
  30. .breadcrumb .home-icon {
  31. display: none;
  32. }
  33. }
  34. }
  35. .ace-settings-container {
  36. display: none !important;
  37. }
  38. .footer {
  39. width: 100%;
  40. height: auto;
  41. position: relative;
  42. }
  43. .footer .footer-inner, .footer .footer-inner .footer-content {
  44. width: 100%;
  45. }
  46. .btn-scroll-up {
  47. display: none !important;
  48. }
  49. .btn, .btn.btn-app {
  50. background: transparent none !important;
  51. border-width: 1px !important;
  52. border-radius: 0 !important;
  53. color: #555 !important;
  54. }
  55. .label {
  56. border: 1px solid #666 !important;
  57. }
  58. .label[class*=arrowed]:before, .label[class*=arrowed]:after {
  59. display: none !important;
  60. }
  61. }