MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-CalendarExt2 CSS (HELP)

    Custom CSS
    2
    2
    528
    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.
    • C
      chrixbrown last edited by

      HOW CAN I EXPAND MY CSS SO THAT THE CALENDAR IS COMPLETE? I DO NOT WANT IT TO GET +2, +3

      /*fond des cases*/
      .CX2 .slot > .slotContent{
        background-image: none;
      }
      
      /*couleur rdv*/
      .CX2 .event {
        background-color: #6699CC;
        color: #FFF;
        border-radius: 5px;
        text-align: center;
      }
      
      .CX2 .event.fullday {
        border-radius: 5px;
        color: #FFF;
      }
      
      /*couleurs des week-end*/
      .CX2 .cellSlot.weekday_6 .slotSubTitle {
        color:#FFF;
      }
      
      .CX2 .cellSlot.weekday_7 .slotSubTitle {
        color:#FFF;
      }
      
      /*couleur du jour
      .CX2 .today .slotHeader { /* today slot */
        background-color: #E3E3E3;
        color:#000;
      }*/
      
      .CX2 .today .slotContent{
        background-color: #E3E3E3;
      }
      
      .CX2 .holiday, .holiday .event .fullday {
        background-color: #BB0B0B;
      }
      
      .CX2 .family, .family .event .fullday {
        background-color: #6699CC;
      }
      
      .CX2 .birthday, .birthday .event .fullday {
        background-color: #34C924;
      }
      
      BKeyport 1 Reply Last reply Reply Quote 0
      • BKeyport
        BKeyport Module Developer @chrixbrown last edited by

        @chrixbrown Which format are you using?

        There’s a command in the config.js for Daily, for instance, called hideOverflow

        If you set that to false, it’ll spew out everything.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy