Difference between revisions of "MediaWiki:Vector.css"

From Marek Běhálek Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
.bash {
 
.bash {
 
  background-color: black;
 
  background-color: black;
  color: grey;
+
  color: silver;
 
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
 
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
 
}
 
}

Revision as of 12:11, 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: silver;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}