-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
103 lines (92 loc) · 1.47 KB
/
Copy pathstyle.css
File metadata and controls
103 lines (92 loc) · 1.47 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
103
h4
{
color: #2C3E50;
font-weight: 600;
background-color: #36D7B7;
margin-left: 10px;
margin-right: 10px;
padding-left: 4px;
border-radius: 3px;
}
#sums
{
margin-bottom: 20px;
}
.center_row
{
color:azure;
font-weight: 100;
text-align: center;
background-color: #019875 ;
margin-left: 150px;
margin-right: 150px;
padding-left: 4px;
margin-bottom: 20px;
border-radius: 3px;
}
.budget_realisation, .income_data, th, td
{
border: 1px solid black;
padding: 5px;
margin-left: 220px;
text-align: left;
background-color: #019875;
font-weight: 100;
font-size: 15px;
border-radius: 3px;
}
.budget_realisation, .income_data
{
margin-bottom: 20px;
}
th
{
color: white;
background-color: #1E824C;
font-weight: 700;
}
td
{
color: white;
}
.income__title
{
float: left;
margin-left: 20px;
color: azure;
margin-top: 20px;
margin-bottom: 3px;
}
.expenses__title
{
float: right;
margin-right: 20px;
color: azure;
margin-top: 20px;
margin-bottom: 3px;
}
.bilans
{
float: left;
color: azure;
margin-top: 20px;
margin-left: 150px;
margin-bottom: 10px;
}
#reportrange
{
background: #fff;
cursor: pointer;
padding: 5px 10px;
border: 1px solid #ccc;
width: 100%;
color:black;
opacity: 0;
}
.container_clearfix
{
border: 1px solid #ddd;
margin-top: 2px;
margin-bottom: 2px;
border-radius: 3px;
}