git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
58 lines
846 B
CSS
58 lines
846 B
CSS
/* css for help.files of components inside MGFi
|
|
* last_edit: 2006.05.10
|
|
*/
|
|
body {
|
|
font-family : verdana, arial, sans-serif;
|
|
font-size : 76%;
|
|
color : #333333;
|
|
}
|
|
|
|
img {
|
|
border : none;
|
|
}
|
|
|
|
h1 {
|
|
color : #30559C;
|
|
font-size : 112%;
|
|
border-left : 25px solid #30559C;
|
|
border-bottom : 1px solid #30559C;
|
|
padding : 0 0 2px 5px;
|
|
}
|
|
|
|
.header {
|
|
font-size : 108%;
|
|
font-weight : bold;
|
|
}
|
|
|
|
.docinfo {
|
|
float : left;
|
|
text-align : left;
|
|
font-size : 93%;
|
|
color : #30559C;
|
|
}
|
|
.close {
|
|
float : right;
|
|
text-align : right;
|
|
}
|
|
|
|
.warningHeader {
|
|
color : #CC0000;
|
|
font-weight : bold;
|
|
}
|
|
.warning {
|
|
margin : 2px;
|
|
padding : 3px;
|
|
border : 1px solid #999999;
|
|
background : #FFDDDD;
|
|
}
|
|
.warning:hover {
|
|
border : 1px solid #FF0000;
|
|
margin : 2px;
|
|
padding : 3px;
|
|
}
|
|
|
|
li {
|
|
font-weight : bold;
|
|
}
|
|
|