Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) |
||
| Line 4: | Line 4: | ||
#ca-unwatch { display:none!important; } | #ca-unwatch { display:none!important; } | ||
#ca-delete { display:none!important; } | #ca-delete { display:none!important; } | ||
| + | |||
| + | pre.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 22:36, 18 April 2019
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }
#ca-delete { display:none!important; }
pre.bash {
background-color: black;
color: grey;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}