office-gobmx/extras/source/misc_config/wizard/form/styles/dark.css
Pascal Junck 99fa8b5414 INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED
2004/10/22 09:38:41 tv 1.1.2.1: language independent files for form wizard
2004-10-27 11:48:49 +00:00

79 lines
1.5 KiB
CSS
Executable file

.doctitle {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}
.docdescription {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
color: #FFFFFF;
}
.docauthor {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
color: #FFFFFF;
}
.doccreationdate {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
}
.doclastchangeddate {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FF0000;
}
.docfilename {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
}
.docfileformatinfo {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
color: #FFFFFF;
}
.docnumberofpages {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
}
.docsizeinkb {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
}
body {
background-color: #999999;
background-image: url(images/background.gif);
}
.toctitle {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
background-color: #663300;
}
.tcolor {
background-color: #006633;
}
.ccolor {
background-color: #003300;
}
a:link {
font-family: "Times New Roman", Times, serif;
color: #EEEEEE;
}
a:visited {
font-family: "Times New Roman", Times, serif;
color: #CCCCCC;
}
a:active {
font-family: "Times New Roman", Times, serif;
color: #FF0000;
}