diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index ef81d2f..2bd0460 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -3,18 +3,10 @@ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; - height: 100%; - width: 100% } body { margin: 0; - background-image:url("../pictures/homePic/fond.jpg"); - background-attachment:fixed; - background-repeat:no-repeat; - background-position:100% 100%; - background-size:cover; } - article, aside, details, @@ -2334,14 +2326,13 @@ output { line-height: 1.42857143; color: #555555; } - .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; - line-height: 1.5; + line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; @@ -2730,7 +2721,7 @@ select[multiple].form-group-lg .form-control { touch-action: manipulation; cursor: pointer; background-image: none; - border: 1px solid #0066FF; + border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; @@ -2818,29 +2809,9 @@ fieldset[disabled] .btn-default.active { background-color: #333333; } .btn-primary { - /*color: #ffffff; + color: #ffffff; background-color: #337ab7; - border-color: #2e6da4;*/ - - /*border-radius*/ - -webkit-border-radius: 5px; - -moz-border-radius: 1px; - border-radius: 3px; - color: white; - font-size: 12px; - font-weight : normal; - border-top: 1px solid #3B96D7; - padding-left: 15px; - padding-right: 15px; - background: rgb(98,186,236); - background: -moz-linear-gradient(top, rgba(98,186,236,1) 0%, rgba(18,128,211,1) 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,186,236,1)), color-stop(100%,rgba(18,128,211,1))); - background: -webkit-linear-gradient(top, rgba(98,186,236,1) 0%,rgba(18,128,211,1) 100%); - background: -o-linear-gradient(top, rgba(98,186,236,1) 0%,rgba(18,128,211,1) 100%); - background: -ms-linear-gradient(top, rgba(98,186,236,1) 0%,rgba(18,128,211,1) 100%); - background: linear-gradient(top, rgba(98,186,236,1) 0%,rgba(18,128,211,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62baec', endColorstr='#1280d3',GradientType=0 ); - + border-color: #2e6da4; } .btn-primary:hover, .btn-primary:focus, @@ -2849,27 +2820,13 @@ fieldset[disabled] .btn-default.active { .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #ffffff; - background: rgb(55,148,216); - background: -moz-linear-gradient(top, rgba(55,148,216,1) 0%, rgba(3,81,184,1) 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,148,216,1)), color-stop(100%,rgba(3,81,184,1))); - background: -webkit-linear-gradient(top, rgba(55,148,216,1) 0%,rgba(3,81,184,1) 100%); - background: -o-linear-gradient(top, rgba(55,148,216,1) 0%,rgba(3,81,184,1) 100%); - background: -ms-linear-gradient(top, rgba(55,148,216,1) 0%,rgba(3,81,184,1) 100%); - background: linear-gradient(top, rgba(55,148,216,1) 0%,rgba(3,81,184,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794d8', endColorstr='#0351b8',GradientType=0 ); + background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - background: #4f85bb; /* Old browsers */ -background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%); /* FF3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* Chrome,Safari4+ */ -background: -webkit-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Chrome10+,Safari5.1+ */ -background: -o-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Opera 11.10+ */ -background: -ms-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* IE10+ */ -background: linear-gradient(to bottom, #4f85bb 0%,#4f85bb 100%); /* W3C */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); + background-image: none; } .btn-primary.disabled, .btn-primary[disabled], @@ -3474,13 +3431,6 @@ tbody.collapse.in { clip: rect(0, 0, 0, 0); pointer-events: none; } - -.form-group img -{ - width: 2%; - height: 2%; -} - .input-group { position: relative; display: table; @@ -5385,14 +5335,11 @@ a.list-group-item-danger.active:focus { padding-bottom: 75%; } .well { - min-height: 10px; + min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: #015402; - color : white; - font-weight: bold; - font-size: 15px; - border: 5px solid #7F2403; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } @@ -5401,12 +5348,8 @@ a.list-group-item-danger.active:focus { border-color: rgba(0, 0, 0, 0.15); } .well-lg { - padding: 15px; - margin: 5%; - margin-left : 40%; - margin-right: 40%; + padding: 24px; border-radius: 6px; - } .well-sm { padding: 9px; @@ -5785,20 +5728,15 @@ button.close { overflow: hidden; width: 100%; } - .carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; } - .carousel-inner > .item > img, -.carousel-inner > .item > a > img -{ +.carousel-inner > .item > a > img { line-height: 1; } - - @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform 0.6s ease-in-out; @@ -5835,7 +5773,6 @@ button.close { } .carousel-inner > .active { left: 0; - } .carousel-inner > .next, .carousel-inner > .prev { @@ -5941,23 +5878,17 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid transparent; /*#ffffff; */ /*cerclage du rond */ + border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; - background-color: white; /*#000 \9;*/ - - + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); } -.carousel-indicators .active -{ +.carousel-indicators .active { margin: 0; width: 12px; height: 12px; - background: #39CEF0; - -moz-box-shadow: 0px 1px 2px 0px #656565; --webkit-box-shadow: 0px 1px 2px 0px #656565; --o-box-shadow: 0px 1px 2px 0px #656565; -box-shadow: 0px 1px 2px 0px #656565; + background-color: #ffffff; } .carousel-caption { position: absolute; @@ -5967,7 +5898,7 @@ box-shadow: 0px 1px 2px 0px #656565; z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: *#ffffff; + color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6299,6 +6230,4 @@ body, label, .checkbox label { font-weight: 300; -} - -html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-big-pointer.png'), auto !important; } +} \ No newline at end of file diff --git a/SRC/resources/views/admin.blade.php b/SRC/resources/views/admin.blade.php index 34120ea..44b737b 100755 --- a/SRC/resources/views/admin.blade.php +++ b/SRC/resources/views/admin.blade.php @@ -50,14 +50,14 @@    @if ($user->droits == 0) -
+
- - -
- - -
- -
-
- Mes filtres - - - - - - - - - - - - - -
Montagne: noireSupprimer
couleur: bleuSupprimer
âge: 10 ansSupprimer
-
-
+ + + Recherche avancée
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ + +
+ + Résultat de ma recherche Sélectionner tout -- Annuler sélection