mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-15 15:35:56 +00:00
Primer commit
This commit is contained in:
345
css/estilo.css
Normal file
345
css/estilo.css
Normal file
@@ -0,0 +1,345 @@
|
||||
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
|
||||
|
||||
body { margin: 15px 10px;
|
||||
padding: 0px;
|
||||
/*background: rgb(51, 51, 255) url(images/paper.gif) repeat fixed 0% 50%;*/
|
||||
background: #000066; /*rgb(0,0,153);*/
|
||||
-moz-background-clip: initial;
|
||||
-moz-background-origin: initial;
|
||||
-moz-background-inline-policy: initial;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: small;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
p, table { margin-top: 0.3em;
|
||||
margin-right: 0pt;
|
||||
margin-bottom: 0.3em;
|
||||
color: rgb(255, 255, 153);
|
||||
background: rgb(0,0,153);
|
||||
}
|
||||
|
||||
ol, ul { margin: 0em 0em 0em 4em;
|
||||
padding: 0pt;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
li { margin: 0pt;
|
||||
padding: 0pt;
|
||||
}
|
||||
|
||||
li ul { margin: 0em 0em 0em 2em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 { color: red;
|
||||
}
|
||||
|
||||
h1 { font-size: x-large;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 { margin: 2em 0pt 0.3em;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
h3, h4 { margin: 0.5em 0pt 0em;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
td { padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
blockquote { margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
code { font-family: Courier New,Courier,Monospace;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
a:link { text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:visited { color: orange;
|
||||
}
|
||||
|
||||
a:hover { text-decoration: none;
|
||||
color: rgb(66, 137, 181);
|
||||
background-color: rgb(255, 255, 102);
|
||||
}
|
||||
|
||||
a:focus { color: yellow;
|
||||
background-color: rgb(73, 149, 196);
|
||||
}
|
||||
|
||||
.cent { text-align: center;
|
||||
}
|
||||
.error {
|
||||
color:yellow;
|
||||
background-color: red;
|
||||
}
|
||||
.key { background-color: rgb(102, 102, 204);
|
||||
font-weight: bold;
|
||||
color: yellow;
|
||||
white-space: nowrap;
|
||||
font-size: 115%;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.left { float: left;
|
||||
}
|
||||
|
||||
.madewithnvu { margin-left: 50px;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.note { margin-left: 4em;
|
||||
margin-right: 1em;
|
||||
padding-left: 0.35em;
|
||||
padding-right: 0pt;
|
||||
background-color: rgb(255, 255, 204);
|
||||
}
|
||||
|
||||
.noteflush { margin-left: 0pt;
|
||||
margin-right: 1em;
|
||||
padding-right: 0pt;
|
||||
background-color: rgb(255, 255, 204);
|
||||
}
|
||||
|
||||
.right { float: right;
|
||||
}
|
||||
|
||||
.tsp { font-size: x-small;
|
||||
}
|
||||
|
||||
.warn { border-style: solid none;
|
||||
border-color: rgb(0, 0, 0);
|
||||
border-width: 1px;
|
||||
margin-left: 4em;
|
||||
margin-right: 1em;
|
||||
padding-left: 0.35em;
|
||||
padding-right: 0pt;
|
||||
background-color: rgb(255, 186, 144);
|
||||
}
|
||||
|
||||
.warnflush { border-style: solid none;
|
||||
border-color: rgb(0, 0, 0);
|
||||
border-width: 1px;
|
||||
margin-left: 0pt;
|
||||
margin-right: 1em;
|
||||
padding-right: 0pt;
|
||||
background-color: rgb(255, 186, 144);
|
||||
}
|
||||
|
||||
.zonaCabecera { position: fixed;
|
||||
width: 100%;
|
||||
height: 12%;
|
||||
visibility: visible;
|
||||
clear: both;
|
||||
overflow: visible;
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.zonaMenu { height: 85%;
|
||||
overflow: auto;
|
||||
width: 10%;
|
||||
position: fixed;
|
||||
top: 14%;
|
||||
background-color: #CC9999;
|
||||
background-color: #6633FF;
|
||||
color: #33FFFF;
|
||||
}
|
||||
div.zonaMenu a:link{
|
||||
color: #00FFCC;
|
||||
}
|
||||
div.zonaMenu a:visited {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
div.zonaMenu a:hover {
|
||||
color: yellow;
|
||||
background-color: blue;
|
||||
margin: -2px;
|
||||
padding: 0px 8px 0px 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.zonaMenu key {
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
font-size: 115%;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
color: #FFFF33;
|
||||
}
|
||||
|
||||
.zonaPrincipal { border-style: none;
|
||||
z-index: 100;
|
||||
visibility: visible;
|
||||
height: 85%;
|
||||
position: fixed;
|
||||
clear: none;
|
||||
overflow: auto;
|
||||
width: 85%;
|
||||
max-width: 88%;
|
||||
margin-left: 11%;
|
||||
top: 14%;
|
||||
}
|
||||
|
||||
div.zonaCabecera p { margin: 0pt 0pt 0pt 2px;
|
||||
font-weight: bold;
|
||||
color: rgb(66, 137, 181);
|
||||
}
|
||||
|
||||
div.zonaCabecera a:link { text-decoration: none;
|
||||
color: rgb(66, 137, 181);
|
||||
}
|
||||
|
||||
div.zonaCabecera a:visited { text-decoration: none;
|
||||
color: rgb(66, 137, 181);
|
||||
}
|
||||
|
||||
div.zonaCabecera a:hover { margin: -2px;
|
||||
padding: 0px 8px 0px 2px;
|
||||
color: rgb(73, 149, 196);
|
||||
background-color: rgb(238, 238, 238);
|
||||
}
|
||||
|
||||
div.zonaCabecera a:focus { color: rgb(73, 149, 196);
|
||||
background-color: rgb(238, 238, 238);
|
||||
}
|
||||
|
||||
div.zonaCabecera ul { border: 1px solid rgb(66, 137, 181);
|
||||
margin-left: 1em;
|
||||
padding-left: 0.25em;
|
||||
margin-right: 0.25em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
div.zonaCabecera ul a:link { text-decoration: none;
|
||||
color: rgb(33, 80, 100);
|
||||
font-weight: normal;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
div.zonaCabecera ul a:visited { text-decoration: none;
|
||||
color: rgb(33, 80, 100);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.zonaCabecera ul a:hover { color: rgb(73, 149, 196);
|
||||
background-color: rgb(238, 238, 238);
|
||||
}
|
||||
|
||||
div.zonaCabecera ul a:focus { color: rgb(73, 149, 196);
|
||||
background-color: rgb(238, 238, 238);
|
||||
}
|
||||
|
||||
div.tip { border: 4px solid rgb(66, 137, 181);
|
||||
background-color: rgb(244, 248, 255);
|
||||
border-collapse: collapse;
|
||||
width: 25%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
div.tip p { padding: 4px;
|
||||
margin-left: 0pt;
|
||||
}
|
||||
|
||||
div.tip li { padding: 4px;
|
||||
margin-left: 0pt;
|
||||
}
|
||||
|
||||
div.tip ul { padding: 4px;
|
||||
margin-left: 0.75em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
table.bordered { border: 2px solid rgb(66, 137, 181);
|
||||
background-color: white;
|
||||
border-collapse: collapse;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.borderedright { border: 2px solid rgb(66, 137, 181);
|
||||
background-color: white;
|
||||
border-collapse: collapse;
|
||||
float: right;
|
||||
}
|
||||
|
||||
table .key { font-size: 80%;
|
||||
}
|
||||
|
||||
table.menu { border: 1px solid yellow;
|
||||
visibility: hidden;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#mainmenu { position: static;
|
||||
}
|
||||
|
||||
table.menu td { border: 0px none ;
|
||||
padding: 0px 8px 2px;
|
||||
color: rgb(255, 255, 0);
|
||||
background-color: rgb(132, 112, 255);
|
||||
font-size: 12pt;
|
||||
font-family: Arial;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.tablaDatos th { border-color: rgb(51, 255, 255);
|
||||
color: rgb(51,255,255);
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
.tablaCabecera { border: 1px solid ;
|
||||
padding: 2px;
|
||||
background-color: rgb(102, 0, 204);
|
||||
color: rgb(255, 255, 153);
|
||||
max-width: 98%;
|
||||
height: 48px;
|
||||
text-align: center;
|
||||
width: 98%;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.tablaDatos { border: 1px solid ;
|
||||
border-color: rgb(51,255,255);
|
||||
padding: 2px;
|
||||
max-width: 98%;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.title { border: 0px none ;
|
||||
position: absolute;
|
||||
width: 120px;
|
||||
height: 20px;
|
||||
left: 10px;
|
||||
z-index: 10;
|
||||
color: rgb(255, 255, 102);
|
||||
background-color: rgb(102, 51, 255);
|
||||
font-family: "verdana";
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.submenu { position: absolute;
|
||||
left: 20px;
|
||||
width: 120px;
|
||||
color: rgb(255, 255, 102);
|
||||
background-color: rgb(102, 102, 204);
|
||||
font-family: "verdana";
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user