Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1951 → Rev 1952

/trunk/widget/modules/saisie/squelettes/florileges/css/florileges.css
12,52 → 12,63
body {
background: url("../img/background/noise.png") repeat scroll 0 0, none repeat scroll 0 0 #524C47;
}
footer p{
color:white;
text-align:center;
 
footer p {
color: white;
text-align: center;
}
 
button img {
display:block;
display: block;
}
h1, h2 {
 
h1,
h2 {
font-size: 40px;
font-family:florileges;
font-family: florileges;
font-weight: normal;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
color:white;
font-family:arial;
font-size:11px;
color: white;
font-family: arial;
font-size: 11px;
line-height: 13px;
}
 
.droite {
text-align:right;
text-align: right;
}
 
.centre {
text-align:center;
text-align: center;
}
 
.modal-fenetre {
position:fixed;
z-index:1000;
top:0;
left:0;
height:100%;
width:100%;
background:#777;
background:rgba(90,86,93,0.7);
text-align:center;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #777;
background: rgba(90,86,93,0.7);
text-align: center;
}
 
.modal-contenu {
position:relative;
width:30%;
margin:0 auto;
top:30%;
position: relative;
width: 30%;
margin: 0 auto;
top: 30%;
}
 
.nom-sci {
font-style: italic;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Gestion des photos */
 
67,12 → 78,14
height: 130px;
margin: 5px;
}
 
#form-upload .miniature-img {
display: block;
height: 100px;
}
 
#form-upload .miniature-chargement {
height:100px;
height: 100px;
width: 100px;
}
 
84,37 → 97,43
.obs .obs-miniatures {
min-width: 150px;
margin-right: 5px;
background-color:#524C47;
background-color: #524C47;
padding: 4px 0;
}
 
.obs .miniature {
display: block;
height: 100px;
margin: 0 auto;
}
 
.defilement {
position: relative;
padding: 8px 0;
}
 
.defilement-control-zone {
display: block;
z-index:2;
z-index: 2;
position: absolute;
top: 0;
width: 50%;
height: 116px;
}
.defilement-control-zone.gauche{
 
.defilement-control-zone.gauche {
left: 0;
}
 
.defilement-control-zone.droite {
right: 0;
}
 
.defilement-control {
display: block;
position: absolute;
top: 35%;
width:20px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 17px;
127,9 → 146,11
opacity: 1;
background: none repeat scroll 0 0 #524C47;
}
 
.defilement-control.gauche {
left: 3%;
}
 
.defilement-control.droite {
right: 3%;
}
137,29 → 158,32
.defilement-miniatures-cache {
visibility: hidden;
}
 
.obs .miniature-cachee {
display: none;
}
 
.defilement-indicateurs {
list-style: none outside none;
margin: 0;
position: absolute;
left: 0;
bottom: 2px;
z-index: 5;
list-style: none outside none;
margin: 0;
position: absolute;
left: 0;
bottom: 2px;
z-index: 5;
}
 
.defilement-indicateurs li {
background-color: rgba(255, 255, 255, 0.25);
border-radius: 2px;
border: 1px solid lightgrey;
display: block;
float: left;
height: 4px;
margin-left: 2px;
text-indent: -999px;
width: 4px;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 2px;
border: 1px solid lightgrey;
display: block;
float: left;
height: 4px;
margin-left: 2px;
text-indent: -999px;
width: 4px;
}
 
.defilement-indicateurs .active {
background-color: #FFFFFF;
}
171,55 → 195,66
padding: 4px;
background: url("../img/background/noise.png") repeat scroll 0 0 white;
}
@media (min-width: 575px) and (max-width: 767px){
 
@media (min-width: 575px) and (max-width: 767px) {
.forcer-colonne [class*="span"] {
float: left;
margin-left: 2.12766%;
}
.forcer-colonne .span4 {
width: 31.6239%;
}
.forcer-colonne .span6 {
width: 48.9362%;
}
.forcer-colonne .span8 {
width: 65.9574%;
}
}
 
@media (min-width: 1600px) {
.container {
width: 1580px;
}
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Spécifique Florilèges */
.entete .intro {
background-color:#689E4B;
background:url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
color:white;
padding:5px;
background-color: #689E4B;
background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
color: white;
padding: 5px;
}
 
.entete .intro a {
color:#524C47;
color: #524C47;
}
 
/* Géolocalisation */
#map-canvas {
height:280px;
margin-bottom:5px;
height: 280px;
margin-bottom: 5px;
}
 
#map-canvas img {
max-width:none;
max-width: none;
}
 
.coordonnees-geo, .lat-lon-info {
font-size: 10px;
}
 
#info-commune {
text-align:right;
font-size:10px;
text-align: right;
font-size: 10px;
}
 
.afficher-coord {
font-size:10px;
font-size: 10px;
}
 
/* Observations */
226,55 → 261,68
#obs-titre {
margin-right: 20px;
}
 
#form-date {
margin: 10px 0;
line-height: 40px;
}
 
.ns-retenu {
font-weight:bold;
font-weight: bold;
}
 
.nn{
color:#3B9D3B;
color: #3B9D3B;
}
.obs .nom-sci{
font-size:1.5em;
font-weight:bold;
 
.obs .nom-sci {
font-size: 1.5em;
font-weight: bold;
}
.commune, .date{
font-size:1.3em;
font-weight:bold;
 
.commune,
.date {
font-size: 1.3em;
font-weight: bold;
}
.obs-action{
opacity:1;
 
.obs-action {
opacity: 1;
}
 
/* Validation du formulaire */
label.error {
font-weight: bold;
font-style:italic;
font-style: italic;
color: #B94A48;
padding: 0 8px;
}
 
label.valid {
display: inline-block;
text-indent: -9999px;
color: #468847;
width:0;
height:0;
padding:0;
width: 0;
height: 0;
padding: 0;
}
 
.control-group.error label {
font-weight: bold;
}
.error .horizontal-slider{
 
.error .horizontal-slider {
background: #B94A48;
}
 
.slider-holder + select + label.error {
clear: both;
}
 
#form-date .input-prepend input {
vertical-align:top;
vertical-align: top;
}
 
#form-date .input-prepend input + label.error {
display: block;
}
287,7 → 335,7
/*+--------------------------------------------------------------------------------------------------------+*/
/* SLIDERs */
.slider-on {
display:none;
display: none;
}
.slider-holder {
height: 25px;
296,17 → 344,21
padding-left: 40px;
padding-top: 30px;
}
 
.ui-widget-header {
background: url("../img/background/noise.png") #A1C886;
}
 
.horizontal-slider {
margin: 0 3%;
height: 9px !important;
width: 90%;
}
 
.horizontal-slider.ui-slider-horizontal .ui-slider-range-min {
border-radius: 5px 0 0 5px;
}
 
.slider-holder p {
float: left;
font-size: 10px;
313,17 → 365,21
text-align: center;
top: 10px;
}
 
.slider-holder p + p {
line-height: 1.5em;
}
 
.slider-holder .slider-legend {
margin: 0 3%;
}
 
.slider-holder .slider-legend p {
padding-top: 5px;
overflow: hidden;
word-wrap: break-word;
}
 
.horizontal-slider a.ui-slider-handle {
background: url("../img/icones/selecteur.png") no-repeat scroll 23px 20px transparent;
border: medium none;
341,9 → 397,11
width: 70px;
white-space: nowrap;
}
 
.ui-slider .ui-slider-handle {
font-size: 12px;
}
 
.ui-datepicker {
z-index: 2;
}