main.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*------------------------------------------------------------------------------------------------------------------------
  2. @package: arkiwiJsBoilerplate
  3. @author: cris
  4. @www: arkiwi.oeg
  5. @copyright: COPYRIGHT 18 cek
  6. @license: MIT
  7. =============================================================================
  8. Filename: main.css
  9. =============================================================================
  10. This file is responsible for all styles on the arkiwiJsBoilerplate app.
  11. palette:
  12. http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE
  13. --------------------------------------------------------------------------------------------------------------------- */
  14. .hide{display:none;}
  15. .thmbs{cursor:pointer;}
  16. .thumbnail {
  17. max-height: 250px;
  18. overflow: auto;
  19. }
  20. .embed-iframe{
  21. width:100%;
  22. min-width:100%;
  23. height:auto;
  24. resize: both;
  25. overflow: auto;
  26. }
  27. audio {
  28. background-color: #E65116 !important;
  29. border-radius: 6px;
  30. height: 35px;
  31. width:100%;
  32. }
  33. video {
  34. min-width: 100%;
  35. }
  36. .tools a img {
  37. width: 30px;
  38. }
  39. /*correzioni alle merde di bootstrapt*/
  40. /*media query aggiuntive*/
  41. @media (max-width: 660px) {
  42. .col-xs-6 {
  43. width: 49.9%;
  44. }
  45. }
  46. @media (max-width: 460px) {
  47. .col-xs-6 {
  48. width: 99%;
  49. }
  50. }