A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Alert Box?
-
Can anyone share the css tag for the Alert box? I want to change the color of the box, and alert title.
-
The full HTML/CSS is as follows:
// This is the box that shows up at the very top, defined as a "notification alert" <div class="ns-box ns-growl ns-effect-slide-center ns-type-notice ns-show"> <div class="ns-box-inner"> <span class="thin" style="line-height: 35px; font-size:24px" color="#4A4A4A">[TITLE]</span> <br><span class="light" style="font-size:28px;line-height: 30px;">[MESSAGE]</span> </div> </div> // This is the pop-up in the middle of the screen, defined as a regular "alert" <div class="ns-alert ns-growl ns-effect-flip ns-type-notice ns-show"> <div class="ns-box-inner"> <span class="light" style="line-height: 35px; font-size:30px" color="#4A4A4A">[TITLE]</span> <br><span class="thin" style="font-size:22px;line-height: 30px;">[MESSAGE]</span> </div> </div>Note that the effect listed in the first
'<div>'changes with the specific effect you set it to.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login