Difference between revisions of "MediaWiki:Common.css"
From The Embassy of Good Science
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | / | + | .video-fluid { |
| + | width:80% !important; | ||
| + | height:auto !important; | ||
| + | } | ||
| + | |||
| + | /* overwrite width of input field dropdown */ | ||
#pfForm select { | #pfForm select { | ||
width:100% !important; | width:100% !important; | ||
} | } | ||
| − | / | + | /* set width of botton dropdown, e.g. on page "Resources" */ |
| − | div | + | div.formbutton-add--dropdown div.te-dropdown-menu { |
| − | width:400px; | + | width:400px !important; |
| + | } | ||
| + | |||
| + | /* hide LLM chunk templates */ | ||
| + | div.chunks { | ||
| + | display:none; | ||
} | } | ||
Latest revision as of 13:12, 4 March 2025
/* CSS placed here will be applied to all skins */
.video-fluid {
width:80% !important;
height:auto !important;
}
/* overwrite width of input field dropdown */
#pfForm select {
width:100% !important;
}
/* set width of botton dropdown, e.g. on page "Resources" */
div.formbutton-add--dropdown div.te-dropdown-menu {
width:400px !important;
}
/* hide LLM chunk templates */
div.chunks {
display:none;
}
