Difference between revisions of "MediaWiki:Monobook.css"

From WikiChem
Jump to: navigation, search
Line 28: Line 28:
 
     text-transform: none;
 
     text-transform: none;
 
     white-space: nowrap;
 
     white-space: nowrap;
 +
}
 +
 +
.portlet li {
 +
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
 +
}
 +
 +
li.FR {
 +
    list-style-image: url("http://pluto.potsdam.edu/wikichem/extensions/FlaggedRevs/img/1.png");
 
}
 
}

Revision as of 10:32, 14 August 2009

/* edit this file to customize the monobook skin for the entire site */

/* For positioning the small FlaggedRevs message for reviewers */
div.flaggedrevs_short {
    position: absolute; 
    z-index: 10; 
    top: 10px;
    display: block !important;
}
div.fr-icon-current {
    float:right;
}

#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 30px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

.portlet li {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
 
li.FR {
    list-style-image: url("http://pluto.potsdam.edu/wikichem/extensions/FlaggedRevs/img/1.png");
}