Valve Developer Community:Administrators' noticeboard

From Valve Developer Community
Jump to navigation Jump to search
Icon-message-48px.png
This is the discussion page of Valve Developer Community:Administrators' noticeboard. To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
Breathe-package-generic.png Archives

This page is for items that need the attention of admins.

For items concerning the community but which do not require administrator action, please see the Main discussion page.

Leave a new message.

New uploading file formats

Can you change the whitelist of files? Or is the current situation due to technical limitations that do not allow, for example, sounds to work properly?

For example, we really miss SVG (actually, we found a replacement, but it increases the size of the files) and OGG (func_button). -- THE OWL 13:38, 18 Jun 2024 (UTC)

I don't have the ability to change this. PabloS Icon-valve.png (talk) 09:21, 18 June 2024 (PDT)

MediaWiki:Common.css

Can you please add the below lines to the CSS? This will allow people to better understand what is clickable and what is not.

.vdc-island-link { position: relative } .vdc-island-link::before { content:""; width: 100%; height: 100%; background-color: rgb(255 255 255 / 3%); opacity: 0; transition: 30ms; pointer-events: none; position: absolute; top: 0; left: 0 } .vdc-island-link:hover::before { opacity: 1 }

Example

--THE OWL 21:53, 18 Jun 2024 (UTC)

Could you show me a page (or pages) where .vdc-island-link is used? PabloS (talk) 19:02, 18 June 2024 (PDT)