weblab-instrument
Version:
communication with instrument through usb
10 lines • 1.44 kB
CSS
/*!
* # Semantic UI x.x - Container
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.container{display:block;max-width:100%}@media only screen and (max-width:767px){.ui.container{width:auto;margin-left:1em;margin-right:1em}.ui.grid.container{width:auto}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto;margin-right:auto}.ui.grid.container{width:calc(723px + 2em)}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto;margin-right:auto}.ui.grid.container{width:calc(933px + 2em)}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto;margin-right:auto}.ui.grid.container{width:calc(1127px + 2em)}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}