|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/academic/demo/SmartReport/wizard/styles/ |
Upload File : |
/* style name : GreyScale style */
/* Controls the page background colors and margings */
.MainPage {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #f6f6f6;
}
/* main table */
.MainTable {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #000000;
}
/* Report Title */
.Title{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
background-color: #d0d0d0;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #999999;
border-bottom-color: #999999;
}
/* Separator */
.Separator
{
}
/* The first grouping levels */
.MainGroup{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #333333;
background-color: #e0e0e0;
}
/* Any sub grouping levels */
.SubGroup {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #646464;
background-color: #e0e0e0;
}
/* records Table Header */
.TableHeader {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
border-top-width: 1px;
border-top-style: none;
background-color: #e0e0e0;
}
/* columns header */
.ColumnHeader{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #484848;
background-color:#d0d0d0;
}
/* Table Cell */
.TableCell {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #e3e3e3;
}
/* Alternate table�s cell (Toggling) */
.AlternateTableCell{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #f6f6f6;
}
/* navigation menu */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color:#999999;
border-color:#007649;
}
.menu_hover
{
color: #ffffff;
background-color:#b99999;
}
a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}
a:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}
/* page footer */
.TableFooter {
background-color:#d0d0d0;
}