name : admin.css
/* Fieldset Styling */
.control-group {
  clear: both;
}
/* Alert Boxes */
.alert {
  margin-bottom: 0px;
  max-width: 550px;
  
}
.alert-blue label {
  font-size: 14px;
}
.alert-blue {
  color: #fff;
  font-size: 14px;
  clear: both;
  line-height: 1.8em;
  background: #50b5f9;
  background: -moz-linear-gradient(top, #5bb2d8 0%, #2a7fb8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b5f9), color-stop(99%, #147ec7));
  background: -webkit-linear-gradient(top, #50b5f9 0%, #147ec7 99%);
  background: -o-linear-gradient(top, #50b5f9 0%, #147ec7 99%);
  background: -ms-linear-gradient(top, #50b5f9 0%, #147ec7 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b5f9', endColorstr='#147ec7', GradientType=0);
  background: linear-gradient(top, #50b5f9 0%, #147ec7 99%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 15px;
  text-shadow: 1px 1px #066da1;
  display: block;
  position: relative;
  width: 100%;
}
.alert-blue label a {
  color: #c7e0eb;
}
.alert-grey {
  color: #555555;
  font-size: 12px;
  clear: both;
  line-height: 18px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
  background: linear-gradient(top, #fefefe 0%, #e6e6e6 99%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin: 0px;
  padding: 20px;
  text-shadow: 1px 1px #fff;
  display: block;
  position: relative;
  min-width: 200px;
  border-radius: 8px;
}
.alert-warning {
  color: #555;
  font-size: 14px;
  clear: both;
  line-height: 18px;
  background: url("../images/admin/notice.png") no-repeat scroll 5px center #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  padding: 12px 15px 12px 50px;
  text-shadow: 1px 1px #fff;
  display: block;
  position: relative;
  max-width: 510px;
}

© 2025 Cubjrnet7