Advertisement
Guest User

Untitled

a guest
May 24th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.67 KB | None | 0 0
  1.  html {   font-size: 62.5%; } body.EspaceIndex {   font-family: "Montserrat", Arial, Verdana, Geneva, Helvetica, sans-serif;   font-weight: 400;   font-size: 1.1rem;   line-height: 1.2;   margin: 0;   padding: 0; } .Bandeau {   padding: 5px;   text-transform: none;   font-weight: bold;   font-size: 11px;   background-color: white; } .Cadre {   border-width: 0.05em;   border-style: solid;   padding: 0.3em; } .Debug {   position: absolute;   z-index: 2000;   background-color: white;   left: 250px;   top: 0;   height: 40px;   width: 500px;   overflow: auto;   font-size: 11px; } * {   outline: none; } html {   height: 100%;   scroll-behavior: smooth;   -webkit-text-size-adjust: 100%;   -moz-text-size-adjust: 100%;   -ms-text-size-adjust: 100%;   text-size-adjust: 100%; } body {   width: 100%;   height: 100%;   margin: 0;   overscroll-behavior-y: contain; } div#div {   display: flex;   flex-direction: column; } .EspaceIndex div#div > .interface_affV {   flex: 1 1 auto;   height: 100%; } .checkbox {   padding: 0 0 0 0;   margin: 0 0 0 0;   border: 0; } textarea {   resize: none;   -moz-resize: none;   box-sizing: border-box; } input {   box-sizing: border-box;   padding: 1px;   margin: 0; } input, textarea {   font-family: inherit;   font-size: inherit;   font-weight: inherit; } textarea, svg {   vertical-align: top; } img {   vertical-align: middle; } .SansSelectionTexte {   -moz-user-select: -moz-none;   -webkit-user-select: none;   -webkit-touch-callout: none;   -ms-user-select: none;   -moz-user-select: none; } input, textarea, .AvecSelectionTexte {   -moz-user-select: text;   -webkit-user-select: text;   -webkit-touch-callout: text;   -ms-user-select: text;   user-select: text; } table {   empty-cells: show; } fieldset {   padding: 3px 6px 8px 6px; } .Insecable {   white-space: pre; } .Collapse {   border-collapse: collapse; } .Selection {   background-color: #3399ff;   color: white; } .ThemeAccessible .Selection {   background-color: #7b7b7b; } .BorderInvisible {   border-left: 1px solid transparent;   border-right: 1px solid transparent; } .NoBorder {   border: none; } .MargeHaut {   margin-top: 5px; } .MargeBas {   margin-bottom: 5px; } .MargeDroit {   margin-right: 5px; } .MargeGauche {   margin-left: 5px; } .Zone {   border-width: 0.05em;   border-style: solid;   padding: 0.3em;   margin-top: 0.6em; } .TitreZone {   position: relative;   width: 10px;   top: -1em;   padding: 0.1em;   border-width: 0.1em;   border-style: solid; } .hide, .Fiche {   visibility: hidden; } .show {   visibility: visible; } .Masquer {   display: none; } .BloquerInterface {   position: fixed;   z-index: 1000;   left: 0;   top: 0;   width: 100%;   height: 100%;   background-color: white;   filter: alpha(opacity=0.1);   -moz-opacity: 0.01;   opacity: 0.01; } .VoileOpaque {   background-color: white;   filter: alpha(opacity=50);   -moz-opacity: 0.5;   opacity: 0.5; } .VoileTresOpaque {   background-color: white;   filter: alpha(opacity=20);   -moz-opacity: 0.2;   opacity: 0.2; } .Fiche {   position: absolute;   left: 0;   top: 0; } .BordureReliefHaut {   border-bottom: 1px solid gray;   border-right: 1px solid gray;   border-left: 1px solid white;   border-top: 1px solid white; } .BordureReliefBas {   border-bottom: 1px solid white;   border-right: 1px solid white;   border-left: 1px solid gray;   border-top: 1px solid gray; } .BordureNavigationInactive {   border: 0;   padding: 1px; } .BordureNavigationActive {   border: 1px dotted;   padding: 0; } .Table {   width: 100%;   height: 100%; } .height-auto {   height: auto; } .TableauSansHaut {   border-left: black solid 1px;   background-color: White; } .Cellule {   vertical-align: middle;   padding: 2px; } .CelluleSaisie {   margin: 0;   padding: 0;   border-left: 0 solid white;   border-top: 0 solid white;   border-bottom: 0 solid white;   border-right: 0 solid white;   overflow: auto;   width: 100%; } .AvecMarge {   margin: 5px; } .LienConsole {   cursor: pointer;   color: Blue;   text-decoration: underline; } .SansOutline {   outline: 0; } .LienNoir {   color: black;   cursor: pointer;   text-decoration: none; } .LienNoir:hover {   color: black;   cursor: pointer;   text-decoration: underline; } .AvecScrollHorizontal {   overflow-x: scroll; } .AvecScrollVertical {   overflow-y: scroll; } .AvecScrollVerticalAuto {   overflow-y: auto; } .SansOverflow {   overflow: hidden; } .ImageMobile {   width: 90px;   height: 90px;   background-color: transparent;   background-repeat: no-repeat;   background-position: center; } .DegradeLineaireHorizontal {   FILTER: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=55,finishOpacity=100,startX=100,finishX=0,startY=100,finishY=100); } .divUpload label.emballage input.fichier {   position: relative;   opacity: 0;   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .Bordure_Accessible, .CelluleZoneTexte_Accessible, .CelluleTexte_Accessible {   border: 1px solid black; } .CelluleTexte, .CelluleTexte_Accessible, .CelluleZoneTexte, .CelluleZoneTexte_Accessible {   padding: 3px;   box-sizing: border-box; } .CelluleTexteFine, .CelluleTexteFine_Accessible {   padding: 1px; } .InlineBlock {   display: inline-block; } .NoWrap, .NoWrap.NoWrap {   white-space: nowrap; } .NoWrap > * {   white-space: normal; } .WhiteSpaceNormal {   white-space: normal; } .IE_draggable {   touch-action: none; } input:disabled {   background: #EFEFEF;   color: #6B6E77;   -webkit-text-fill-color: #6B6E77; } input[type="image"]:disabled {   background: transparent; } input.InputFile::-ms-value {   width: 0;   display: none; } input.InputFile::-ms-browse {   width: 100%; } input.InputFile::-webkit-file-upload-button {   visibility: hidden; } textarea:disabled {   background: #EFEFEF;   color: #6B6E77; } .ie-ellipsis {   overflow: hidden;   text-overflow: ellipsis;   white-space: nowrap; } .ie-telephone::-ms-clear {   width: 0;   height: 0; } .ie-indicatiftel::-ms-clear {   width: 0;   height: 0; } .BorderBox {   box-sizing: border-box; } .ContentBox {   box-sizing: content-box; } @media print {   .NePasImprimer {     display: none !important;   } } @media screen {   .Masquer_Screen {     display: none !important;   } } ul {   margin: 0 0 0 15px;   padding: 0; } .LibelleHaut {   padding-left: 3px;   padding-bottom: 0px; } .GroupeRadioButton {   clear: both;   display: inline-block;   vertical-align: middle; } .GroupeRadioButton > input {   position: absolute;   left: -9999em;   top: -9999em; } .GroupeRadioButton > input + label {   display: inline-block;   padding: 3px 6px;   cursor: pointer;   margin-right: -1px;   background-color: transparent;   font-weight: 400; } .GroupeRadioButton > input + label {   border: #6B6E77 1px solid; } .ThemeFramboise .GroupeRadioButton > input + label {   border: #B9335F 1px solid; } .ThemeFraise .GroupeRadioButton > input + label {   border: #C23B44 1px solid; } .ThemeCitrouille .GroupeRadioButton > input + label {   border: #D05722 1px solid; } .ThemeMandarine .GroupeRadioButton > input + label {   border: #E18400 1px solid; } .ThemeMure .GroupeRadioButton > input + label {   border: #9D447F 1px solid; } .ThemeLavande .GroupeRadioButton > input + label {   border: #8855A3 1px solid; } .ThemePrune .GroupeRadioButton > input + label {   border: #705CB1 1px solid; } .ThemeBleu .GroupeRadioButton > input + label {   border: #3273B5 1px solid; } .ThemeBleuOcean .GroupeRadioButton > input + label {   border: #0281A6 1px solid; } .ThemeBleuCanard .GroupeRadioButton > input + label {   border: #158786 1px solid; } .ThemeEmeraude .GroupeRadioButton > input + label {   border: #0A9B6A 1px solid; } .ThemeFeuille .GroupeRadioButton > input + label {   border: #699A00 1px solid; } .ThemeTaupe .GroupeRadioButton > input + label {   border: #877379 1px solid; } .ThemeChocolat .GroupeRadioButton > input + label {   border: #937A33 1px solid; } .ThemeMobilePN .GroupeRadioButton > input + label {   border: #21874a 1px solid; } .ThemeMobileHP .GroupeRadioButton > input + label {   border: #800041 1px solid; } .ThemeNeutre .GroupeRadioButton > input + label, .GroupeRadioButton > input + label.ThemeNeutre {   border: #6B6E77 1px solid; } .GroupeRadioButton > input + label:first-of-type {   border-radius: 4px 0 0 4px; } .GroupeRadioButton > input + label:last-of-type {   border-radius: 0 4px 4px 0; } .GroupeRadioButton > input:checked + label {   color: white;   font-weight: 600; } .EspaceIndex .GroupeRadioButton > input:checked + label {   background-color: #6B6E77; } .EspaceIndex .ThemeFramboise .GroupeRadioButton > input:checked + label {   background-color: #B9335F; } .EspaceIndex .ThemeFraise .GroupeRadioButton > input:checked + label {   background-color: #C23B44; } .EspaceIndex .ThemeCitrouille .GroupeRadioButton > input:checked + label {   background-color: #D05722; } .EspaceIndex .ThemeMandarine .GroupeRadioButton > input:checked + label {   background-color: #E18400; } .EspaceIndex .ThemeMure .GroupeRadioButton > input:checked + label {   background-color: #9D447F; } .EspaceIndex .ThemeLavande .GroupeRadioButton > input:checked + label {   background-color: #8855A3; } .EspaceIndex .ThemePrune .GroupeRadioButton > input:checked + label {   background-color: #705CB1; } .EspaceIndex .ThemeBleu .GroupeRadioButton > input:checked + label {   background-color: #3273B5; } .EspaceIndex .ThemeBleuOcean .GroupeRadioButton > input:checked + label {   background-color: #0281A6; } .EspaceIndex .ThemeBleuCanard .GroupeRadioButton > input:checked + label {   background-color: #158786; } .EspaceIndex .ThemeEmeraude .GroupeRadioButton > input:checked + label {   background-color: #0A9B6A; } .EspaceIndex .ThemeFeuille .GroupeRadioButton > input:checked + label {   background-color: #699A00; } .EspaceIndex .ThemeTaupe .GroupeRadioButton > input:checked + label {   background-color: #877379; } .EspaceIndex .ThemeChocolat .GroupeRadioButton > input:checked + label {   background-color: #937A33; } .EspaceIndex .ThemeMobilePN .GroupeRadioButton > input:checked + label {   background-color: #21874a; } .EspaceIndex .ThemeMobileHP .GroupeRadioButton > input:checked + label {   background-color: #800041; } .EspaceIndex .ThemeNeutre .GroupeRadioButton > input:checked + label, .EspaceIndex .GroupeRadioButton > input:checked + label.ThemeNeutre {   background-color: #6B6E77; } [class^="iEContextSearch_"], [class*=" iEContextSearch_"] {   color: #21874a;   border-bottom: 1px solid #21874a;   text-decoration: none;   display: inline-block;   overflow: hidden;   background-position: center left;   background-repeat: no-repeat;   background-size: contain;   vertical-align: bottom;   padding: 0 0 0 15px; } .check-conteneur {   padding: 0.2rem 0 0;   display: flex;   flex-wrap: wrap;   align-items: center; } .check-conteneur [type="checkbox"] {   cursor: pointer;   margin: 0;   padding: 0; } .check-conteneur label {   font-size: 1rem;   padding: 0 0.2rem;   margin: 0;   line-height: 1.1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement