Difference between revisions of "MediaWiki:Vector.css"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-panel { padding-left: 0; } →‎Reduces sidebar padding on the left.: #mw-panel div.portal { margin-left: 0; mar...")
 
Line 3: Line 3:
 
#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
 
#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
 
#mw-panel div.portal .body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */
 
#mw-panel div.portal .body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */
 +
 +
.bash {
 +
background-color: black;
 +
color: grey;
 +
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
 +
}

Revision as of 12:08, 9 August 2019

/* CSS placed here will affect users of the Vector skin */
#mw-panel { padding-left: 0; } /* Reduces sidebar padding on the left. */
#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
#mw-panel div.portal .body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */

.bash {
 background-color: black;
 color: grey;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}