Subversion Repositories eFlore/Applications.cel

Rev

Rev 3631 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3631 Rev 3826
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
 
2
 
3
*,
3
*,
4
*:active,
4
*:active,
5
*:focus {
5
*:focus {
6
	outline:none !important;
6
	outline:none !important;
7
}
7
}
8
 
8
 
9
body {
9
body {
10
    font-family: Muli,sans-serif;
10
    font-family: Muli,sans-serif;
11
  	font-size: 0.8rem;
11
  	font-size: 0.8rem;
12
  	font-weight: 300;
12
  	font-weight: 300;
13
  	color: #606060;
13
  	color: #606060;
14
}
14
}
15
 
15
 
16
.h2, h2 {
16
.h2, h2 {
17
	font-size: 1.15rem;
17
	font-size: 1.15rem;
18
}
18
}
19
 
19
 
20
.h3, h3 {
20
.h3, h3 {
21
	font-size: 1.05rem;
21
	font-size: 1.05rem;
22
}
22
}
23
 
23
 
24
.label, label, .list-label {
24
.label, label, .list-label {
25
	font-weight: 700;
25
	font-weight: 700;
26
}
26
}
27
 
27
 
28
.list label, .list .label {
28
.list label, .list .label {
29
	font-weight: 400;
29
	font-weight: 400;
30
}
30
}
31
 
31
 
32
ul {
32
ul {
33
	padding: 0;
33
	padding: 0;
34
}
34
}
35
 
35
 
36
.hidden {
36
.hidden {
37
	display: none !important;
37
	display: none !important;
38
}
38
}
39
 
39
 
40
.btn {
40
.btn {
41
	margin: 1rem 0;
41
	margin: 1rem 0;
42
}
42
}
43
 
43
 
44
.btn:not(.btn-outline-secondary),
44
.btn:not(.btn-outline-secondary),
45
.btn-outline-secondary:hover {
45
.btn-outline-secondary:hover {
46
	color:#fff;
46
	color:#fff;
47
}
47
}
48
 
48
 
49
.btn.btn-warning {
49
.btn.btn-warning {
50
	background-color: #e16e38;
50
	background-color: #e16e38;
51
}
51
}
52
 
52
 
53
.btn.btn-warning:hover {
53
.btn.btn-warning:hover {
54
	background-color: #e6885b;
54
	background-color: #e6885b;
55
}
55
}
56
 
56
 
57
.btn.btn-success {
57
.btn.btn-success {
58
	background-color: #a2b93b;
58
	background-color: #a2b93b;
59
}
59
}
60
 
60
 
61
.btn.btn-success:hover {
61
.btn.btn-success:hover {
62
	background-color: #b3c954;
62
	background-color: #b3c954;
63
}
63
}
64
 
64
 
65
select:-moz-focusring {
65
select:-moz-focusring {
66
    color: transparent;
66
    color: transparent;
67
    text-shadow: 0 0 0 #606060;
67
    text-shadow: 0 0 0 #606060;
68
}
68
}
69
 
69
 
70
.cel-photo-source a {
70
.cel-photo-source a {
71
	color: #006979;
71
	color: #006979;
72
	font-weight: 400;
72
	font-weight: 400;
73
}
73
}
74
 
74
 
75
.cel-infos a,
75
.cel-infos a,
76
.cel-photo-source a,
76
.cel-photo-source a,
77
#bloc-infos-img a {
77
#bloc-infos-img a {
78
	border-bottom: 1px solid;
78
	border-bottom: 1px solid;
79
	border-bottom: .1rem solid;
79
	border-bottom: .1rem solid;
80
	text-decoration: none !important;
80
	text-decoration: none !important;
81
	-webkit-transition: background .2s ease;
81
	-webkit-transition: background .2s ease;
82
	-o-transition: background .2s ease;
82
	-o-transition: background .2s ease;
83
	transition: background .2s ease;
83
	transition: background .2s ease;
84
	cursor: pointer;
84
	cursor: pointer;
85
}
85
}
86
 
86
 
87
.cel-infos a:hover,
87
.cel-infos a:hover,
88
.cel-photo-source a:hover {
88
.cel-photo-source a:hover {
89
    background-color: rgba(0,105,121,.1);
89
    background-color: rgba(0,105,121,.1);
90
}
90
}
91
 
91
 
92
.modal-header,
92
.modal-header,
93
.modal-footer {
93
.modal-footer {
94
	border : none;
94
	border : none;
95
}
95
}
-
 
96
 
-
 
97
.todo {
-
 
98
	display: none !important;
-
 
99
}
96
100