Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
   −
/* 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 9: Line 20:  
     gap: 4px;
 
     gap: 4px;
 
     background-color: #61a376;
 
     background-color: #61a376;
 +
    background-image: url('images/b/bd/ICANNWiki-Background-2024-A.svg');
 +
    background-size: cover;
 
     border-radius: 4px;
 
     border-radius: 4px;
 
     margin-bottom: 4px;
 
     margin-bottom: 4px;
Line 14: Line 27:  
}
 
}
    +
/* Hides bullet points */
 
.icannwiki-top-box ul {
 
.icannwiki-top-box ul {
list-style: none; /* Hides bullet points */
+
    list-style: none;
 
     list-style-type: none;
 
     list-style-type: none;
 
}
 
}
    +
/* Changes bullet points to a Unicode character */
 +
.icannwiki-top-box ul li:before {
 +
    background-image: url('/images/8/82/1F4CE.png');
 +
    background-size: 32px 32px;
 +
    display: inline-block;
 +
    vertical-align: middle;
 +
    width: 32px;
 +
    height: 32px;
 +
    content:"";
 +
}
 +
 +
/* List stylings */
 
.icannwiki-top-box ul li {
 
.icannwiki-top-box ul li {
     font-size: 125%;
+
     font-size: 1.0em;
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
     margin-bottom: 4px; /* Adjusts the spacing between list items */
 
}
 
}
Line 26: Line 52:  
.icannwiki-top-box a {
 
.icannwiki-top-box a {
 
     color: white;
 
     color: white;
 +
    font-weight: bold;
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
    
.icannwiki-top-box a:hover {
 
.icannwiki-top-box a:hover {
     color: green;
+
     color: #68d62c;
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
Line 40: Line 67:  
     font-weight: bold;
 
     font-weight: bold;
 
     text-align: left;
 
     text-align: left;
     color: #dff4e4;
+
     color: #ebfcef;
 
     height: 1.5em;
 
     height: 1.5em;
     margin: .2em 0 .2em 0;
+
     padding: .5em;
    padding: 1em;
   
     border-radius: 5px;
 
     border-radius: 5px;
 +
}
 +
 +
/* Colored bounding box with bigger text */
 +
.icannwiki-colored-box {
 +
    background: #f1f6f3;
 +
    padding-left: 1%;
 +
    padding-right: 1%;
 +
    font-size: 1.05em;
 
}
 
}
   Line 54: Line 88:  
/* Main page content box: left */
 
/* Main page content box: left */
 
.icannwiki-half-width-left {
 
.icannwiki-half-width-left {
     width: 49.5%;
+
     width: 49%;
 
     float: left;
 
     float: left;
 
}
 
}
Line 60: Line 94:  
/* Main page content box: right */
 
/* Main page content box: right */
 
.icannwiki-half-width-right {
 
.icannwiki-half-width-right {
     width: 49.5%;
+
     width: 49%;
 
     float: right;
 
     float: right;
 
}
 
}
   −
/* Font with darker shade of white */
+
/* 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;
 +
}
 +
 
 +
/* Justified text */
 +
.icannwiki-justified {
 +
    text-align: justify;
 +
}
 +
 
 +
/* Font with darker shade of greenish white */
 
.icannwiki-text-white {
 
.icannwiki-text-white {
     color: #F2EFEA;
+
     color: #ebfcef;
 
}
 
}
   −
/* Larger font */
+
/* Larger text */
 
.icannwiki-font-large {
 
.icannwiki-font-large {
     font-size: 150%;
+
     font-size: 1.25em;
 
}
 
}