fices the UI

This commit is contained in:
Paul Schneider 2026-06-15 02:55:22 +01:00
commit c1f4d19975
1213 changed files with 375635 additions and 19738 deletions

View file

@ -1 +0,0 @@
nav{background:url(/images/haircut/coiffure.svg) no-repeat local;background-size:contain}

View file

@ -1,137 +0,0 @@
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body {
/* background-color: #04264f;
color:#000;*/
background-color: #0c0813;
color:#999;
}
h1,h2,h3,h4,h5,h6{color:#fff;}
.discussion {
color: white;
}
.notif {
color: #aaf;
}
.pv {
color: yellow;
font-style: bold;
}
.price {
color: #fff;
border: solid white 1px;
}
.total {
color: #fff;
background-color: #1f1c58;
border-color: white ;
}
.blog {
padding: 1em;
}
.blog a {
color: #FF8;
}
.blog a:active,
.blog a:hover {
color: #FAFA09;
}
tr.hiddenpost {
background-color: #130414;
}
a.bloglink {
text-shadow: 0px 0px 8px white;
}
a {
color: #FF8;
}
a:active,
a:hover {
color: #FAFA09;
}
.panel{
color: white;
background-color: #421824;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
button,
textarea {
background-color: #999;
color: #333;
}
.jumbotron {
background-color: #502020;
}
/* Set widths on image and video, since otherwise they use their native resolution */
/* .navbar-reac */
/* Carousel */
.carousel-caption-s p {
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
color: black;
background-color: rgba(256,256,256,.4);
}
.carousel-caption-s {
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
}
.carousel-inner .item {
/* background-color: #301010; */
color: #FF8;
}
@-webkit-keyframes mymove {
from {text-decoration-color: red;}
50% {text-decoration-color: blue;}
to {text-decoration-color: red;}
}
/* Standard syntax */
@keyframes mymove {
from {text-decoration-color: red;}
50% {text-decoration-color: blue;}
to {text-decoration-color: red;}
}
ul.actiongroup li a:hover {
background-color: rgba(128,128,128,.2);
color: red;
}
.display-field {
color: #FF8;
background-color: #502020;
}
.display-label {
color: #A0A0A0;
background-color: #210912;
}
footer {
color:rgb(128,128,128);
}
.meta {
color : #A0A0A0;
}

View file

@ -1,14 +0,0 @@
body{background-color:#0c0813;color:#999;}
h1,h2,h3,h4,h5,h6{color:#fff;}.discussion{color:white;}.notif{color:#aaf;}.pv{color:yellow;font-style:bold;}.price{color:#fff;border:solid white 1px;}.total{color:#fff;background-color:#1f1c58;border-color:white;}.blog{padding:1em;}.blog a{color:#FF8;}.blog a:active,.blog a:hover{color:#FAFA09;}
tr.hiddenpost{background-color:#130414;}
a.bloglink{text-shadow:0px 0px 8px white;}
a{color:#FF8;}
a:active,a:hover{color:#FAFA09;}.panel{color:white;background-color:#421824;}
input,select,button,textarea{background-color:#999;color:#333;}.jumbotron{background-color:#502020;}.carousel-caption-s p{text-shadow:3px 3px 7px rgba(0,0,0,0.8);-webkit-text-shadow:inset 0 3px 5px rgb(0,0,0);color:black;background-color:rgba(256,256,256,.4);}.carousel-caption-s{text-shadow:0 4px 8px rgba(0,0,0,.6);}.carousel-inner.item{color:#FF8;}@-webkit-keyframes mymove{from{text-decoration-color:red;}
50%{text-decoration-color:blue;}
to{text-decoration-color:red;}}@keyframes mymove{from{text-decoration-color:red;}
50%{text-decoration-color:blue;}
to{text-decoration-color:red;}}
ul.actiongroup li a:hover{background-color:rgba(128,128,128,.2);color:red;}.display-field{color:#FF8;background-color:#502020;}.display-label{color:#A0A0A0;background-color:#210912;}
footer{color:rgb(128,128,128);}.meta{color:#A0A0A0;}

View file

@ -1 +0,0 @@
nav{background:url(/images/yavsc.png) no-repeat local;background-size:contain}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1,388 +0,0 @@
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@-moz-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@-moz-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
.dropzone, .dropzone * {
box-sizing: border-box; }
.dropzone {
min-height: 150px;
border: 2px solid rgba(0, 0, 0, 0.3);
background: white;
padding: 20px 20px; }
.dropzone.dz-clickable {
cursor: pointer; }
.dropzone.dz-clickable * {
cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
cursor: pointer; }
.dropzone.dz-started .dz-message {
display: none; }
.dropzone.dz-drag-hover {
border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5; }
.dropzone .dz-message {
text-align: center;
margin: 2em 0; }
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px; }
.dropzone .dz-preview:hover {
z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 20px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
border: none; }
.dropzone .dz-preview .dz-remove:hover {
text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
opacity: 1; }
.dropzone .dz-preview .dz-details {
z-index: 20;
position: absolute;
top: 0;
left: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, 0.9);
line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, 0.8);
background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
-webkit-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
-webkit-filter: blur(8px);
filter: blur(8px); }
.dropzone .dz-preview .dz-image {
border-radius: 20px;
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
display: block;
z-index: 10; }
.dropzone .dz-preview .dz-image img {
display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in;
-moz-transition: opacity 0.4s ease-in;
-ms-transition: opacity 0.4s ease-in;
-o-transition: opacity 0.4s ease-in;
transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
-moz-animation: pulse 6s ease infinite;
-ms-animation: pulse 6s ease infinite;
-o-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 16px;
left: 50%;
top: 50%;
margin-top: -8px;
width: 80px;
margin-left: -40px;
background: rgba(255, 255, 255, 0.9);
-webkit-transform: scale(1);
border-radius: 8px;
overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
background: #333;
background: linear-gradient(to bottom, #666, #444);
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
-moz-transition: width 300ms ease-in-out;
-ms-transition: width 300ms ease-in-out;
-o-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 130px;
left: -10px;
width: 140px;
background: #be2626;
background: linear-gradient(to bottom, #be2626, #a92222);
padding: 0.5em 1.2em;
color: white; }
.dropzone .dz-preview .dz-error-message:after {
content: '';
position: absolute;
top: -6px;
left: 64px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #be2626; }

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1,84 +0,0 @@
/**
* jQuery Timepicker
* http://timepicker.co
*
* Enhances standard form input fields helping users to select (or type) times.
*
* Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
*/
.ui-timepicker-container {
position: absolute;
overflow: hidden;
box-sizing: border-box;
}
.ui-timepicker {
box-sizing: content-box;
display: block;
height: 205px;
list-style: none outside none;
margin: 0;
padding: 0 1px;
text-align: center;
}
.ui-timepicker-viewport {
box-sizing: content-box;
display: block;
height: 205px;
margin: 0;
padding: 0;
overflow: auto;
overflow-x: hidden; /* IE */
}
.ui-timepicker-standard {
/* overwrites .ui-widget */
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
/* overwrites .ui-widget-content */
background-color: #FFF;
border: 1px solid #AAA;
color: #222;
/* overwrites .ui-menu */
margin: 0;
padding: 2px;
}
.ui-timepicker-standard a {
border: 1px solid transparent;
color: #222;
display: block;
padding: 0.2em 0.4em;
text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
/* overwrites .ui-state-hover */
background-color: #DADADA;
border: 1px solid #999;
font-weight: normal;
color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
/* overwrites .ui-menu and .ui-menu-item */
/*clear: left;
float: left;*/
margin: 0;
padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.ui-timepicker-hidden {
/* overwrites .ui-helper-hidden */
display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
border: none;
}

View file

@ -1,474 +0,0 @@
.navbar-link,
.navbar-nav .dropdown>a,
.navbar-nav .dropdown>button
{
background-color: rgba(0, 0, 0, .2);
color: #9d9d9d;
border-radius: 2em;
padding: 1em;
}
.navbar-link:hover,
.navbar-link:focus,
.navbar-nav .dropdown>a:hover,
.navbar-nav .dropdown>button:hover,
.navbar-nav .dropdown>a:focus,
.navbar-nav .dropdown>button:focus
{
background-color: rgba(0, 0, 0, .4);
color: yellow;
}
.navbar .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
color: #fff;
background-color: #933;
}
.navbar .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
color: #9d9d9d;
background-color: #333;
}
.navbar .navbar-brand {
background-color: black;
color: white;
}
.navbar .navbar-brand:focus {
background-color: #aaa;
color: black;
}
.navbar-inverse .navbar-brand {
background-color: black;
color: white;
}
.navbar-inverse .navbar-brand:focus {
background-color: #9d9d9d;
color: white;
}
.ql-editor {
border: outset 1em rgb(238, 144, 62);
padding: 1em;
}
.badge {
margin: 1em;
}
.badge img {
height: 2em;
}
.row img {
max-width: 100%;
max-height: 6em;
}
main img {
max-width: 100%;
max-height: 100%;
}
.userinfo {
display: block;
padding: .8em;
margin: .6em;
background-repeat: no-repeat;
background-attachment: local;
background-size: contain;
background-image: url('/images/lis.svg');
overflow: auto;
padding-left: 2em;
}
.performer {
border-radius: 1.5em;
background-color: #f1e4f1;
padding: 1em;
}
.performer ul {
margin-left: 2.5em;
}
.smalltofhol {
align-self: left;
padding: .1em;
border-radius: 50%;
}
.commentmeta {
margin: .5em;
padding: .5em;
border-right: #444 dashed 1px;
border-top: #444 solid 1px;
}
.price {
font-weight: bold;
font-size: large;
padding: .2em;
margin: .2em;
}
.total {
font-weight: bold;
font-size: xx-large;
background-color: #f8f;
border: solid black 3px;
border-radius: 1em;
padding: .2em;
margin: .2em;
}
.blog {
padding: 1em;
}
.blog a {
font-weight: 900;
}
.blog a:active,
.blog a:hover {
outline: 0;
}
.discussion {
color: black;
}
.notif {
color: #555;
}
.pv {
color: #540;
font-style: bold;
}
.discussion {
font-family: monospace;
}
.notif {
color: #006;
font-family: monospace;
}
.pv {
color: #251;
font-family: monospace;
font-style: bold;
}
#targets {
display: block;
}
tr.visiblepost {
max-height: 3em;
}
tr.visiblepost img {
max-height: 3em;
}
tr.hiddenpost {
max-height: 2em;
background-color: #888;
font-size: smaller;
}
tr.hiddenpost img {
max-height: 3em;
}
a.bloglink {
font-weight: bold;
text-shadow: 0px 0px 8px black;
}
a {
font-weight: 900;
}
a:active,
a:hover {
outline: 0;
}
.panel {
display: inline-block;
padding: 1em;
margin: 1em;
color: #0d5175;
background-color: inherit;
border: solid #306cc6 1px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
button,
textarea {
background-color: #bbb;
color: #000;
}
.jumbotron {
padding: .5em;
}
.carousel .item .carousel-caption-s {
-webkit-transition: -webkit-transform 2s background-color 2s color 2s;
-moz-transition: transform 2s background-color 2s color 2s;
transition: transform 2s;
transform: scale3d(0, 0, 0);
-webkit-transform: scale3d(0, 0, 0);
}
.carousel .item.active .carousel-caption-s {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.disabled {
color: #999;
background-color: #555;
}
/* Set widths on image and video, since otherwise they use their native resolution */
.smallphoto {
max-height: 4em;
}
/* .navbar-reac */
/* Carousel */
.carousel-caption-s p {
-webkit-text-shadow: 3px 3px 7px rgb(0, 0, 0);
animation: mymove 4s infinite;
font-family: "Arial";
font-weight: 800;
font-size: x-large;
text-shadow: 3px 3px 7px rgb(0, 0, 60);
color: #fff;
background-color: rgba(94, 24, 194, .15);
border-radius: .5em;
}
.carousel-caption-s {
right: 3em;
top: 1em;
left: 3em;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
min-height: 16em;
overflow: auto;
}
.carousel-inner .item {
/* background-color: #301010; */
padding-left: 15%;
/* la taille du carousel-control */
padding-right: 15%;
/* la taille du carousel-control */
}
.carousel-indicators {
position: absolute;
z-index: 15;
padding: 0;
text-align: center;
list-style: none;
top: .1em;
height: 1em;
}
main.container {
padding-right: 1em;
padding-left: 1em;
margin-left: 1em;
margin-right: 1em;
}
@media (max-width: 767px) {
main.container {
padding-right: .3em;
padding-left: .3em;
margin-left: .3em;
margin-right: .3em;
}
.carousel-caption-s p {
margin: 0.2em;
padding: .2em;
}
}
@-webkit-keyframes mymove {
from {
text-decoration-color: red;
}
50% {
text-decoration-color: blue;
}
to {
text-decoration-color: red;
}
}
/* Standard syntax */
@keyframes mymove {
from {
text-decoration-color: red;
}
50% {
text-decoration-color: blue;
}
to {
text-decoration-color: red;
}
}
ul.actiongroup li {
display: inline;
}
ul.actiongroup li a:hover {
background-color: rgba(200, 200, 200, .6);
color: #400;
}
footer {
vertical-align: bottom;
padding: 1.5em;
}
.display-field {
font-kerning: none;
display: inline-flex;
color: #008;
}
.display-label {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-stretch: condensed;
display: inline-flex;
color: #ff8;
padding: .1em;
border-radius: .5em;
background-color: #210912;
}
footer {
color: rgb(128, 128, 128);
font-weight: bolder;
font-size: x-small;
}
.meta {
color: #444;
font-style: italic;
font-size: smaller;
}
.activity {
font-family: fantasy
}
.blogtitle {
display: inline-block;
font-size: x-large;
}
.blogphoto {
margin: 1em;
max-width: 100%;
max-height: 100%;
image-orientation: from-image; /* Utilise les données EXIF
de l'image */
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
.smalltext {
font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
}
div.chatbar {
border-bottom: rgb(24, 24, 167) solid 2px;
display: flex;
justify-content: space-between;
}
div.chatctl {
display: inline;
}
div.roomlist {
display:inline-block;
}
div.chatlist {
color: #008;
background-color: rgb(231, 229, 199);
overflow: auto;
max-height: 16em;
}
.chatlist {
max-height: 100%;
}
#chatview ul.notifs li.error {
color: #a94442;
background-color: white;
font-style: italic;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
border-bottom-style: ridge;
border-bottom-width: 1pt;
}
img.ptcroix {
margin: .4em;
}

View file

@ -1,28 +0,0 @@
.navbar-link,.navbar-nav.dropdown>a{background-color:rgba(0,0,0,.2);border-radius:2em;}.navbar-link:hover,.navbar-link:focus{background-color:rgba(0,0,0,.4);}.navbar.navbar-nav li a:hover,.navbar-inverse.navbar-nav li a:hover{color:#fff;background-color:#933;}.navbar.navbar-nav li a,.navbar-inverse.navbar-nav li a{color:#9d9d9d;background-color:#333;}.navbar.navbar-brand{background-color:unset;}.navbar.navbar-brand:focus{background-color:unset;}.navbar-inverse.navbar-brand{background-color:unset;}.navbar-inverse.navbar-brand:focus{background-color:unset;}.ql-editor{border:outset 1em rgb(238,144,62);padding:1em;}.badge{margin:1em;}.badge img{height:2em;}.row img{max-width:100%;max-height:6em;}
main img{max-width:100%;max-height:100%;}.userinfo{display:block;padding:.8em;margin:.6em;background-repeat:no-repeat;background-attachment:local;background-size:contain;background-image:url('/images/lis.svg');overflow:auto;padding-left:2em;}.performer{border-radius:1.5em;background-color:#f1e4f1;padding:1em;}.performer ul{margin-left:2.5em;}.smalltofhol{align-self:left;padding:.1em;border-radius:50%;}.commentmeta{margin:.5em;padding:.5em;border-right:#444 dashed 1px;border-top:#444 solid 1px;}.price{font-weight:bold;font-size:large;padding:.2em;margin:.2em;}.total{font-weight:bold;font-size:xx-large;background-color:#f8f;border:solid black 3px;border-radius:1em;padding:.2em;margin:.2em;}.blog{padding:1em;}.blog a{font-weight:900;}.blog a:active,.blog a:hover{outline:0;}.discussion{color:black;}.notif{color:#555;}.pv{color:#540;font-style:bold;}.discussion{font-family:monospace;}.notif{color:#006;font-family:monospace;}.pv{color:#251;font-family:monospace;font-style:bold;}#targets{display:block;}
tr.visiblepost{max-height:3em;}
tr.visiblepost img{max-height:3em;}
tr.hiddenpost{max-height:2em;background-color:#888;font-size:smaller;}
tr.hiddenpost img{max-height:3em;}
a.bloglink{font-weight:bold;text-shadow:0px 0px 8px black;}
a{font-weight:900;}
a:active,a:hover{outline:0;}.panel{display:inline-block;padding:1em;margin:1em;color:#0d5175;background-color:inherit;border:solid#306cc6 1px;}
input,select,button,textarea{background-color:#bbb;color:#000;}.jumbotron{padding:.5em;}.carousel.item.carousel-caption-s{-webkit-transition:-webkit-transform 2s background-color 2s color 2s;-moz-transition:transform 2s background-color 2s color 2s;transition:transform 2s;transform:scale3d(0,0,0);-webkit-transform:scale3d(0,0,0);}.carousel.item.active.carousel-caption-s{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}.disabled{color:#999;background-color:#555;}.smallphoto{max-height:4em;}.carousel-caption-s p{-webkit-text-shadow:3px 3px 7px rgb(0,0,0);animation:mymove 4s infinite;font-family:"Arial";font-weight:800;font-size:x-large;text-shadow:3px 3px 7px rgb(0,0,60);color:#fff;background-color:rgba(94,24,194,.15);border-radius:.5em;}.carousel-caption-s{right:3em;top:1em;left:3em;z-index:10;padding-top:20px;padding-bottom:20px;text-align:center;min-height:16em;overflow:auto;}.carousel-inner.item{padding-left:15%;padding-right:15%;}.carousel-indicators{position:absolute;z-index:15;padding:0;text-align:center;list-style:none;top:.1em;height:1em;}
main.container{padding-right:1em;padding-left:1em;margin-left:1em;margin-right:1em;}@media(max-width:767px){main.container{padding-right:.3em;padding-left:.3em;margin-left:.3em;margin-right:.3em;}.carousel-caption-s p{margin:0.2em;padding:.2em;}}@-webkit-keyframes mymove{from{text-decoration-color:red;}
50%{text-decoration-color:blue;}
to{text-decoration-color:red;}}@keyframes mymove{from{text-decoration-color:red;}
50%{text-decoration-color:blue;}
to{text-decoration-color:red;}}
ul.actiongroup li{display:inline;}
ul.actiongroup li a:hover{background-color:rgba(200,200,200,.6);color:#400;}
footer{vertical-align:bottom;padding:1.5em;}.display-field{font-kerning:none;display:inline-flex;color:#008;}.display-label{font-family:'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;font-stretch:condensed;display:inline-flex;color:#ff8;padding:.1em;border-radius:.5em;background-color:#210912;}
footer{color:rgb(128,128,128);font-weight:bolder;font-size:x-small;}.meta{color:#444;font-style:italic;font-size:smaller;}.activity{font-family:fantasy}.blogtitle{display:inline-block;font-size:x-large;}.blogphoto{margin:1em;max-width:100%;max-height:100%;image-orientation:from-image;}
body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
p{font-size:20px;}
p.small{font-size:16px;}.smalltext{font-size:10px;}
h1,h2,h3,h4,h5,h6{font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;}
div.chatbar{border-bottom:rgb(24,24,167)solid 2px;display:flex;justify-content:space-between;}
div.chatctl{display:inline;}
div.roomlist{display:inline-block;}
div.chatlist{color:#008;background-color:rgb(231,229,199);overflow:auto;max-height:16em;}.chatlist{max-height:100%;}#chatview ul.notifs li.error{color:#a94442;background-color:white;font-style:italic;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;border-bottom-style:ridge;border-bottom-width:1pt;}
img.ptcroix{margin:.4em;}

View file

@ -1,141 +0,0 @@
.grants-page .card {
margin-top: 20px;
border-bottom: 1px solid #fd8134; }
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold; }
.grants-page .card .card-title img {
width: 100px;
height: 100px; }
.grants-page .card label {
font-weight: bold; }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em;
background-color: #11415faa;
color: #ffffc8;
font-weight: bold;
padding: .5em; }
img.blogphoto {
max-width: 100%;
max-height: 100%; }
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em; }
.post {
background-color: #290505;
color: #c4fbff;
padding: .7em;
border-radius: 2em;
border: solid #b29e9e 2pt; }
.actiongroup {
float: right;
margin: .5em; }
.float-left {
float: left;
margin: .5em; }
a {
color: var(--blue); }
a.close {
cursor: pointer; }
address {
padding: .2em;
margin: .2em; }
.grants-page .card {
margin-top: 20px;
border-bottom: 1px solid lightgray; }
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold; }
.grants-page .card .card-title img {
width: 100px;
height: 100px; }
.grants-page .card label {
font-weight: bold; }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em;
background-color: #11415faa;
color: #ffffc8;
font-weight: bold;
padding: .5em; }
img.blogphoto {
max-width: 100%;
max-height: 100%; }
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em; }
.container {
background-color: #000000;
color: #e0e0e0;
padding: .5em;
margin: 0; }
.post {
background-color: #290505;
color: #c4fbff;
padding: .3em;
margin: .3em;
border-radius: 2em;
border: solid #b29e9e 2pt; }
.post .photo {
max-height: 100%;
max-width: 100%; }
.actiongroup {
float: right;
margin: .5em; }
.float-left {
float: left;
margin: .5em; }
body {
font: 1rem/1.5 var(--font-family-sans-serif);
color: #e0e0e0;
background-color: #000000; }
.card {
max-height: 20em;
max-width: 30em;
display: inline-table; }
.card .card-photo {
border: solid 1px #ffffffd4;
max-height: 15em;
max-width: 30em; }
.card .index-post-title {
display: inline; }
.display-label {
display: inline;
font-style: italic;
font-weight: 300; }
.display-field {
display: inline; }
.navbar-brand {
padding: .5em; }

View file

@ -1,7 +0,0 @@
{
"version": 3,
"mappings": "AACE,kBAAM;EACJ,UAAU,EAAE,IAAI;EAChB,aAAa,EAAE,mBAAmB;EAElC,8BAAY;IAMV,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IANjB,kCAAI;MACF,KAAK,EAAE,KAAK;MACZ,MAAM,EAAE,KAAK;EAOjB,wBAAM;IACJ,WAAW,EAAE,IAAI;;AAKvB,iCAAkC;EACjC,gBAAgB,EAAE,iPAAiP",
"sources": ["site.scss"],
"names": [],
"file": "site.css"
}

View file

@ -1,11 +0,0 @@
.grants-page.card{margin-top:20px;border-bottom:1px solid#fd8134;}.grants-page.card.card-title{font-size:120%;font-weight:bold;}.grants-page.card.card-title img{width:100px;height:100px;}.grants-page.card label{font-weight:bold;}.navbar-dark.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
div.carousel-inner>div.item>div.carousel-caption-s{margin:.5em;background-color:#11415faa;color:#ffffc8;font-weight:bold;padding:.5em;}
img.blogphoto{max-width:100%;max-height:100%;}
input[type='checkbox']{appearance:auto;min-width:1em;min-height:1em;}.post{background-color:#290505;color:#c4fbff;padding:.7em;border-radius:2em;border:solid#b29e9e 2pt;}.actiongroup{float:right;margin:.5em;}.float-left{float:left;margin:.5em;}
a{color:var(--blue);}
a.close{cursor:pointer;}
address{padding:.2em;margin:.2em;}.grants-page.card{margin-top:20px;border-bottom:1px solid lightgray;}.grants-page.card.card-title{font-size:120%;font-weight:bold;}.grants-page.card.card-title img{width:100px;height:100px;}.grants-page.card label{font-weight:bold;}.navbar-dark.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
div.carousel-inner>div.item>div.carousel-caption-s{margin:.5em;background-color:#11415faa;color:#ffffc8;font-weight:bold;padding:.5em;}
img.blogphoto{max-width:100%;max-height:100%;}
input[type='checkbox']{appearance:auto;min-width:1em;min-height:1em;}.container{background-color:#000000;color:#e0e0e0;padding:.5em;margin:0;}.post{background-color:#290505;color:#c4fbff;padding:.3em;margin:.3em;border-radius:2em;border:solid#b29e9e 2pt;}.post.photo{max-height:100%;max-width:100%;}.actiongroup{float:right;margin:.5em;}.float-left{float:left;margin:.5em;}
body{font:1rem/1.5 var(--font-family-sans-serif);color:#e0e0e0;background-color:#000000;}.card{max-height:20em;max-width:30em;display:inline-table;}.card.card-photo{border:solid 1px#ffffffd4;max-height:15em;max-width:30em;}.card.index-post-title{display:inline;}.display-label{display:inline;font-style:italic;font-weight:300;}.display-field{display:inline;}.navbar-brand{padding:.5em;}

View file

@ -1,217 +0,0 @@
$color: #e0e0e0;
$background-color: #000000;
$post-color: #c4fbff;
$post-background-color: #290505;
$post-border-color: rgb(178, 158, 158);
$card-border-color: rgb(253, 129, 52);
$card-photo-border-color: #ffffffd4;
$carousel-color: rgb(255, 255, 200);
$carousel-background-color: #11415faa;
$primary: #00c40d;
$danger: #dc0505d5;
.grants-page {
.card {
margin-top: 20px;
border-bottom: 1px solid $card-border-color;
.card-title {
img {
width: 100px;
height: 100px;
}
font-size: 120%;
font-weight: bold;
}
label {
font-weight: bold;
}
}
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
div.carousel-inner>div.item>div.carousel-caption-s {
margin: .5em;
background-color: $carousel-background-color;
color: $carousel-color;
font-weight: bold;
padding: .5em;
}
img.blogphoto {
max-width: 100%;
max-height: 100%;
}
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em;
}
.post {
background-color: $post-background-color;
color: $post-color;
padding: .7em;
border-radius: 2em;
border: solid $post-border-color 2pt;
}
.actiongroup {
float: right;
margin: .5em;
}
.float-left {
float: left;
margin: .5em;
}
a {
color: var(--blue);
}
a.close {
cursor: pointer;
}
address {
padding:.2em;
margin:.2em;
}
.grants-page .card {
margin-top: 20px;
border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold;
}
.grants-page .card .card-title img {
width: 100px;
height: 100px;
}
.grants-page .card label {
font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
div.carousel-inner>div.item>div.carousel-caption-s {
margin: .5em;
background-color: $carousel-background-color;
color: $carousel-color;
font-weight: bold;
padding: .5em;
}
img.blogphoto {
max-width: 100%;
max-height: 100%;
}
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em;
}
.container {
background-color: $background-color;
color: $color;
padding: .5em;
margin: 0;
}
.post {
background-color: $post-background-color;
color: $post-color;
padding: .3em;
margin: .3em;
border-radius: 2em;
border: solid $post-border-color 2pt;
.photo {
max-height: 100%;
max-width: 100%;
}
}
.actiongroup {
float: right;
margin: .5em;
}
.float-left {
float: left;
margin: .5em;
}
body {
font: 1rem/1.5 var(--font-family-sans-serif);
color: $color;
background-color: $background-color;
}
.card {
max-height: 20em;
max-width: 30em;
display: inline-table;
.card-photo {
border: solid 1px $card-photo-border-color;
max-height: 15em;
max-width: 30em;
}
.index-post-title {
display: inline;
}
}
.display-label {
display: inline;
font-style: italic;
font-weight: 300;
}
.display-field {
display: inline;
}
.navbar-brand
{
padding: .5em;
}
.badge-libre {
background-color: #2ecc71;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
font-weight: bold;
}
.badge-non-libre {
background-color: #e67e22;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
}