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 (1164B)
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; 8 left:10px; 9 background:whitesmoke; 10 border:1px solid transparent; 11 font-family:monospace; 12 overflow:hidden; 13 border-radius:5px; 14 padding:10px; 15 line-height:auto; 16 } 17 #cvfc * {color:black !important;font-size:16px; box-sizing:border-box;margin:0} 18 #cvfc tr {height:26px;padding-left:4ch; display:flex;justify-content:space-between; gap:0px;width:inherit; border:none;} 19 #cvfc tr:nth-of-type(2n - 1) {background:white} 20 #cvfc td {background:transparent;position:relative;width:inherit;height:18px !important; white-space:nowrap} 21 #cvfc td:last-of-type{border-bottom:1px solid transparent; padding-left:10px} 22 #cvfc textarea{padding:0;margin:0;resize:none; width:40ch;white-space:nowrap;border:none;outline:none; 23 border:none;background:none} 24 #cvfc table {display:none; background:none} 25 #cvfc:hover table {display:inherit} 26 #cvfc tr:hover td:last-of-type {background:lightgray;border-bottom:1px solid black} 27 #cvfc:hover {border-color:black; resize:horizontal;} 28