Anonymous

MediaWiki:Common.css: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 403: Line 403:
         filter: alpha(opacity=100); /* For IE8 and earlier */
         filter: alpha(opacity=100); /* For IE8 and earlier */
     }
     }
/* Installing Hover Logo (editor) */
 
span.wordmark.small.graphic.font-cpmono {
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}
    span.wordmark.small.graphic.font-cpmono:hover {
        opacity: 1.00;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
/* ImageHover */
/* ImageHover */
.fadeout img:hover {
.fadeout img:hover {
Line 423: Line 414:
visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
}
}
/* Change color of collapse/expand link */
tr.collapsewhite .mw-collapsible-toggle, tr.collapsewhite .mw-collapsible-toggle a {
    color:white;
}
tr.collapsered .mw-collapsible-toggle, tr.collapsered .mw-collapsible-toggle a {
    color:red;
}
.subnav-3 li:first-of-type ul { top: -5px ! important; }
.subnav-3 li:nth-child(2) ul { top: 25px ! important; }
.subnav-3 li:nth-child(3) ul { top: 55px ! important; }
.subnav-3 li:nth-child(4) ul { top: 85px ! important; }
.subnav-3 li:nth-child(5) ul { top: 115px ! important; }
.subnav-3 li:nth-child(6) ul { top: 145px ! important; }
.subnav-3 li:nth-child(7) ul { top: 175px ! important; }
.subnav-3 li:nth-child(8) ul { top: 205px ! important; }
.subnav-3 li:nth-child(9) ul { top: 235px ! important; }
.subnav-3 li:nth-child(10) ul { top: 265px ! important; }
ElEditors, Administrators
96,594

edits