Difference between revisions of "MediaWiki:Common.css"

From GIMX
Jump to: navigation, search
Line 11: Line 11:
  
 
.mw-collapsible-toggle {
 
.mw-collapsible-toggle {
    display:inline-block !important;
 
 
     float:none !important;
 
     float:none !important;
 
}
 
}

Revision as of 10:19, 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:none !important;
}