Changes

Jump to navigation Jump to search
no edit summary
Line 35: Line 35:  
/* List stylings */
 
/* List stylings */
 
.icannwiki-top-box ul li {
 
.icannwiki-top-box ul li {
     font-size: 110%;
+
     font-size: 1.0em;
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
}
 
}
Line 62: Line 62:  
}
 
}
   −
/* Colored bounding box */
+
/* Colored bounding box with bigger text */
 
.icannwiki-colored-box {
 
.icannwiki-colored-box {
 
     background: #f1f6f3;
 
     background: #f1f6f3;
 
     padding-left: 1%;
 
     padding-left: 1%;
 
     padding-right: 1%;
 
     padding-right: 1%;
     font-size: 125%
+
     font-size: 1.05em;
 
   
}
 
}
   Line 86: Line 85:  
     width: 49%;
 
     width: 49%;
 
     float: right;
 
     float: right;
 +
}
 +
 +
/* Warning template */
 +
.icannwiki-warning {
 +
    display: flex;
 +
    justify-content: center;
 +
    align-items: center;
 +
    text-align: center;
 +
    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 91: Line 150:  
.icannwiki-justified {
 
.icannwiki-justified {
 
     text-align: justify;
 
     text-align: justify;
}
  −
  −
/* Highlighted text */
  −
.icannwiki-highlight {
  −
    color: #61a376;
  −
    font-weight: bold;
   
}
 
}
   Line 106: Line 159:  
/* Larger text */
 
/* Larger text */
 
.icannwiki-font-large {
 
.icannwiki-font-large {
     font-size: 125%;
+
     font-size: 1.25em;
 
}
 
}

Navigation menu