Jump to content

Rikki

Members
  • Posts

    24,413
  • Joined

  • Last visited

  • Days Won

    84

Reputation Activity

  1. Like
    Rikki got a reaction from Afrodude in CSS question...or disappointment   
    Hey Adlago,
    I don't work at IPS (despite that cute cartoon avatar I have), so I'm able to tell you that you're doing it wrong. You should never have been editing the default CSS files, and it's unfortunate that the product allowed it all this time.
    I assure you, you can do everything you did before. It'll be even better than before, actually, because it won't break on every upgrade.
  2. Like
    Rikki got a reaction from Jim M in CSS question...or disappointment   
    Hey Adlago,
    I don't work at IPS (despite that cute cartoon avatar I have), so I'm able to tell you that you're doing it wrong. You should never have been editing the default CSS files, and it's unfortunate that the product allowed it all this time.
    I assure you, you can do everything you did before. It'll be even better than before, actually, because it won't break on every upgrade.
  3. Like
    Rikki got a reaction from SeNioR- in CSS question...or disappointment   
    Hey Adlago,
    I don't work at IPS (despite that cute cartoon avatar I have), so I'm able to tell you that you're doing it wrong. You should never have been editing the default CSS files, and it's unfortunate that the product allowed it all this time.
    I assure you, you can do everything you did before. It'll be even better than before, actually, because it won't break on every upgrade.
  4. Like
    Rikki got a reaction from Stuart Silvester in CSS question...or disappointment   
    Hey Adlago,
    I don't work at IPS (despite that cute cartoon avatar I have), so I'm able to tell you that you're doing it wrong. You should never have been editing the default CSS files, and it's unfortunate that the product allowed it all this time.
    I assure you, you can do everything you did before. It'll be even better than before, actually, because it won't break on every upgrade.
  5. Like
    Rikki got a reaction from Luuuk in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  6. Like
    Rikki got a reaction from Luuuk in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  7. Like
    Rikki got a reaction from Marc Stridgen in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  8. Like
    Rikki got a reaction from Ibai in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  9. Like
    Rikki got a reaction from Percival in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  10. Like
    Rikki got a reaction from SeNioR- in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  11. Like
    Rikki got a reaction from SeNioR- in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  12. Like
    Rikki got a reaction from Mark H in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  13. Agree
    Rikki got a reaction from Dll in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  14. Like
    Rikki got a reaction from Daniel F in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  15. Like
    Rikki got a reaction from Jim M in CSS question...or disappointment   
    Also, you can still view the full (concatenated) CSS files in web inspector. Just click the filename:

    Then the format button:

  16. Like
    Rikki got a reaction from Marc Stridgen in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  17. Like
    Rikki got a reaction from Jim M in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  18. Like
    Rikki got a reaction from Matt in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  19. Like
    Rikki got a reaction from Stuart Silvester in CSS question...or disappointment   
    Maybe y'all develop differently to me, but personally I wouldn't browse through a random CSS file to find classnames - there's no context (beyond the classname anyway; you don't get any of the cascade, inherited properties etc. that might affect it).
    It makes much more sense to use the web inspector to see what is actually being applied to the element you want to change.
    It may be a difficult transition at first but i would consider this an opportunity to improve your own development process.
  20. Like
    Rikki got a reaction from Mark H in CSS question...or disappointment   
    Set it in custom.css and then you'll never have to worry about conflicts or updates again.
    That's literally how CSS works (the C stands for Cascading).
  21. Like
    Rikki got a reaction from Jim M in CSS question...or disappointment   
    Set it in custom.css and then you'll never have to worry about conflicts or updates again.
    That's literally how CSS works (the C stands for Cascading).
  22. Like
    Rikki got a reaction from Luuuk in CSS question...or disappointment   
    Set it in custom.css and then you'll never have to worry about conflicts or updates again.
    That's literally how CSS works (the C stands for Cascading).
  23. Like
    Rikki got a reaction from opentype in CSS question...or disappointment   
    Set it in custom.css and then you'll never have to worry about conflicts or updates again.
    That's literally how CSS works (the C stands for Cascading).
  24. Like
    Rikki got a reaction from Marc Stridgen in CSS question...or disappointment   
    Set it in custom.css and then you'll never have to worry about conflicts or updates again.
    That's literally how CSS works (the C stands for Cascading).
  25. Haha
    Rikki got a reaction from TAMAN in My head hurts...   
    Has anyone really been far even as decided to use even go want to do look more like?
×
×
  • Create New...