First commit ~0,10
This commit is contained in:
120
addons/estilo.css
Normal file
120
addons/estilo.css
Normal file
@ -0,0 +1,120 @@
|
||||
/* Enlaces */
|
||||
a {
|
||||
color: #000000;
|
||||
font: 8pt verdana, arial, helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
fade: true;
|
||||
}
|
||||
a:hover {color: #FF0000;}
|
||||
|
||||
/* Enlaces grandes (Usados en ver_discos) */
|
||||
.eBig {
|
||||
color: #0000FF;
|
||||
font: 12pt verdana, arial, helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
fade: -1;
|
||||
text-decoration: none;
|
||||
}
|
||||
.eBig:hover {color: #FF0000;}
|
||||
|
||||
|
||||
/* Cuerpo */
|
||||
BODY {
|
||||
scrollbar-face-color:#66CC66;
|
||||
scrollbar-highlight-color:#66CC66;
|
||||
scrollbar-3dlight-color:#000000;
|
||||
scrollbar-darkshadow-color:#000000;
|
||||
scrollbar-shadow-color:#66CC66;
|
||||
scrollbar-arrow-color:none;
|
||||
scrollbar-track-color:#40BF30;
|
||||
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
text-align: justify;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
td, tr {
|
||||
font: 10pt verdana, arial;
|
||||
text-align: justify;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.colIzq {
|
||||
BACKGROUND: #FFCC33;
|
||||
}
|
||||
|
||||
.td_lista {
|
||||
BACKGROUND: #EEEEEE;
|
||||
}
|
||||
|
||||
.td_estilos {
|
||||
BORDER-RIGHT: black 2px solid;
|
||||
BORDER-LEFT: black 1px solid;
|
||||
BORDER-TOP: black 1px solid;
|
||||
BORDER-BOTTOM: #000000 3px solid;
|
||||
BACKGROUND: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.lmenu {
|
||||
/*
|
||||
BORDER-TOP: #66CC66 1px solid;
|
||||
BORDER-BOTTOM: #66CC66 1px solid;
|
||||
|
||||
*/
|
||||
font: 8pt verdana, arial;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lmenuo {
|
||||
/*
|
||||
BORDER-RIGHT: black 1px solid;
|
||||
BORDER-LEFT: black 3px solid
|
||||
BORDER-TOP: #FF0000 1px solid;
|
||||
BORDER-BOTTOM: #FF0000 1px solid;
|
||||
*/
|
||||
font: 8pt verdana, arial;
|
||||
font-color: black;
|
||||
text-align: center;
|
||||
BACKGROUND: #FFA600;
|
||||
}
|
||||
|
||||
.menuB {
|
||||
font: 10pt verdana, arial;
|
||||
text-align: center;
|
||||
BACKGROUND: #FFCC66;
|
||||
COLOR: #FFCC66;
|
||||
}
|
||||
|
||||
.menuL {
|
||||
color:#FFFFFF;
|
||||
background:#800000;
|
||||
font-size: 10pt;
|
||||
border-style : solid;
|
||||
border-left-width : 0;
|
||||
border-top-width : 0;
|
||||
border-bottom-width : 0;
|
||||
border-right-width : 0;
|
||||
}
|
||||
|
||||
/* formularios */
|
||||
input {
|
||||
background-color: #FFFFFF;
|
||||
border-width: 1;
|
||||
border-color: #cccccc;
|
||||
border-style: solid;
|
||||
color: #CC3333;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #FFFFFF;
|
||||
border-width: 1;
|
||||
border-color: #cccccc;
|
||||
border-style: solid;
|
||||
color: #CC3333;
|
||||
font-size: 10pt;
|
||||
}
|
Reference in New Issue
Block a user