| Line 1: |
Line 1: |
| | | | |
| − | <div class="col-sm-12">
| |
| − | <div class="alert fade alert-simple alert-primary>
| |
| − | <span class="start-icon fa fa-thumbs-up faa-bounce animated" role="presentation" aria-hidden="true">[[File:Info.png|25px|middle|link=]]</span> Well done! You successfully read this important notice.
| |
| − | </div>
| |
| − | </div>
| |
| − |
| |
| − |
| |
| − | {{#css:
| |
| − |
| |
| − | .alert-simple.alert-primary
| |
| − | {
| |
| − | border: 1px solid rgba(6, 241, 226, 0.81);
| |
| − | background-color: rgba(1, 204, 220, 0.16);
| |
| − | box-shadow: 0px 0px 2px #03fff5;
| |
| − | color: #03d0ff;
| |
| − | text-shadow: 1px 1px #00040a;
| |
| − | transition:0.5s;
| |
| − | cursor:pointer;
| |
| − | }
| |
| − |
| |
| − | .alert-primary:hover{
| |
| − | background-color: rgba(1, 204, 220, 0.33);
| |
| − | transition:0.5s;
| |
| − | }
| |
| − |
| |
| − | .alertprimary
| |
| − | {
| |
| − | font-size: 18px;
| |
| − | color: #03d0ff;
| |
| − | text-shadow: none;
| |
| − | }
| |
| − |
| |
| − |
| |
| − |
| |
| − | .fa-times
| |
| − | {
| |
| − | -webkit-animation: blink-1 2s infinite both;
| |
| − | animation: blink-1 2s infinite both;
| |
| − | }
| |
| − |
| |
| − |
| |
| − | @-webkit-keyframes blink-1 {
| |
| − | 0%,
| |
| − | 50%,
| |
| − | 100% {
| |
| − | opacity: 1;
| |
| − | }
| |
| − | 25%,
| |
| − | 75% {
| |
| − | opacity: 0;
| |
| − | }
| |
| − | }
| |
| − | @keyframes blink-1 {
| |
| − | 0%,
| |
| − | 50%,
| |
| − | 100% {
| |
| − | opacity: 1;
| |
| − | }
| |
| − | 25%,
| |
| − | 75% {
| |
| − | opacity: 0;
| |
| − | }
| |
| − | }
| |
| − |
| |
| − | }}
| |