/* ------------------------------------------------*/ /* Responsive mediaqueries fig and table size (original size 14px = .875em) */ /* ------------------------------------------------*/ /* mediaqueries pour petits écrans pas plus grands que 768px (iPad mini - portrait)*/ @media screen and (max-width:768px) { .table-container .table-style, .table-title, td p, td, th, .cell {font-size: 0.813em; line-height: 1; padding-top: 0.15em; padding-bottom: 0.15em; margin:0.1em 0.2em;} .table-container .pubstat-table-style {font-size: 0.790em; line-height: 1; padding: 0.3em 0em; margin:0.1em auto;} .figure-container, .figure-heading, .figure-subheading {font-size: 0.813em;} img {max-width: 90%;} /* .cell,td {color:red}*/ } /* mediaqueries pour petits écrans pas plus grands que 480px (iPhone 2,3,4 - landscape)*/ @media screen and (max-width:480px) { .table-container .table-style, .table-style td, td p, th, .cell {font-size: 0.800em; line-height: 1;padding-top: 0.15em; padding-bottom: 0.15em; margin:0.09em 0.15em;} .table-container .pubstat-table-style {font-size: 0.700em;line-height: 1; margin:0.09em auto;} .figure-container, .figure-heading, .figure-subheading {font-size: 0.80em;} img {max-width: 85%;} /* .cell,td {color:green}*/ }