mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Untrack and ignore derived files in www/js and www/css directories.
This commit is contained in:
parent
6e79e70c0b
commit
86dcb57677
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,8 @@
|
|||||||
.project
|
.project
|
||||||
|
|
||||||
.idea/*
|
.idea/*
|
||||||
|
www/js/*.js
|
||||||
|
www/css/*.css
|
||||||
__index.html
|
__index.html
|
||||||
_index.html
|
_index.html
|
||||||
div_bgs.html
|
div_bgs.html
|
||||||
@ -28,4 +30,4 @@ less/verticalshapes.css
|
|||||||
less/verticalshapes_backup.css
|
less/verticalshapes_backup.css
|
||||||
__settings.html
|
__settings.html
|
||||||
css/_settings.css
|
css/_settings.css
|
||||||
node_modules/*
|
node_modules/*
|
||||||
|
0
www/css/.gitkeep
Normal file
0
www/css/.gitkeep
Normal file
@ -1,45 +0,0 @@
|
|||||||
.debugContainer {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 500;
|
|
||||||
background-color: #f0f;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#debug_textArea {
|
|
||||||
position:absolute;
|
|
||||||
bottom: 0;
|
|
||||||
/*width: 800px; */
|
|
||||||
z-index: 500;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.debugBtn {
|
|
||||||
width: 25px;
|
|
||||||
height: 25px;
|
|
||||||
background-color: #03b;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.agentInfo {
|
|
||||||
background: #fff;
|
|
||||||
border: 1px #333 solid;
|
|
||||||
display: none;
|
|
||||||
float:left;
|
|
||||||
opacity: .7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.agentInfoToggle {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#debug_display {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
display: none;
|
|
||||||
background-color: #fff;
|
|
||||||
opacity: .7;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
1
www/css/debug.min.css
vendored
1
www/css/debug.min.css
vendored
@ -1 +0,0 @@
|
|||||||
.debugContainer{position:absolute;top:0;left:0;z-index:500;background-color:#f0f;display:none}#debug_textArea{position:absolute;bottom:0;z-index:500;display:none}.debugBtn{width:25px;height:25px;background-color:#03b;float:left}.agentInfo{background:#fff;border:1px #333 solid;display:none;float:left;opacity:.7}.agentInfoToggle{display:block}#debug_display{position:absolute;top:0;left:0;display:none;background-color:#fff;opacity:.7;color:#000}
|
|
@ -1,109 +0,0 @@
|
|||||||
form {
|
|
||||||
margin: 10px;
|
|
||||||
max-width: 600px;
|
|
||||||
}
|
|
||||||
form input {
|
|
||||||
margin: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,th,td {
|
|
||||||
font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
.settingsContainer {
|
|
||||||
position:relative;
|
|
||||||
/*min-width: 370px;*/
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
/*form#settingsForm {*/
|
|
||||||
/*width: 100% auto;*/
|
|
||||||
/*}*/
|
|
||||||
form fieldset {
|
|
||||||
max-width: 600px;
|
|
||||||
border: 1px solid rgb(187, 187, 187);
|
|
||||||
border-radius: 5px;
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 8px;
|
|
||||||
/*padding-right: 8px;*/
|
|
||||||
}
|
|
||||||
form fieldset fieldset{
|
|
||||||
max-width: 580px;
|
|
||||||
margin: 15px 0 5px 0;
|
|
||||||
clear: left;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
form fieldset legend {
|
|
||||||
margin-left: 10px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
form label {
|
|
||||||
min-width: 150px;
|
|
||||||
display: block;
|
|
||||||
float: left;
|
|
||||||
margin: 1px 0 0 0;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
form div {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
form input[type="text"], form input[type="number"], form input[type="password"] {
|
|
||||||
border: 1px solid rgb(144, 192, 255);
|
|
||||||
margin-right: 5px;
|
|
||||||
-webkit-border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
form input[type="text"].small, form input[type="number"].small, form input[type="password"].small {
|
|
||||||
width: 50px;
|
|
||||||
}
|
|
||||||
form input[type="text"].large, form input[type="number"].large, form input[type="password"].large {
|
|
||||||
width: 250px;
|
|
||||||
}
|
|
||||||
form input[type="radio"] {
|
|
||||||
margin: 4px 4px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
form textarea {
|
|
||||||
border: 1px solid rgb(144, 192, 255);
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
form .startgcode_left {
|
|
||||||
float:left;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
form textarea.gcode {
|
|
||||||
width: 252px;
|
|
||||||
/*max-width: 262px;*/
|
|
||||||
/*min-width: 200px;*/
|
|
||||||
height: 150px;
|
|
||||||
}
|
|
||||||
form small {
|
|
||||||
margin: 3px 0 0 0;
|
|
||||||
display: block;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
form .button {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
form #passwordLabel, form #password {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
form input.error, form textarea.error, form select.error {
|
|
||||||
border: #f00 solid 2px;
|
|
||||||
}
|
|
||||||
form .errorMsg {
|
|
||||||
color: #f00;
|
|
||||||
margin: 0 0 0 1em;
|
|
||||||
}
|
|
||||||
form dl dt {
|
|
||||||
float: left;
|
|
||||||
font-style: italic;
|
|
||||||
width: 10em;
|
|
||||||
}
|
|
1
www/css/settings.min.css
vendored
1
www/css/settings.min.css
vendored
@ -1 +0,0 @@
|
|||||||
form{margin:10px;max-width:600px}form input{margin:1px}body,th,td{font-family:Helvetica,Arial,"Nimbus Sans L",sans-serif;font-size:13px}.settingsContainer{position:relative;width:100%;height:100%}form fieldset{max-width:600px;border:1px solid #bbb;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin-bottom:20px;padding:8px}form fieldset fieldset{max-width:580px;margin:15px 0 5px;clear:left;float:left}form fieldset legend{margin-left:10px;font-weight:700}form label{min-width:150px;display:block;float:left;margin:1px 0 0;clear:left}form div{float:left}form input[type=text],form input[type=number],form input[type=password]{border:1px solid #90c0ff;margin-right:5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}form input[type=text].small,form input[type=number].small,form input[type=password].small{width:50px}form input[type=text].large,form input[type=number].large,form input[type=password].large{width:250px}form input[type=radio]{margin:4px 4px 0 0}form textarea{border:1px solid #90c0ff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}form .startgcode_left{float:left;margin-right:20px}form textarea.gcode{width:252px;height:150px}form small{margin:3px 0 0;display:block;clear:left}form .button{display:inline-block}form #passwordLabel,form #password{display:none}form input.error,form textarea.error,form select.error{border:red solid 2px}form .errorMsg{color:red;margin:0 0 0 1em}form dl dt{float:left;font-style:italic;width:10em}
|
|
1058
www/css/styles.css
1058
www/css/styles.css
File diff suppressed because it is too large
Load Diff
1
www/css/styles.min.css
vendored
1
www/css/styles.min.css
vendored
File diff suppressed because one or more lines are too long
0
www/js/.gitkeep
Normal file
0
www/js/.gitkeep
Normal file
File diff suppressed because it is too large
Load Diff
2
www/js/doodle3d-client.min.js
vendored
2
www/js/doodle3d-client.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user