123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- .collapsed .collapse-section {
- position: absolute !important;
- top: -999999em !important;
- left: auto !important;
- width: 1px !important;
- height: 1px !important;
- overflow: hidden !important;
- }
- .collapse-section {
- overflow: hidden;
- }
- .hidden-tab,
- .collapsible .collapsed-only {
- display: none !important;
- }
- .collapsed .collapsed-only,
- .collapsible .uncollapsed-only {
- display: inline !important;
- }
- .collapsed .uncollapsed-only {
- display: none !important;
- }
- #gcmsMainMenu {
- position: absolute;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- background: transparent;
- }
- #gcmsMainMenu .menu .nav {
- position: relative;
- left: 0px;
- }
- #gcmsMainMenu .menu .collapse-section {
- overflow: visible;
- }
- #gcmsMainMenu .menu .icon {
- float: left;
- width: 35px;
- }
- #gcmsMainMenu .menu .icon-angle-right {
- float: right;
- width: 16px;
- height: 16px;
- background: url(../../images/layout/glyphicons-halflings-white.png) no-repeat -455px -72px;
- margin: 3px 0 0 0;
- }
- #gcmsMainMenu .menu .tree a {
- padding: 20px 10px 20px 30px;
- color: #FFFFFF;
- /* background: url(../../images/layout/bg-a.png) no-repeat center bottom; */
- display: block;
- font-size: 16px;
- text-decoration: none;
- }
- #gcmsMainMenu .menu .tree a:hover {
- /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom; */
- color: #FFFFFF;
- background: rgb(68, 106, 128);
- }
- #gcmsMainMenu .menu .tree .active {
- /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom !important; */
- background: rgb(68, 106, 128);
- color: #FFFFFF !important;
- }
- #gcmsMainMenu .menu .tree .go-back {
- background: url(../../images/layout/bg-a.png) no-repeat center bottom !important;
- color: #7ea5d8;
- display: block;
- font-size: 16px;
- text-decoration: none;
- padding: 20px 10px 20px 30px;
- }
- #gcmsMainMenu .menu .tree .go-back .icon {
- font-size: 106%;
- }
- #gcmsMainMenu .menu .tree .collapse-trigger {
- padding: 20px 10px 20px 30px;
- }
- #gcmsMainMenu .menu .tree li {
- position: static;
- width: 410px;
- border-bottom: 1px solid #aaaaaa;
- }
- #gcmsMainMenu .menu .tree li ul {
- position: absolute;
- left: 410px;
- top: 0px;
- width: 410px;
- }
- .gcmsMenu .recomment-content .im-2,
- .gcmsMenu .item-menu-content .im-2 {
- margin-left: 30px;
- }
- .gcmsMenu .recomment-content .im-2 span,
- .gcmsMenu .item-menu-content .im-2 span {
- margin-left: 50px;
- }
- /* S viewer */
- .viewer {
- -ms-touch-action: none;
- }
- .viewer img {
- image-orientation: from-image;
- }
- .iviewer_common {
- position: absolute;
- bottom: 10px;
- border: 1px solid #757575;
- height: 28px;
- z-index: 5000;
- }
- .iviewer_button {
- width: 28px;
- cursor: pointer;
- background-position: center center;
- background-repeat: no-repeat;
- }
- .iviewer_zoom_in {
- left: 20px;
- background: url(/images/gcms/iviewer.zoom_in.gif) center center no-repeat;
- }
- .iviewer_zoom_out {
- left: 55px;
- background: url(/images/gcms/iviewer.zoom_out.gif) center center no-repeat;
- }
- .iviewer_zoom_zero {
- left: 90px;
- background: url(/images/gcms/iviewer.zoom_zero.gif) center center no-repeat;
- }
- .iviewer_zoom_fit {
- left: 125px;
- background: url(/images/gcms/iviewer.zoom_fit.gif) center center no-repeat;
- }
- .iviewer_zoom_status {
- left: 160px;
- font: 1em/28px Sans;
- color: #000;
- background-color: #fff;
- text-align: center;
- width: 60px;
- }
- .iviewer_rotate_left {
- left: 227px;
- background: #fff url(/images/gcms/iviewer.rotate_left.png) center center no-repeat;
- }
- .iviewer_rotate_right {
- left: 262px;
- background: #fff url(/images/gcms/iviewer.rotate_right.png) center center no-repeat;
- }
- /* E viewer */
- .install-flash-player a {
- color: #000;
- }
- .mCSB_container {
- /*height: 100% !important;*/
- }
|