Path: blob/master/doc/js_tutorials/js_assets/js_example_style.css
16344 views
body, div, p {1font: 400 14px/22px Roboto,sans-serif;2}3canvas, img, video {4border: 1px solid black;5}6td {7padding: 10px 0px 0px 10px;8text-align: center;9}10button {11display: inline-block;12color: #fff;13background-color: #337ab7;14border-color: #2e6da4;15padding: 6px 12px;16margin-bottom: 0;17font-size: 14px;18font-weight: bold;19text-align: center;20white-space: nowrap;21vertical-align: middle;22-ms-touch-action: manipulation;23touch-action: manipulation;24cursor: pointer;25-webkit-user-select: none;26-moz-user-select: none;27-ms-user-select: none;28user-select: none;29background-image: none;30border: 1px solid transparent;31border-radius: 4px;32}33button[disabled] {34cursor: not-allowed;35filter: alpha(opacity=65);36-webkit-box-shadow: none;37box-shadow: none;38opacity: .65;39}40.control {41margin-bottom: 3px;42}43.err {44color: red;45font-weight: bold;46}47.caption {48margin: 0;49font-weight: bold;50}51.code {52padding: 4px 6px;53margin: 4px 8px 4px 2px;54background-color: #FBFCFD;55border: 1px solid #C4CFE5;56font-family: monospace, fixed;57font-size: 13px;58min-height: 13px;59line-height: 1.0;60text-wrap: unrestricted;61padding-bottom: 0px;62margin: 0px;63}64.hidden {65display: none;66}67.small {68max-width: 300px;69}707172