Line 1: |
Line 1: |
− | __NOTOC__
| |
| | | |
− | <div class="alert alert-simple alert-primary>
| |
− | <p> <span class="start-icon" role="presentation" aria-hidden="true">[[File:Info.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;
| |
− | 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;
| |
− | }
| |
− |
| |
− | .alert>.start-icon {
| |
− | margin-right: 5px;
| |
− | }
| |
− |
| |
− | .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;
| |
− | }
| |
− |
| |
− | .alert-primary{
| |
− | color: #03d0ff;
| |
− | text-shadow: none;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | }}
| |