Changes

no edit summary
Line 2: Line 2:     
/* Legacy code moved to MediaWiki:Common.css/Legacy */
 
/* Legacy code moved to MediaWiki:Common.css/Legacy */
 +
 +
/* Navigation panel to the left */
 +
#mw-panel a {
 +
    font-size: 1.10em;
 +
}
 +
 +
#mw-panel a:hover {
 +
    color: #62a376;
 +
    text-decoration: none;
 +
}
    
/* Box at the top of the main page layout */
 
/* Box at the top of the main page layout */
Line 87: Line 97:  
}
 
}
   −
/* Warning templates */
+
/* Warning template */
 
.icannwiki-warning {
 
.icannwiki-warning {
 
     display: flex;
 
     display: flex;
Line 97: Line 107:  
     margin: 0 auto;
 
     margin: 0 auto;
 
     padding: 10px;
 
     padding: 10px;
     background-color: #fcba03;
+
     background-color: #FFFDF4;
 
     border: 2px solid #d48900;
 
     border: 2px solid #d48900;
 +
    border-left: 16px solid #d48900;
 
}
 
}
    
.icannwiki-warning a {
 
.icannwiki-warning a {
     color: cyan;
+
    font-weight: bold;
 +
    color: #d48900;
 +
}
 +
 
 +
/* Signaling template */
 +
.icannwiki-signal {
 +
    display: flex;
 +
    justify-content: center;
 +
    align-items: center;
 +
    text-align: center;
 +
    height: auto;
 +
    width: 60%;
 +
    margin: 0 auto;
 +
    padding: 10px;
 +
    background-color: #f4fcff;
 +
    border: 2px solid #0092D4;
 +
    border-left: 16px solid #0092D4;
 +
}
 +
 
 +
.icannwiki-signal a {
 +
    font-weight: bold;
 +
    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;
 
}
 
}
   Line 113: Line 165:  
.icannwiki-text-white {
 
.icannwiki-text-white {
 
     color: #ebfcef;
 
     color: #ebfcef;
   
   
}
 
}