trial.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .pulsa-content ul.list li .title-yellow {
  2. background: yellow;
  3. }
  4. .sub_menu {
  5. bottom: 15px !important;
  6. top: auto;
  7. right: -15px !important;
  8. }
  9. /* The Modal (background) */
  10. .modal {
  11. display: none; /* Hidden by default */
  12. position: fixed; /* Stay in place */
  13. /*z-index: 1;*/ /* Sit on top */
  14. left: 0;
  15. top: 0;
  16. width: 100%; /* Full width */
  17. height: 100%; /* Full height */
  18. overflow: auto; /* Enable scroll if needed */
  19. /*background-color: rgb(0,0,0);*/ /* Fallback color */
  20. /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
  21. }
  22. /* Modal Content/Box */
  23. .modal-content {
  24. background-color: #fefefe;
  25. margin: 15% auto; /* 15% from the top and centered */
  26. padding: 20px;
  27. border: 1px solid #888;
  28. /*width: 80%;*/ /* Could be more or less, depending on screen size */
  29. }
  30. .modal-action {
  31. width: 100%;
  32. text-align: center;
  33. padding: 10px;
  34. }
  35. .modal-action .action {
  36. padding: 10px;
  37. background-color: #00a2e8;
  38. color: white !important
  39. }
  40. /* The Close Button */
  41. .close {
  42. color: #aaa;
  43. float: right;
  44. font-size: 28px;
  45. font-weight: bold;
  46. }
  47. .close:hover,
  48. .close:focus {
  49. color: black;
  50. text-decoration: none;
  51. cursor: pointer;
  52. }
  53. .content {
  54. min-height: 80vh;
  55. }