Guest User

Untitled

a guest
Nov 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. /*
  2. * This is a manifest file that'll be compiled into application.css, which will include all the files
  3. * listed below.
  4. *
  5. * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
  6. * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
  7. *
  8. * You're free to add application-wide styles to this file and they'll appear at the top of the
  9. * compiled file, but it's generally better to create a new file per style scope.
  10. *
  11. *= require_self
  12. *= require_tree .
  13. */
  14.  
  15. #takephoto {
  16. padding-top: 5px;
  17. padding-bottom: 5px;
  18. margin-top: 1px;
  19. margin-left: auto;
  20. margin-right: auto;
  21. width: 640px;
  22. }
  23.  
  24. #webcam {
  25. width: auto;
  26. height: auto;
  27. background-color: #808080;
  28. border-style: groove;
  29. border-color: #8dd9f3;
  30. border-width: 5px;
  31. }
  32.  
  33. .avpw_powered_text a {
  34. display: none;
  35. }
  36.  
  37. .avpw_info {
  38. display: none;
  39. }
  40.  
  41. #dialog {
  42. z-index: 2000;
  43. }
  44.  
  45. #webcam-text {
  46. float: right;
  47. margin-right: 2px;
  48. }
  49.  
  50. #upload-text {
  51. float: right;
  52. margin-left: 2px;
  53. width: 125px;
  54. }
  55.  
  56. #web-upload-sep {
  57. float: right;
  58. }
  59.  
  60. #user-nav {
  61. float: right;
  62. }
  63.  
  64. #facebook-login {
  65. color: #FFF;
  66. }
  67.  
  68. #facebook-logout {
  69. color: #FFF;
  70. }
  71.  
  72. #liftupload {
  73. position: absolute;
  74. z-index: 2000px;
  75. }
  76.  
  77. .btn-blue {
  78. background-color: hsl(200, 100%, 55%) !important;
  79. background-repeat: repeat-x;
  80. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9edeff", endColorstr="#19b2ff");
  81. background-image: -khtml-gradient(linear, left top, left bottom, from(#9edeff), to(#19b2ff));
  82. background-image: -moz-linear-gradient(top, #9edeff, #19b2ff);
  83. background-image: -ms-linear-gradient(top, #9edeff, #19b2ff);
  84. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9edeff), color-stop(100%, #19b2ff));
  85. background-image: -webkit-linear-gradient(top, #9edeff, #19b2ff);
  86. background-image: -o-linear-gradient(top, #9edeff, #19b2ff);
  87. background-image: linear-gradient(#9edeff, #19b2ff);
  88. border-color: #19b2ff #19b2ff hsl(200, 100%, 48.5%);
  89. color: #333 !important;
  90. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
  91. -webkit-font-smoothing: antialiased;
  92. }
Add Comment
Please, Sign In to add comment