cpattern_easy.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @CHARSET "UTF-8";
  2. body{padding:0px;margin:0px;}
  3. body>footer{display:none;}
  4. body>.container-fluid{padding:0px;margin:0px;}
  5. #wrapper{width:100%;overflow:hidden;}
  6. #ifr_collector{
  7. border:0;
  8. float:left;
  9. width:35%;
  10. padding:0;
  11. margin:0;
  12. }
  13. #box_guide{
  14. padding:0;
  15. margin:0;
  16. margin-left:35%;
  17. position:relative;
  18. }
  19. #box_resize{
  20. border:0;
  21. z-index:9999;
  22. position:absolute;
  23. top:48%;
  24. left:-15.5px;
  25. text-align:center;
  26. font-size:14px;
  27. opacity:0.7;
  28. color:#555;
  29. padding:0;
  30. margin:0;
  31. cursor:w-resize;
  32. -moz-user-select:none;
  33. -webkit-user-select:none;
  34. -ms-user-select:none;
  35. -khtml-user-select:none;
  36. user-select:none;
  37. }
  38. #btn_resize .glyphicon{padding:0;line-height:inherit;}
  39. .btn-resize-mousedown #btn_resize{position:absolute;padding:200px;left:-200px;top:-200px;}
  40. .btn-resize-mousedown #btn_resize .glyphicon{color:#000;}
  41. #ifr_browser_box{position:relative;}
  42. #ifr_browser{
  43. width:100%;
  44. height:100%;
  45. overflow:scroll;
  46. border:0;
  47. padding:0;
  48. margin:0;
  49. }
  50. #ifr_loading{position:absolute;z-index:999;top:15px;left:10px;background:url('../images/loading.gif') no-repeat 5px 0px;width:37px;height:32px;}
  51. @media(max-width:767px) {
  52. #wrapper{overflow:auto;}
  53. #ifr_collector {
  54. width: 100%;
  55. resize: none;
  56. float: none;
  57. resize:vertical;
  58. }
  59. #box_guide {
  60. width: 100%;
  61. background:#fefefe;
  62. margin-left: 0;
  63. padding: 5px;
  64. }
  65. #btn_resize{display:none;}
  66. #ifr_browser{height:auto;}
  67. }