Changes

Jump to navigation Jump to search
no edit summary
Line 9: Line 9:  
     width: 100%;
 
     width: 100%;
 
     margin-bottom: 20px;
 
     margin-bottom: 20px;
 +
}
 +
 +
/* Header for featured article, news, about us, and so on */
 +
.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;
 +
}
 +
 +
/* List without bullets */
 +
.icannwiki-list-style-none {
 +
    list-style-type: none;
 
}
 
}
   Line 28: Line 46:  
}
 
}
   −
/* List customization */
+
/* Font with darker shade of white */
.icannwiki-list-style-none {
  −
    list-style-type: none;
  −
}
  −
 
  −
/* Text customization */
   
.icannwiki-text-white {
 
.icannwiki-text-white {
 
     color: #F2EFEA;
 
     color: #F2EFEA;
 
}
 
}
    +
/* Larger font */
 
.icannwiki-font-large {
 
.icannwiki-font-large {
 
     font-size: 150%;
 
     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;
   
}
 
}

Navigation menu