Difference between revisions of "MediaWiki:Common.css"
(Created page with "# Style for bash scripts: pre tags with class "bash" pre.bash { background-color: black; color: grey; font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu San...") |
|||
Line 5: | Line 5: | ||
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; | ||
} | } | ||
+ | |||
+ | .image200px img { width: 200px; } | ||
+ | .image300px img { width: 300px; } | ||
+ | .image400px img { width: 400px; } |
Revision as of 22:50, 14 January 2017
# Style for bash scripts: pre tags with class "bash" 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; } .image200px img { width: 200px; } .image300px img { width: 300px; } .image400px img { width: 400px; }