:ColorBox/styles.css

/* Template:ColorBox/styles.css */ .color-box {

 border: 1px solid #ccc;
 border-radius: 5px;
 background-color: #f9f9f9;
 padding: 10px;

}

.color-box-title {

 font-weight: bold;
 margin-bottom: 0.5em;
 background-color: #eee;
 padding: 5px;
 border-radius: 5px 5px 0 0;

}

.color-box-content {

   padding: 0;

} .color-box-content ul{

   list-style: none;
   padding: 0;

}