Changes

Jump to navigation Jump to search
Legacy undocumented code confirmed and commented out
Line 8: Line 8:  
body.page-Form_Person_Page_Creator h1.firstHeading { display:none; }
 
body.page-Form_Person_Page_Creator h1.firstHeading { display:none; }
   −
/*
+
/* General background and layout */
 +
.icannwiki-bg-green {
 +
    background-color: #61a376;
 +
    border-radius: 0px;
 +
    width: 100%;
 +
    margin-bottom: 20px;
 +
    height: 10px;
 +
}
 +
 
 +
.icannwiki-border-left-white {
 +
    border-left: 1px solid #F2EFEA;
 +
}
 +
 
 +
/* Padding for sections */
 +
.icannwiki-section-padding {
 +
    padding: 10px;
 +
}
 +
 
 +
/* List customization */
 +
.icannwiki-list-style-none {
 +
    list-style-type: none;
 +
}
 +
 
 +
/* Text customization */
 +
.icannwiki-text-white {
 +
    color: #F2EFEA;
 +
}
 +
 
 +
.icannwiki-font-large {
 +
    font-size: 150%;
 +
    color:#F2EFEA;
 +
    text-align:center;
 +
}
 +
 
 +
.icannwiki-font-medium {
 +
    font-size: 1.2em;
 +
}
 +
 
 +
/* Layout for featured article, news, about us, and sponsor sections */
 +
.icannwiki-section-header {
 +
    background: #61A376;
 +
    font-family: sans-serif;
 +
    font-weight: bold;
 +
    text-align: left;
 +
    color: #F2EFEA;
 +
    height: 1.5em;
 +
    margin: .2em 0 .1em 0;
 +
    padding: .5em .25em .5em .75em;
 +
    border-radius: 5px;
 +
}
 +
 
 +
.icannwiki-clearfix {
 +
    clear: both;
 +
}
 +
 
 +
.icannwiki-half-width-left {
 +
    width: 49.5%;
 +
    float: left;
 +
}
 +
 
 +
.icannwiki-half-width-right {
 +
    width: 49.5%;
 +
    float: right;
 +
}
 +
 
 +
.icannwiki-content-border {
 +
    border: 2px solid #4B815D;
 +
    color: #F2EFEA;
 +
    border-radius: 5px;
 +
    font-family: sans-serif;
 +
    font-weight: bold;
 +
    text-align: left;
 +
    height: 35px;
 +
    margin: .25em;
 +
    padding: .25em;
 +
}
 +
 
 +
/* LEGACY CODE BELOW
 +
 
 
.IW_BigGreenIconBox {
 
.IW_BigGreenIconBox {
 
     border-spacing: 0;
 
     border-spacing: 0;
Line 228: Line 306:  
   margin-right: auto }
 
   margin-right: auto }
 
*/
 
*/
  −
/* 2024 revision code starts here */
  −
  −
/* General background and layout */
  −
.icannwiki-bg-green {
  −
    background-color: #61a376;
  −
    border-radius: 0px;
  −
    width: 100%;
  −
    margin-bottom: 20px;
  −
    height: 10px;
  −
}
  −
  −
.icannwiki-border-left-white {
  −
    border-left: 1px solid #F2EFEA;
  −
}
  −
  −
/* Padding for sections */
  −
.icannwiki-section-padding {
  −
    padding: 10px;
  −
}
  −
  −
/* List customization */
  −
.icannwiki-list-style-none {
  −
    list-style-type: none;
  −
}
  −
  −
/* Text customization */
  −
.icannwiki-text-white {
  −
    color: #F2EFEA;
  −
}
  −
  −
.icannwiki-font-large {
  −
    font-size: 150%;
  −
    color:#F2EFEA;
  −
    text-align:center;
  −
}
  −
  −
.icannwiki-font-medium {
  −
    font-size: 1.2em;
  −
}
  −
  −
/* Layout for featured article, news, about us, and sponsor sections */
  −
.icannwiki-section-header {
  −
    background: #61A376;
  −
    font-family: sans-serif;
  −
    font-weight: bold;
  −
    text-align: left;
  −
    color: #F2EFEA;
  −
    height: 1.5em;
  −
    margin: .2em 0 .1em 0;
  −
    padding: .5em .25em .5em .75em;
  −
    border-radius: 5px;
  −
}
  −
  −
.icannwiki-clearfix {
  −
    clear: both;
  −
}
  −
  −
.icannwiki-half-width-left {
  −
    width: 49.5%;
  −
    float: left;
  −
}
  −
  −
.icannwiki-half-width-right {
  −
    width: 49.5%;
  −
    float: right;
  −
}
  −
  −
.icannwiki-content-border {
  −
    border: 2px solid #4B815D;
  −
    color: #F2EFEA;
  −
    border-radius: 5px;
  −
    font-family: sans-serif;
  −
    font-weight: bold;
  −
    text-align: left;
  −
    height: 35px;
  −
    margin: .25em;
  −
    padding: .25em;
  −
}
 

Navigation menu