Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Incompleto/styles.css

Template page

/* Maintenance Template Styles */

.maintenance-template {

 border: 2px solid #ccc;
 border-radius: 8px;
 padding: 10px 15px;
 margin: 10px 0;
 font-family: Arial, sans-serif;
 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.maintenance-template--yellow {

 background-color: #fff9e6;
 border-color: #f0c040;

}

.maintenance-template--red {

 background-color: #ffe6e6;
 border-color: #f04040;

}

.maintenance-template--green {

 background-color: #e6ffe6;
 border-color: #40f040;

}

.maintenance-header {

 display: flex;
 align-items: center;
 margin-bottom: 10px;

}

.maintenance-icon {

 margin-right: 10px;

}

.maintenance-title {

 font-weight: bold;
 font-size: 1.2em;
 color: #333;

}

.maintenance-body {

 font-size: 1em;
 color: #555;
 line-height: 1.4;

}