Difference between revisions of "User:Samburkeottawa"

From wiki
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
 
(3 intermediate revisions by 2 users not shown)
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 4s 1 both;
 
        animation: blink 4s 1 both;
 
}
 
 
 
@-webkit-keyframes blink {
 
  0%,
 
  50%,
 
  100% {
 
    opacity: 1;
 
  }
 
  25%,
 
  75% {
 
    opacity: 0;
 
  }
 
}
 
@keyframes blink {
 
  0%,
 
  50%,
 
  100% {
 
    opacity: 1;
 
  }
 
  25%,
 
  75% {
 
    opacity: 0;
 
  }
 
}
 
 
 
}}
 

Latest revision as of 10:18, 4 August 2020