Module talk:WikiProject banner/Archive 15: Difference between revisions

Content deleted Content added
m Archiving 1 discussion(s) from Module talk:WikiProject banner) (bot
m Archiving 1 discussion(s) from Module talk:WikiProject banner) (bot
Line 124:
 
:Deployed &mdash;&nbsp;Martin <small>([[User:MSGJ|MSGJ]]&nbsp;·&nbsp;[[User talk:MSGJ|talk]])</small> 21:34, 10 June 2024 (UTC)
 
== Styles ==
 
@[[User:Gonnym|Gonnym]]: regading [https://en.wikipedia.org/w/index.php?title=Module:WikiProject_banner/sandbox&diff=prev&oldid=1228485555 this edit], are you able to make the corresponding changes to [[Module:WikiProject banner/sandbox/styles.css]]? &mdash;&nbsp;Martin <small>([[User:MSGJ|MSGJ]]&nbsp;·&nbsp;[[User talk:MSGJ|talk]])</small> 13:25, 12 June 2024 (UTC)
 
:I have very basic skills in CSS. @[[User:Izno|Izno]] can you help with this? [[User:Gonnym|Gonnym]] ([[User talk:Gonnym|talk]]) 17:02, 12 June 2024 (UTC)
::I am happy to walk you through it; this task is a bit easier than poofing CSS out of thin air. The basic gist of what needs to be done here is:
::# See if there's a class some CSS can be attached to. The presence of <code>addClass</code> will usually make that obvious.
::## If no, add a class (<code>addClass</code>).
::## If yes, check to see if the uses in the generating module all need that particular CSS. If yes, proceed to 2. If no, add a specific class to that specific element to support the new CSS.
::# Move the CSS to the sheet.
::I know you've done this before with ib-tv-episode. :P [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 20:37, 12 June 2024 (UTC)