Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/dev.alliancerealty.nb.ca/adminAR/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/dev.alliancerealty.nb.ca/adminAR/css/ewpdf.scss
// Use Bootstrap 4 variables
@import "bootstrap/functions"; //***
@import "variables"; //***

// Report
$ThemeRptGrpColor1: #FFF5EE;
$ThemeRptGrpTextColor1: inherit;
$ThemeRptGrpSummaryColor1: #FFE4E1;
$ThemeRptGrpSummaryTextColor1: inherit;
$ThemeRptGrpColor2: inherit;
$ThemeRptGrpTextColor2: inherit;
$ThemeRptGrpSummaryColor2: inherit;
$ThemeRptGrpSummaryTextColor2: inherit;
$ThemeRptGrpColor3: #FFF5EE;
$ThemeRptGrpTextColor3: inherit;
$ThemeRptGrpSummaryColor3: #FFE4E1;
$ThemeRptGrpSummaryTextColor3: inherit;
$ThemeRptGrpColor4: inherit;
$ThemeRptGrpTextColor4: inherit;
$ThemeRptGrpSummaryColor4: inherit;
$ThemeRptGrpSummaryTextColor4: inherit;
$ThemeRptGrpColor5: #FFF5EE;
$ThemeRptGrpTextColor5: inherit;
$ThemeRptGrpSummaryColor5: #FFE4E1;
$ThemeRptGrpSummaryTextColor5: inherit;
$ThemeRptGrpColor6: inherit;
$ThemeRptGrpTextColor6: inherit;
$ThemeRptGrpSummaryColor6: inherit;
$ThemeRptGrpSummaryTextColor6: inherit;
$ThemeRptPageSummaryColor: #FFF0F5;
$ThemeRptPageSummaryTextColor: inherit;
$ThemeRptGrandSummaryColor: inherit;
$ThemeRptGrandSummaryTextColor: inherit;
body {
	background-color: inherit; // background color
	font-family: DejaVuSerif; // font name
	font-size: xx-small; // font size - DO NOT CHANGE!
}

// table for PDF export
.ew-table {
	border: 0;
	border-collapse: collapse;
	font-size: xx-small; // font size - DO NOT CHANGE!
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.ew-table td, .ew-table th {
	padding: 3px; // cell padding
	border: 0.5px solid;
	border-color: #D5D5D5; // border color
}
.ew-table .ew-table-header td, .ew-table .ew-table-header th {
	background-image: none; // remove header bg image
	background-color: #890D05; // header bgcolor
	color: #FFFFFF; // header font color
	vertical-align: top;
}

// row color
.ew-table .ew-table-row, .ew-table .ew-table-row td {
	background-color: #FFFFFF; // alt row color 1
}

// alternate row color
.ew-table .ew-table-alt-row, .ew-table .ew-table-alt-row td {
	background-color: #F8EDEF; // alt row color 2
}

// main table footer
.ew-table .ew-table-footer td {
	background-color: #F5F5F5; // footer color
}

// crosstab column row
.ew-table .ew-table-column-row {
	background-color: #F8EDEF; // alt row color 2
}

// groups
@mixin ew-rpt-grp($i, $color, $bgcolor, $summary-color, $summary-bgcolor) {

	// group #{$i}
	.ew-rpt-grp-header-#{$i} {
		color: $color;
		background-color: $bgcolor;
		font-weight: bold;
	}
	.ew-rpt-grp-header-#{$i} {
		a:link, a:active, a:visited {
			color: inherit;
			text-decoration: none;
		}
	}
	.ew-rpt-grp-field-#{$i} {
		background-color: $bgcolor;
	}
	.ew-rpt-grp-summary-#{$i} {
		color: $summary-color;
		background-color: $summary-bgcolor;
	}
}
@include ew-rpt-grp(1, $ThemeRptGrpTextColor1, $ThemeRptGrpColor1, $ThemeRptGrpSummaryTextColor1, $ThemeRptGrpSummaryColor1);
@include ew-rpt-grp(2, $ThemeRptGrpTextColor2, $ThemeRptGrpColor2, $ThemeRptGrpSummaryTextColor2, $ThemeRptGrpSummaryColor2);
@include ew-rpt-grp(3, $ThemeRptGrpTextColor3, $ThemeRptGrpColor3, $ThemeRptGrpSummaryTextColor3, $ThemeRptGrpSummaryColor3);
@include ew-rpt-grp(4, $ThemeRptGrpTextColor4, $ThemeRptGrpColor4, $ThemeRptGrpSummaryTextColor4, $ThemeRptGrpSummaryColor4);
@include ew-rpt-grp(5, $ThemeRptGrpTextColor5, $ThemeRptGrpColor5, $ThemeRptGrpSummaryTextColor5, $ThemeRptGrpSummaryColor5);
@include ew-rpt-grp(6, $ThemeRptGrpTextColor6, $ThemeRptGrpColor6, $ThemeRptGrpSummaryTextColor6, $ThemeRptGrpSummaryColor6);
.ew-rpt-grp-aggregate {
	font-weight: bold;
}
.ew-rpt-page-summary {
	color: inherit; // page summary text color
	background-color: #FFF0F5; // page total background color
}
.ew-rpt-grand-summary {
	color: inherit; // grand summary text color
	background-color: inherit; // grand summary background color
}

// for crosstab report only
.ew-rpt-col-summary {
	background-color: #890D05; // column summary
	color: #FFFFFF;
	border: 0;
}
.ew-rpt-col-header {
	background-color: #890D05; // column heading background color
	color: #FFFFFF; // column heading text color
	border: 0;
}

// export page break
.ew-page-break {
	page-break-before: always;
}

Hry