| Line 8: | 
Line 8: | 
|   |  |   |  | 
|   | {{#css:  |   | {{#css:  | 
| − | 
  |   | 
| − | 
  |   | 
| − | .alert>.start-icon {
  |   | 
| − |     margin-right: 0;
  |   | 
| − |     min-width: 20px;
  |   | 
| − |     text-align: center;
  |   | 
| − | }
  |   | 
| − | 
  |   | 
| − | .alert>.start-icon {
  |   | 
| − |     margin-right: 5px;
  |   | 
| − | }
  |   | 
| − | 
  |   | 
| − | 
  |   | 
| − | .alert-simple.alert-info
  |   | 
| − | {
  |   | 
| − |   border: 1px solid rgba(6, 44, 241, 0.46);
  |   | 
| − |     background-color: rgba(7, 73, 149, 0.12156862745098039);
  |   | 
| − |     box-shadow: 0px 0px 2px #0396ff;
  |   | 
| − |     color: #0396ff;
  |   | 
| − |   text-shadow: 2px 1px #00040a;
  |   | 
| − |   transition:0.5s;
  |   | 
| − |   cursor:pointer;
  |   | 
| − | }
  |   | 
| − | 
  |   | 
| − | .alert-info:hover
  |   | 
| − | {
  |   | 
| − |   background-color: rgba(7, 73, 149, 0.35);
  |   | 
| − |   transition:0.5s;
  |   | 
| − | }
  |   | 
|   |  |   |  | 
|   | .alert-simple.alert-primary  |   | .alert-simple.alert-primary  | 
| Line 44: | 
Line 15: | 
|   |      box-shadow: 0px 0px 2px #03fff5;  |   |      box-shadow: 0px 0px 2px #03fff5;  | 
|   |      color: #03d0ff;  |   |      color: #03d0ff;  | 
| − |      text-shadow: 2px 1px #00040a;  | + |      text-shadow: 1px 1px #00040a;  | 
|   |    transition:0.5s;  |   |    transition:0.5s;  | 
|   |    cursor:pointer;  |   |    cursor:pointer;  | 
| Line 61: | 
Line 32: | 
|   | }  |   | }  | 
|   |  |   |  | 
| − | .alert:before {
  | + |    | 
| − |     content: '';
  |   | 
| − |     position: absolute;
  |   | 
| − |     width: 0;
  |   | 
| − |     height: calc(100% - 44px);
  |   | 
| − |     border-left: 1px solid;
  |   | 
| − |     border-right: 2px solid;
  |   | 
| − |     border-bottom-right-radius: 3px;
  |   | 
| − |     border-top-right-radius: 3px;
  |   | 
| − |     left: 0;
  |   | 
| − |     top: 50%;
  |   | 
| − |     transform: translate(0,-50%);
  |   | 
| − |       height: 20px;
  |   | 
| − | }
  |   | 
|   |  |   |  | 
|   | .fa-times  |   | .fa-times  | 
| Line 83: | 
Line 41: | 
|   |  |   |  | 
|   |  |   |  | 
| − | /**
  |   | 
| − |  * ----------------------------------------
  |   | 
| − |  * animation blink-1
  |   | 
| − |  * ----------------------------------------
  |   | 
| − |  */
  |   | 
|   | @-webkit-keyframes blink-1 {  |   | @-webkit-keyframes blink-1 {  | 
|   |    0%,  |   |    0%,  | 
| Line 110: | 
Line 63: | 
|   |    }  |   |    }  | 
|   | }  |   | }  | 
| − | 
  |   | 
|   |  |   |  | 
|   | }}  |   | }}  |