Difference between revisions of "MediaWiki:Common.css"

From GIMX
Jump to: navigation, search
Line 9: Line 9:
 
.image300px img { width: 300px; }
 
.image300px img { width: 300px; }
 
.image400px img { width: 400px; }
 
.image400px img { width: 400px; }
 +
 +
.mw-collapsible-toggle {
 +
    float: left !important;
 +
}

Revision as of 10:12, 19 July 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; }

.mw-collapsible-toggle {
    float: left !important;
}