This repository was archived by the owner on Jul 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
102 lines (91 loc) · 1.23 KB
/
default.css
File metadata and controls
102 lines (91 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@CHARSET "UTF-8";
body
{
background-color:white;
text-align:center;
}
@page {
size: 11in 8.5in;
margin: 1cm;
}
p {
page-break-after: always
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('resources/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
h1
{
font-size:36pt;
}
h2
{
color:black;
font-weight:bold;
}
table
{
border-collapse:collapse;
font-family: Arial;
border:1px solid black;
padding:2cm;
page-break-inside:auto;
}
td,th
{
border:1px solid black;
color:blue;
text-align:left;
white-space: nowrap;
}
th
{
font-weight:bold;
color:black;
}
tr
{
page-break-inside:avoid;
font-size:10pt;
}
#removeMe{
border: none;
float: right;
padding: 9px;
background: url('resources/x.png');
}
.colhead
{
white-space: nowrap;
}
.value
{
color:blue;
float:left;
white-space: nowrap;
}
.subvalue
{
color: grey;
float: left;
white-space: nowrap;
padding-left: 5px;
}
.delta
{
color:red;
float: right;
text-align:right;
padding-left: 5px;
white-space: nowrap;
}
.SalePrice,.SalePrice\/Sqft
{
text-align:right;
}