LaFactoriaVerde_Web/admin/estilos.css
2010-10-07 15:54:59 +00:00

70 lines
841 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;
}
h1 {
font-size: 140%;
color: #3fa116;
margin: 2px 0 8px 0px;
}
p {
margin: 6px 0;
}
form {
margin: 6px 0;
}
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;
}