Subversion Repositories eFlore/Applications.cel

Rev

Rev 3826 | Details | Compare with Previous | Last modification | View Log | RSS feed

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