• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Need some CSS help ... looking for the key names

Scheduled Pinned Locked Moved Custom CSS
3 Posts 2 Posters 595 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    ruff.hi
    last edited by Oct 7, 2023, 4:15 AM

    Evening All … I can change the size and color of my date and time with …

    .clock .time {
    font-size: 9rem;
    }
    
    .clock .date {
     color: #F2F3F4;
     font-size: 5rem;
    }
    

    but I need to know that .time and .date are the ‘magic words’. It is pretty obvious for the clock module but I am struggling with the Newsfeed module.

    So far I have …

    /* this is the provider of the news feed (eg NPR) */
    .newsfeed .light.small.dimmed {
      color: #F2F3F4;
      font-size: 3rem;
    }
    
    /* this is the heading of the news feed */
    .newsfeed .bright.medium.light {
      font-size: 3rem;
      color: #88C29B;
    }
    

    … but I can’t find the magic words for the first line of the story. How do I work out what those should be?

    S 1 Reply Last reply Oct 7, 2023, 4:03 PM Reply Quote 0
    • S Away
      sdetweil @ruff.hi
      last edited by sdetweil Oct 7, 2023, 4:05 PM Oct 7, 2023, 4:03 PM

      @ruff-hi see this for how to use the developers window to discover this info

      https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1696694536512

      also when there is no space between selector elements .bright.medium.light

      it ONLY applies to AN element that MUST contain all three classes at the same time

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R 1 Reply Last reply Oct 8, 2023, 11:32 AM Reply Quote 1
      • R Offline
        ruff.hi @sdetweil
        last edited by Oct 8, 2023, 11:32 AM

        @sdetweil said in Need some CSS help ... looking for the key names:

        @ruff-hi see this for how to use the developers window to discover this info

        https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1696694536512

        also when there is no space between selector elements .bright.medium.light

        it ONLY applies to AN element that MUST contain all three classes at the same time

        Thanks - just what I was looking for.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy