.loading { position : absolute; color : #999; top : 0px; left : 0px; height : 100%; width : 100%; z-index : 32; text-align : center; background : white; padding : 16px; font-size : 18px; display : table; } .loading > div { display : table-cell; vertical-align : middle; } .notice { width : 120px; padding-left : 5px; } .header { top : 5px; left : 0px; width : 100%; height : 24px; } .footer { bottom : 5px; left : 0px; width : 100%; height : 24px; } .header, .footer { position : absolute; font-size : 13px; display : table; padding-left : 10px; padding-right : 10px; color : #999; table-layout : fixed; } .header > *, .footer > * { display : table-cell; vertical-align : middle; overflow : hidden; text-overflow: ellipsis; white-space : nowrap; } .header .title { margin-left : 16px; } .footer .location { cursor : pointer; text-align : right; } .toolbar { text-align : right; } .toolbar > * { margin-left : 5px; } #reader { position : absolute; top : 32px; bottom : 32px; left : 96px; right : 96px; } @media (max-width: 992px) { .toolbar { width : 128px; } } @media (max-width: 801px) { #reader { left : 64px; right : 64px; } } @media (max-width: 767px) { #reader { left : 48px; right : 48px; } .toolbar { width : 96px; } } @media (max-width: 576px) { #reader { left : 32px; right : 32px; } .toolbar { width : 96px; } } .chapter { cursor : pointer; } .toc_list, .search_results, .dict_result { max-height : 300px; height : auto; overflow : auto; } .toc_list b.pull-right { margin-right : 16px; } .toc_sublist { margin-left : 16px; }