Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- img, .oxy-stock-content-styles img, .ct-inner-content img {
- max-width: 100%;
- height: auto;
- vertical-align: top;
- }
- img.alignright {
- float: right;
- margin: 0 0 2em 2em;
- }
- img.alignleft {
- float: left;
- margin: 0 2em 2em 0;
- }
- img.aligncenter {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .alignright {
- float: right;
- }
- .alignleft {
- float: left;
- }
- .aligncenter {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- @media only screen and (max-width: 600px) {
- img.alignleft,
- .alignleft,
- img.alignright,
- .alignright {
- float: none;
- margin-right: 0;
- }
- }
- input,
- button,
- textarea,
- select {
- font: inherit;
- }
- @media only screen and (max-width:767px) {
- .oxy-stock-content-styles, p, a {
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- word-break: break-word;
- /* white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- /* white-space: -o-pre-wrap; /* Opera 7 */
- /* white-space: pre-wrap; /* css-3 */
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto;
- }
- iframe {
- width: 100%;
- height: auto;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement