LaFactoriaVerde_Web/admin/estilos.css
2010-10-06 15:53:49 +00:00

56 lines
711 B
CSS

/* CSS Document */
@import url("../reset.css");
@import url("menu_style.css");
@import url("table_style.css");
html, body {
height: 100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
body {
text-align: center;
}
a:link {
color: #718ABE;
text-decoration: none;
}
a:visited {
color: #718ABE;
text-decoration: none;
}
a:hover {
color: #718ABE;
text-decoration: underline !important;
}
input {
font-family: Verdana, Geneva, sans-serif;
}
#layout {
margin: 10px auto;
width: 800px;
text-align: left;
color: #333;
}
#header {
width: 100%;
}
#content {
text-align: left;
}
.error {
color: #F00;
font-weight: bold;
}