custom.css
custom.css — 1 KB
File contents
/* Hide "events" column on the right: */ dl.portletEvents { display: none; } /* Hide social media buttons, since these do not apply to the workshop but to the university: */ .share_link_menu { display: none; } #frontpageslider #sliderbox .slidebody { background-color: rgba(170, 187, 204, 0.75); } /* Hide sub-caption for image caroussel/slider: */ #frontpageslider #sliderbox .slidebody h3 { display: none; } /* Multiline <textarea>: same border color as single-line <input> text field: */ textarea { border-color: #6685A3; } /* some horizontal radio buttons for the registration form (instead of vertical alignment): */ #mfy2020-registration-form-of-address br, #bk-presentation-type br, #bk-visa br, #funding-request br { display: none; }