MediaWiki:VisEd.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
 
Line 20: Line 20:
     color:black !important;
     color:black !important;
}
}
/* Temporary More+ fix in widescreen source from [[User:SpikeToronto]] */
.editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on .cke_toolbar_expand>a {
    right: 0px !important;
}
/* END Temporary More+ fix in widescreen source */

Latest revision as of 04:11, 21 December 2013

/* =======================
   This file exists to tweak certain elements
   of the VisualEditor in order to bring it
   into better harmony with this wiki's theme.

   Version 0.1 November 2013
   
   Principal author: [[user:CzechOut]]
   ======================== */

div.ve-init-mw-viewPageTarget-toolbar-editNotices,
.ve-init-mw-viewPageTarget-toolbar-editNotices {
    background-color:#012c57!important;
    color:white!important;
}

/* ensures "more" remains black, regardless of skin */

.ve-ui-popupToolGroup-handle .ve-ui-labeledElement-label {
    color:black !important;
}

/* Temporary More+ fix in widescreen source from [[User:SpikeToronto]] */
.editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on .cke_toolbar_expand>a { 
    right: 0px !important; 
}
/* END Temporary More+ fix in widescreen source */