This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/resources/css/errors.css

47 lines
648 B
CSS
Raw Normal View History

div#error-container {
border:1px solid gray;
color: #555;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
margin:2em auto;
padding:10px;
width:600px;
}
div#error-container div {
height: 150px;
}
div#error-container h1 {
font-size: 18px;
margin-left: 100px;
}
div#error-container p {
font-size: 12px;
margin-left: 100px;
}
div#acc-error {
background: transparent url(error_01.gif) no-repeat top left;
}
div#acc-suspend {
background: transparent url(error_02.gif) no-repeat top left;
}
div#acc-maint {
background: transparent url(error_03.gif) no-repeat top left;
}