Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3630 → Rev 3631

/trunk/widget/modules/photo/squelettes/css/photoCommun.css
New file
0,0 → 1,95
@CHARSET "UTF-8";
 
*,
*:active,
*:focus {
outline:none !important;
}
 
body {
font-family: Muli,sans-serif;
font-size: 0.8rem;
font-weight: 300;
color: #606060;
}
 
.h2, h2 {
font-size: 1.15rem;
}
 
.h3, h3 {
font-size: 1.05rem;
}
 
.label, label, .list-label {
font-weight: 700;
}
 
.list label, .list .label {
font-weight: 400;
}
 
ul {
padding: 0;
}
 
.hidden {
display: none !important;
}
 
.btn {
margin: 1rem 0;
}
 
.btn:not(.btn-outline-secondary),
.btn-outline-secondary:hover {
color:#fff;
}
 
.btn.btn-warning {
background-color: #e16e38;
}
 
.btn.btn-warning:hover {
background-color: #e6885b;
}
 
.btn.btn-success {
background-color: #a2b93b;
}
 
.btn.btn-success:hover {
background-color: #b3c954;
}
 
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #606060;
}
 
.cel-photo-source a {
color: #006979;
font-weight: 400;
}
 
.cel-infos a,
.cel-photo-source a,
#bloc-infos-img a {
border-bottom: 1px solid;
border-bottom: .1rem solid;
text-decoration: none !important;
-webkit-transition: background .2s ease;
-o-transition: background .2s ease;
transition: background .2s ease;
cursor: pointer;
}
 
.cel-infos a:hover,
.cel-photo-source a:hover {
background-color: rgba(0,105,121,.1);
}
 
.modal-header,
.modal-footer {
border : none;
}