kurento.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * (C) Copyright 2014-2015 Kurento (http://kurento.org/)
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. *
  16. */
  17. @CHARSET "UTF-8";
  18. html {
  19. position: relative;
  20. min-height: 100%;
  21. }
  22. body {
  23. padding-top: 40px;
  24. body
  25. }
  26. video,#console {
  27. display: block;
  28. font-size: 14px;
  29. line-height: 1.42857143;
  30. color: #555;
  31. background-color: #fff;
  32. background-image: none;
  33. border: 1px solid #ccc;
  34. border-radius: 4px;
  35. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  36. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  37. -webkit-transition: border-color ease-in-out .15s, box-shadow
  38. ease-in-out .15s;
  39. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  40. }
  41. #console {
  42. min-height: 120px;
  43. max-height: 360px;
  44. }
  45. .col-md-2 {
  46. width: 80px;
  47. padding-top: 190px;
  48. }