Template:Exxos/donate.css: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
 
color: white;
 
color: white;
 
border-radius: 10px;
 
border-radius: 10px;
}
 
 
.mw-parser-output {
 
background-color: lightblue;
 
 
}
 
}

Revision as of 15:21, 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;
}