git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@2 017afc1c-778d-45dc-8efe-cc7a6876851a
56 lines
711 B
CSS
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;
|
|
} |