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