137 lines
3.3 KiB
CSS
137 lines
3.3 KiB
CSS
@media screen {
|
|
|
|
/* Enlaces */
|
|
a {
|
|
color: #FFFF00;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {color: #FF0000;}
|
|
|
|
/* Cuerpo */
|
|
body {
|
|
scrollbar-face-color: #0066CC;
|
|
scrollbar-shadow-color: #0099CC;
|
|
scrollbar-highlight-color: #0099CC;
|
|
scrollbar-3dlight-color: #0066CC;
|
|
scrollbar-darkshadow-color: black;
|
|
scrollbar-track-color: #000000;
|
|
scrollbar-arrow-color: #FFFFCE ;
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
text-align: justify;margin-right:5.0pt;
|
|
color: #00FFFF;
|
|
}
|
|
|
|
/* Tablas */
|
|
td, th {
|
|
font-size: 10pt;
|
|
color: #FFFFFF;
|
|
text-align: justify;margin-right:5.0pt;
|
|
}
|
|
td2 {
|
|
color: #00FFFF;
|
|
text-align: justify;margin-right:5.0pt;
|
|
}
|
|
.td3 {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
/* Estilo SubTexto */
|
|
.b2 {
|
|
font-size: 8pt;
|
|
color: #00FFFF;
|
|
|
|
}
|
|
|
|
|
|
/* OTROS POR REVISAR */
|
|
.wcBar{
|
|
color: #000000;
|
|
font: 8pt verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
letter-spacing: -1pt;
|
|
text-decoration: none;
|
|
}
|
|
.wcLink{
|
|
color: #FFFFFF;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
text-decoration: none;
|
|
}
|
|
.wcNormal{
|
|
color: #000000;
|
|
font: 12pt verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
letter-spacing: -1pt;
|
|
text-decoration: none;
|
|
}
|
|
.wcMenu{
|
|
color: #FFFF00;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
text-decoration: none;
|
|
}
|
|
.wcSubMenu{
|
|
color: #000000;
|
|
font: 8pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
text-decoration: none;
|
|
}
|
|
|
|
A:hover.wcBar {color: #FF0000;}
|
|
A:hover.wcLink{color: #FF0000;}
|
|
A:hover.wcMenu{color: #FFFFFF;background-color:#000000;}
|
|
A:hover.wcSubMenu{color: #FFFFFF;background-color:#000000;}
|
|
}
|
|
|
|
/******************************************************************************
|
|
* Printing styles. *
|
|
******************************************************************************/
|
|
|
|
@media print {
|
|
a, a.menuItem {
|
|
color: #808080 !important;
|
|
font-weight: normal !important;
|
|
}
|
|
body {
|
|
font-family: verdana, Arial, Helvetica, sans-serif !important;
|
|
font-size: 10pt !important;
|
|
}
|
|
body, #content {
|
|
background-image: none !important;
|
|
}
|
|
body, input, textarea, #titleBar, #copyright, #content, #menuBar {
|
|
background-color: #ffffff !important;
|
|
color: #000000 !important;
|
|
}
|
|
input, input.button, textarea, #titleBar, #copyright, #content, #menuBar {
|
|
border: 1px solid #000000 !important;
|
|
}
|
|
|
|
input.button {
|
|
background-color: #e0e0e0 !important;
|
|
color: #000000;
|
|
}
|
|
|
|
textarea {
|
|
scrollbar-base-color: #e0e0e0 !important;
|
|
}
|
|
a.menuButton, a.menuButtonActive {
|
|
background-color: #e0e0e0 !important;
|
|
border-width: 0px !important;
|
|
color: #000000 !important;
|
|
font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: bold !important;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
}
|
|
}
|
|
|