script pour établir une bdd Ãà partir d'un tsv avec différent format - retour accueil
git clone git://bebou.netlib.re/laradb
Log | Files | Refs |
cssVarFilledCookies.css (1261B)
1 #cvfc p::after {content:":variables{@}"} 2 #cvfc:hover p::after {content:":variables{"} 3 #cvfc:hover table::after {content:"}"} 4 #cvfc { 5 z-index:10000; 6 position:fixed; 7 bottom:10px; left:10px; 8 background:whitesmoke; 9 border:1px solid transparent; 10 font-family:monospace; 11 overflow:hidden; 12 border-radius:5px; 13 padding:10px; 14 line-height:auto; 15 } 16 #cvfc * {color:black !important;font-size:16px; box-sizing:border-box;margin:0} 17 #cvfc tr {height:26px;padding-left:4ch; display:flex;justify-content:space-between; gap:0px;width:inherit; border:none;} 18 #cvfc tr:nth-of-type(2n - 1) {background:white} 19 #cvfc td {background:transparent;position:relative;width:inherit;height:18px !important; white-space:nowrap} 20 #cvfc td:last-of-type{border-bottom:1px solid transparent; padding-left:10px} 21 #cvfc textarea{padding:0;margin:0;resize:none; width:40ch;white-space:nowrap;border:none;outline:none; 22 border:none;background:none} 23 #cvfc table {display:none; background:none} 24 #cvfc:hover table {display:inherit} 25 #cvfc tr:hover td:last-of-type {background:lightgray;border-bottom:1px solid black} 26 #cvfc:hover {border-color:black; resize:horizontal;} 27 #cvfc button {display:none} 28 #cvfc:hover button{display:inline;position:absolute; right:10px;top:10px}