Latest changes. Refactor. Multi row insertion. Querying working. DB creation of all txt files. Serialized config. TODO, configure multiple mod directory feature

This commit is contained in:
color.diff=auto
2021-03-26 08:37:56 -06:00
parent 4d4afd5be4
commit b28a59c313
15 changed files with 130 additions and 249 deletions

View File

@@ -44,17 +44,15 @@ $(document).ready(function () {
});
$('.help').hover(function(){
$('.help').hover(function () {
$(".fa-help").remove();
$(this).next().fadeToggle("slow").css({
"position": "absolute",
"z-index":"1000",
"z-index": "1000",
"background": "#eee",
"color": "black !important",
"border": "1px solid #aaa",
"width": "600px",
"width": "300px",
});
});
});
});

View File

@@ -32,8 +32,6 @@ form input {
padding: 5px;
color: black;
display:none;
-webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 6px 5px rgba(0,0,0,0);
box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 6px 5px rgba(0,0,0,0);
}
select,
@@ -60,7 +58,6 @@ option {
}
body {
background: url(/img/bg.jpg);
background-size: cover;
background-attachment: fixed;
font-family:lato;
@@ -74,6 +71,6 @@ h1,h2,h3,h4,h5,h6, div > p {
font-family: lato !important;
}
.help:hover {
.fa-question-circle {
bottom: 0px;
}