Difference between revisions of "MediaWiki:Monobook.css"

From WikiChem
Jump to: navigation, search
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
  
/* For positioning icons at top-right, used for the small FlaggedRevs message for reviewers */
+
/* For positioning the small FlaggedRevs message for reviewers */
div.topicon,
 
 
div.flaggedrevs_short {
 
div.flaggedrevs_short {
 
     position: absolute;  
 
     position: absolute;  
Line 8: Line 7:
 
     top: 10px;
 
     top: 10px;
 
     display: block !important;
 
     display: block !important;
    float: right;
 
 
}
 
}
+
div.fr-icon-current {
 +
    float:right;
 +
}
 +
 
 
#coordinates {   
 
#coordinates {   
 
     position: absolute;
 
     position: absolute;

Revision as of 10:29, 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;
}