MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 18: Line 18:
/* Hides bullet points */
/* Hides bullet points */
.icannwiki-top-box ul {
.icannwiki-top-box ul {
list-style: none;
    list-style: none;
     list-style-type: none;
     list-style-type: none;
}
}
Line 24: Line 24:
/* Changes bullet points to a Unicode character */
/* Changes bullet points to a Unicode character */
.icannwiki-top-box ul li:before {
.icannwiki-top-box ul li:before {
background-image: url('/images/8/82/1F4CE.png');
    background-image: url('/images/8/82/1F4CE.png');
     background-size: 32px 32px;
     background-size: 32px 32px;
     display: inline-block;
     display: inline-block;
Line 64: Line 64:
/* Colored bounding box */
/* Colored bounding box */
.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%
 
}
}


Line 88: Line 90:
/* Justified text */
/* Justified text */
.icannwiki-justified {
.icannwiki-justified {
text-align: justify;
    text-align: justify;
}
}


/* Highlighted text */
/* Highlighted text */
.icannwiki-highlight {
.icannwiki-highlight {
color: #61a376;
    color: #61a376;
     font-weight: bold;
     font-weight: bold;
}
}