git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
75 lines
773 B
CSS
75 lines
773 B
CSS
body {
|
|
|
|
font-family:Tahoma, Arial, Verdana;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #000033;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-family: Tahoma, Arial, Verdana;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FF0000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
table, table.view {
|
|
|
|
font-size : xx-small;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-family: Tahoma, Arial, Verdana;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #535353;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.caption {
|
|
|
|
font-family: Tahoma, Arial, Verdana;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #AC5D00;
|
|
|
|
}
|
|
|
|
.comment {
|
|
|
|
font-family: Tahoma, Arial, Verdana;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.sectiontableheader {
|
|
|
|
background-color : #0099FF;
|
|
|
|
color : #FFFFFF;
|
|
|
|
font-weight : bold;
|
|
|
|
} |