Line 1: |
Line 1: |
− | __NOTOC__
| |
| | | |
− | <div class="alert alert-simple alert-primary>
| |
− | <p> <span class="start-icon times" role="presentation" aria-hidden="true">[[File:Promotion.png|25px|middle|link=]]</span> Well done! You successfully read this important notice.</p>
| |
− | </div>
| |
− |
| |
− | <br><br>
| |
− |
| |
− |
| |
− | {{#css:
| |
− |
| |
− | .alert:before {
| |
− | content: '';
| |
− | position: absolute;
| |
− | width: 0;
| |
− | transform: translate(0,-50%);
| |
− | border-left: 1px solid;
| |
− | border-right: 2px solid;
| |
− | border-bottom-right-radius: 3px;
| |
− | border-top-right-radius: 3px;
| |
− | left: 0;
| |
− | top: 40%;
| |
− | height: 20px;
| |
− | }
| |
− |
| |
− | .start-icon {
| |
− | margin: 0px 5px 0px 15px;
| |
− | }
| |
− |
| |
− | .alert-simple.alert-primary{
| |
− | border: 1px solid rgba(38, 154, 188, 0.81);
| |
− | background-color: rgba(1, 204, 220, 0.16);
| |
− | box-shadow: 0px 0px 2px #03fff5;
| |
− | color: rgb(17, 69, 85);
| |
− | }
| |
− |
| |
− | .alert-primary:hover{
| |
− | background-color: rgba(1, 204, 220, 0.4);
| |
− | transition:0.5s;
| |
− | }
| |
− |
| |
− |
| |
− | .times
| |
− | {
| |
− | -webkit-animation: blink-1 4s infinite both;
| |
− | animation: blink-1 4s 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;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | }}
| |