Changes

Jump to navigation Jump to search
no edit summary
Line 125: Line 125:  
     font-weight: bold;
 
     font-weight: bold;
 
     color: #0092D4;
 
     color: #0092D4;
 +
}
 +
 +
/* Danger template */
 +
.icannwiki-danger {
 +
    display: flex;
 +
    justify-content: center;
 +
    align-items: center;
 +
    text-align: center;
 +
    height: auto;
 +
    width: 60%;
 +
    margin: 0 auto;
 +
    padding: 10px;
 +
    background-color: #fff4f4;
 +
    border: 2px solid #D40000;
 +
    border-left: 16px solid #D40000
 +
}
 +
 +
.icannwiki-danger a {
 +
    font-weight: bold;
 +
    color: #D40000;
 
}
 
}
  

Navigation menu