Subversion Repositories eFlore/Applications.cel

Rev

Rev 3217 | Rev 3240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3217 Rev 3239
Line 4... Line 4...
4
  font-family: Muli,sans-serif;
4
  font-family: Muli,sans-serif;
5
  font-size: 0.8rem;
5
  font-size: 0.8rem;
6
  font-weight: 300;
6
  font-weight: 300;
7
}
7
}
Line -... Line 8...
-
 
8
 
-
 
9
#zone-appli {
-
 
10
  padding: 2rem;
-
 
11
  border-radius: 0.3rem;
-
 
12
  background-color: rgba(255, 255, 255, 0.9);
-
 
13
  margin-top: 2rem;
-
 
14
}
8
 
15
 
9
h1, h2, h3, h4, h5 {
16
h1, h2, h3, h4, h5 {
10
  font-family: Muli,sans-serif;
17
  font-family: Muli,sans-serif;
Line 11... Line 18...
11
}
18
}
Line 272... Line 279...
272
 
279
 
273
.navbar.navbar-default {
280
.navbar.navbar-default {
274
  margin-bottom: 0;
281
  margin-bottom: 0;
Line 275... Line -...
275
}
-
 
276
 
-
 
277
.open > a {
-
 
278
  outline: 0;
-
 
279
}
282
}
280
 
283
 
281
.dropdown {
284
.volet {
Line 282... Line 285...
282
  height: 5rem;
285
  height: 5rem;
283
}
286
}
284
 
287
 
Line 285... Line -...
285
#anonyme {
-
 
286
  height: auto;
-
 
287
}
-
 
288
 
-
 
289
#zone-courriel-confirmation {
288
#anonyme {
290
 
289
  height: auto;
291
}
290
}
292
 
291
 
293
#bouton-connexion,
292
#bouton-connexion,
Line 313... Line 312...
313
#bouton-connexion label,
312
#bouton-connexion label,
314
#creation-compte label {
313
#creation-compte label {
315
  width: 100%;
314
  width: 100%;
316
}
315
}
Line 317... Line 316...
317
 
316
 
318
.navbar-default .navbar-nav > .dropdown #bouton-anonyme,
317
.navbar-default .navbar-nav > .volet #bouton-anonyme,
319
.navbar-default .navbar-nav > .dropdown #bouton-inscription {
318
.navbar-default .navbar-nav > .volet #bouton-inscription {
320
  width: auto;
319
  width: auto;
Line 321... Line 320...
321
}
320
}
322
 
-
 
323
.navbar-default .navbar-nav > .dropdown > a  {
-
 
324
/*  width: auto;
-
 
325
  position: relative;*/
-
 
326
/*  border: 1px solid #ccc;
321
 
327
  border: 1px solid rgba(0,0,0,.15);*/
322
.navbar-default .navbar-nav > .volet > a  {
Line 328... Line 323...
328
  margin-left: 0.2rem;
323
  margin-left: 0.2rem;
329
}
324
}
Line 338... Line 333...
338
.navbar-default .navbar-nav #bouton-connexion a:hover {
333
.navbar-default .navbar-nav #bouton-connexion a:hover {
339
  background-color: #a2b93b;
334
  background-color: #a2b93b;
340
  border-color: #9ab227;
335
  border-color: #9ab227;
341
}
336
}
Line 342... Line 337...
342
 
337
 
343
.navbar-default .navbar-nav #utilisateur-connecte.dropdown {
338
.navbar-default .navbar-nav #utilisateur-connecte.volet {
344
  padding-left: 2rem;
339
  padding-left: 2rem;
Line 345... Line 340...
345
}
340
}
346
 
341
 
347
.navbar-default .navbar-nav #utilisateur-connecte.dropdown > a {
342
.navbar-default .navbar-nav #utilisateur-connecte.volet > a {
Line -... Line 343...
-
 
343
  margin-left: 0;
-
 
344
}
-
 
345
 
-
 
346
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur,
-
 
347
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion {
-
 
348
  padding: 0 0.75rem;
348
  margin-left: 0;
349
  margin: 0.2rem 0;
349
}
350
}
350
 
351
 
351
.navbar-default .navbar-nav #utilisateur-connecte.dropdown.open .dropdown-menu a {
352
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a {
352
  font-size: 0.8rem;
353
  font-size: 0.8rem;
353
  font-weight: 400;
354
  font-weight: 400;
354
  color: #606060;
355
  color: #606060;
355
  background: inherit;
356
  background: inherit;
356
  text-decoration: none;
357
  text-decoration: none;
357
  display: block;
358
  display: block;
-
 
359
  width: 100%;
358
  width: 100%;
360
  padding-left: 5px;
Line -... Line 361...
-
 
361
  line-height: 25px;
359
  padding-left: 5px;
362
  outline: 0;
-
 
363
}
360
  line-height: 25px;
364
 
361
}
365
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:hover,
362
 
-
 
363
.navbar-default .navbar-nav #utilisateur-connecte.dropdown.open .dropdown-menu a:hover,
366
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:hover,
Line -... Line 367...
-
 
367
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:focus,
364
.navbar-default .navbar-nav #utilisateur-connecte.dropdown.open .dropdown-menu a:focus {
368
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:focus {
365
  background: #1e90ff;
369
  background: #1e90ff;
366
  color: #fff;
370
}
367
}
-
 
368
 
-
 
369
/*.navbar-default .navbar-nav .dropdown .dropdown-toggle::after {
-
 
370
  display: none;
-
 
371
}
-
 
Line 372... Line -...
372
*/
-
 
373
/*.navbar-default .navbar-nav > #utilisateur-connecte.open > a:focus,
-
 
374
.navbar-default .navbar-nav > .dropdown#utilisateur-connecte > a:hover {
-
 
375
  border-right: 3px solid #92ad27;
-
 
376
}*/
-
 
377
 
-
 
378
.navbar-right .dropdown-menu {
-
 
379
/*  left: auto;
371
 
380
  right: 0;*/
372
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:hover,
381
}
-
 
382
.navbar-nav .open > .dropdown-menu {
-
 
383
  display: inline-block;
-
 
384
}
373
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:focus {
385
.navbar-nav .dropdown-menu {
374
  color: #fff;
386
  position: absolute;
-
 
387
  left: 0;
-
 
388
  right: 0;
375
}
389
  top: 100%;
376
 
390
  z-index: 1000;
377
.navbar-nav .volet-menu {
391
  min-width: auto;
378
  position: absolute;
392
  margin-top: -10px;
379
  z-index: 1000;
393
  margin-left: 1.9rem;
380
  min-width: auto;
394
  list-style: none;
381
  list-style: none;
395
  background-color: #fff;
-
 
396
  border: 1px solid #ccc;
382
  background-color: #fff;
Line 397... Line 383...
397
  border: 1px solid rgba(0, 0, 0, 0.15);
383
  border: 1px solid #ccc;
398
  border-radius: 4px;
384
  border: 1px solid rgba(0, 0, 0, 0.15);
399
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
385
  border-radius: 4px;
Line -... Line 386...
-
 
386
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-
 
387
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-
 
388
}
-
 
389
 
-
 
390
.volet-menu div a {
-
 
391
  color: #222;
-
 
392
}
400
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
393
 
Line 401... Line 394...
401
  background-clip: padding-box;
394
.navbar-default .navbar-nav #utilisateur-connecte .volet-toggle::after {
402
}
395
  font-family: "Font Awesome 5 Free";
403
 
396
  font-size: 0.8rem;
Line 507... Line 500...
507
  margin: 0.5rem;
500
  margin: 0.5rem;
508
}
501
}
Line 509... Line 502...
509
 
502
 
Line -... Line 503...
-
 
503
/*************************************************************************/
-
 
504
 
-
 
505
 .range-values {
-
 
506
  color: #606060;
-
 
507
}
-
 
508
 
-
 
509
.range-live-value {
-
 
510
  padding-top: 1rem;
-
 
511
  font-size: 1rem;
510
/*************************************************************************/
512
}
Line 511... Line 513...
511
 
513
 
512
/*******************************************/
514
/*******************************************/
513
 
515
 
Line 658... Line 660...
658
.defilement-miniatures-gauche:hover,
660
.defilement-miniatures-gauche:hover,
659
.defilement-miniatures-droite:hover {
661
.defilement-miniatures-droite:hover {
660
  color: #499fb7;
662
  color: #499fb7;
661
}
663
}
Line -... Line 664...
-
 
664
 
-
 
665
#zone-prenom-nom #prenom,
-
 
666
#zone-prenom-nom #nom {
-
 
667
  z-index: 0;
Line 662... Line 668...
662
 
668
}
663
 
669
 
664
#transmettre-obs{
670
#transmettre-obs{
Line 675... Line 681...
675
 
681
 
676
.help-button {
682
.help-button {
677
  float: right;
683
  float: right;
Line -... Line 684...
-
 
684
}
-
 
685
 
-
 
686
#image-fond {
-
 
687
  position: fixed;
-
 
688
  top:0;
-
 
689
  bottom: 0;
-
 
690
  left: 0;
-
 
691
  right: 0;
-
 
692
  z-index: -1;
-
 
693
  min-width: 100%;
-
 
694
  background-attachment: fixed;
-
 
695
  margin: 0;
-
 
696
  padding: 0;
-
 
697
}
-
 
698
 
-
 
699
.modal-open, body.modal-open {
-
 
700
  overflow: inherit !important;
678
}
701
}
Line 679... Line 702...
679
 
702
 
680
/*************************************/
703
/*************************************/
681
 
704