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 35: Line 45:  
/* List stylings */
 
/* List stylings */
 
.icannwiki-top-box ul li {
 
.icannwiki-top-box ul li {
     font-size: 105%;
+
     font-size: 1.0em;
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
}
 
}
Line 67: Line 77:  
     padding-left: 1%;
 
     padding-left: 1%;
 
     padding-right: 1%;
 
     padding-right: 1%;
     font-size: 1.1em;
+
     font-size: 1.05em;
 
   
}
 
}
   Line 88: Line 97:  
}
 
}
   −
/* Warning templates */
+
/* Warning template */
 
.icannwiki-warning {
 
.icannwiki-warning {
     margin: auto;
+
    display: flex;
     width: 75vw;
+
    justify-content: center;
     text-align: justify;
+
    align-items: center;
     background-color: #fcba03;
+
    text-align: center;
     border: 0px;
+
    height: auto;
 +
    width: 60%;
 +
     margin: 0 auto;
 +
    padding: 10px;
 +
    background-color: #FFFDF4;
 +
    border: 2px solid #d48900;
 +
    border-left: 16px solid #d48900;
 +
}
 +
 
 +
.icannwiki-warning a {
 +
    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 105: Line 165:  
.icannwiki-text-white {
 
.icannwiki-text-white {
 
     color: #ebfcef;
 
     color: #ebfcef;
   
   
}
 
}