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