postit.css 1.5 KB

12345678910111213141516171819202122232425
  1. .pink {color: rgba(0,0,0,0.5); background-color: rgba(196, 100, 176, 0.5); border-color: rgb(196, 100, 176);}
  2. .blue {color: rgba(0,0,0,0.5); background-color: rgba(0, 174, 239, 0.5); border-color: rgb(0, 174, 239);}
  3. .green {color: rgba(0,0,0,0.5); background-color: rgba(179, 217, 120, 0.5); border-color: rgb(179, 217, 120);}
  4. .auburn {color: rgba(0,0,0,0.5); background-color: rgba(214, 87, 120, 0.5); border-color: rgb(214, 87, 120);}
  5. .limit{ height:300px; max-height: 300px; overflow-y: auto; overflow-x: hidden; padding: 0 30px;}
  6. .alert-box{padding-right:10px; height: 400px; }
  7. .small{font-size: 85%;}
  8. .small .icon{margin-right: 10px;}
  9. .openpage{ cursor:pointer; }
  10. .openpage:hover{ background-color: rgba(0,0,0,0.1);}
  11. .alerta-title{position: relative; top: 0; width: 70%; margin-left: auto; margin-right: auto; border-radius: .25rem; transform: translateY(-50%);}
  12. .alerta-body a, .alerta-body-sm a{text-decoration: none;}
  13. .alerta-body{padding: 0px 8px 12px 10px;height: 400px; margin-top:80px;}
  14. .alerta-body-sm{padding: 0px 8px 12px 10px;height: 240px; margin-top:80px;}
  15. .alerta-blue{background-color: #001b68; color: white;}
  16. .alerta-red{background-color: #d21033; color: white;}
  17. .alerta-green{background-color: #00AF7C; color: white;}
  18. .alerta-pink{background-color: #FC7088; color: white;}
  19. .alerta-lila{background-color: #95679B; color: white;}
  20. .alerta-purple{background-color: #592C82; color: white;}
  21. .alerta-collapse a{color:white}
  22. .alerta-collapse a:hover{text-decoration: none!important;}