Template:Exxos/donate.css: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
(Created page with "→‎Progress Bar Styles: .progress-bar-container { width: 100%; background-color: #f3f3f3; border-radius: 10px; overflow: hidden; margin-bottom: 10px; } .progress-bar { height: 25px; line-height: 25px; background-color: #4CAF50; →‎Green color for the progress bar: text-align: center; color: white; border-radius: 10px; } body { background-color: lightblue; }")
 
No edit summary
Line 17: Line 17:
 
}
 
}
   
  +
.mw-parser-output {
body {
 
 
background-color: lightblue;
 
background-color: lightblue;
 
}
 
}

Revision as of 15:19, 6 September 2024

/* Progress Bar Styles */
.progress-bar-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    height: 25px;
    line-height: 25px;
    background-color: #4CAF50; /* Green color for the progress bar */
    text-align: center;
    color: white;
    border-radius: 10px;
}

.mw-parser-output {
    background-color: lightblue;
}