| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- header {
- display: none;
- }
- #head_bar {
- display: none;
- }
- #right_pannal {
- display: none;
- }
- .other_tran_div {
- display: none;
- }
- .ref chapter {
- display: none;
- }
- .ref > chapter:first-child {
- display: none;
- }
- .ref > para {
- display: none;
- }
- note {
- padding: 0;
- }
- #contents_div {
- padding: 0;
- }
- note > .tran {
- color: #000000;
- }
- #contents_foot {
- display: none;
- }
- #left_pannal{
- display:none;
- }
- .main_view {
- margin-left: auto;
- }
- note {
- border: unset;
- }
- .contents_div {
- width: auto;
- }
- #right_pannal {
- display: none;
- }
- .note_foot{
- display:none;
- }
|