diff --git a/AndorsTrailEdit/edit_actorcondition.html b/AndorsTrailEdit/edit_actorcondition.html index 54db3a26d..64de7ca3d 100644 --- a/AndorsTrailEdit/edit_actorcondition.html +++ b/AndorsTrailEdit/edit_actorcondition.html @@ -1,5 +1,5 @@

Actor condition

-
+
General
@@ -37,7 +37,7 @@
-
+
Every round (6s)
@@ -65,7 +65,7 @@
-
+
Every full round (25s)
@@ -93,7 +93,7 @@
-
+
Constant ability effect
diff --git a/AndorsTrailEdit/edit_droplist.html b/AndorsTrailEdit/edit_droplist.html index a3df31838..c461aabe5 100644 --- a/AndorsTrailEdit/edit_droplist.html +++ b/AndorsTrailEdit/edit_droplist.html @@ -1,5 +1,5 @@

Droplist

-
+
General
diff --git a/AndorsTrailEdit/edit_item.html b/AndorsTrailEdit/edit_item.html index 726d634fc..02449f3c1 100644 --- a/AndorsTrailEdit/edit_item.html +++ b/AndorsTrailEdit/edit_item.html @@ -1,5 +1,5 @@

Item

-
+
General
@@ -40,7 +40,7 @@
-
+
Price
@@ -57,7 +57,7 @@
-
+
When equipped
@@ -137,7 +137,7 @@
-
+
When used
@@ -178,7 +178,7 @@
-
+
When making a successful hit
@@ -241,7 +241,7 @@
-
+
On every kill
diff --git a/AndorsTrailEdit/edit_itemcategory.html b/AndorsTrailEdit/edit_itemcategory.html index 7bdbd3cf4..d999aba6c 100644 --- a/AndorsTrailEdit/edit_itemcategory.html +++ b/AndorsTrailEdit/edit_itemcategory.html @@ -1,5 +1,5 @@

Item Category

-
+
General
diff --git a/AndorsTrailEdit/edit_monster.html b/AndorsTrailEdit/edit_monster.html index 0f4836484..d77062752 100644 --- a/AndorsTrailEdit/edit_monster.html +++ b/AndorsTrailEdit/edit_monster.html @@ -1,5 +1,5 @@

Monster / NPC

-
+
General
@@ -66,7 +66,7 @@
-
+
Stats
@@ -84,7 +84,7 @@
-
+
Combat
@@ -129,7 +129,7 @@
-
+
On every successful attack hit
diff --git a/AndorsTrailEdit/edit_quest.html b/AndorsTrailEdit/edit_quest.html index aee4fe124..7e7ac3587 100644 --- a/AndorsTrailEdit/edit_quest.html +++ b/AndorsTrailEdit/edit_quest.html @@ -1,5 +1,5 @@

Quest

-
+
General
@@ -13,7 +13,7 @@
-
+
Stages
diff --git a/AndorsTrailEdit/editor.html b/AndorsTrailEdit/editor.html index 5fd63c9d0..5740a62b8 100644 --- a/AndorsTrailEdit/editor.html +++ b/AndorsTrailEdit/editor.html @@ -89,11 +89,11 @@

Dialogue

-
+
Conversation flow
-
+
NPC phrase
@@ -122,7 +122,7 @@
Add
-
+
Replies
Phrase leads directly to another phrase without replies
@@ -147,7 +147,7 @@
Add
-
+
Player reply
diff --git a/AndorsTrailEdit/styles2.css b/AndorsTrailEdit/styles2.css index 20c1bbc2e..227c9e3e3 100644 --- a/AndorsTrailEdit/styles2.css +++ b/AndorsTrailEdit/styles2.css @@ -4,8 +4,8 @@ html, body { margin:0; padding:0; } #top #version { font-size: 10pt; margin-left: 3ex; } .andorsTrailLogo { background-image: url(logo.png); background-repeat: no-repeat; background-position: 3px 3px; padding:20px 0px 15px 50px; } #top #buttons { float: right; font-size: 1.2em; margin: 10px; } -.workarea { margin: 5px; background-color: #eeeeee; position: absolute; top: 54px; } -#left { width: 250px; padding: 0px; font-size: 1em; background-color: white; } +.workarea { margin: 5px; position: absolute; top: 54px; } +#left { width: 250px; padding: 0px; font-size: 1em; } #left .accordion-group { background-color: #e0e0e0; border: 1px solid #bbb; margin-bottom: 6px; -moz-box-shadow: 4px 4px 5px #bbb; -webkit-box-shadow: 4px 4px 5px #bbb; box-shadow: 4px 4px 5px #bbb; } #center { left: 265px; right: 0; border-left: 2px #c0d0ff solid; padding-left: 5px; } @@ -19,11 +19,10 @@ html, body { margin:0; padding:0; } .workarea h3 { font-size: 18px; margin: 0 0 0 5px; } .workarea legend { font-size: 16px; margin: 0 0 5px 0; } -.workarea fieldset { border-right: 1px solid #ddd; padding-right: 5px; } +.workarea fieldset { float:left; margin: 1ex; border-right: 1px solid #ddd; padding-right: 5px; } .fieldWithLabel { font-size: 0.9em; } .fieldWithLabel label { margin-top: 1.1ex; } -.fieldSet { float: left; margin: 1ex; background-color: #f7f7ff; } .endSets { clear: both; } .itemlist { list-style: none; padding: 0px; margin: 0px; border: 1px solid #bbb; } @@ -41,7 +40,6 @@ html, body { margin:0; padding:0; } #dialogueTreeContainer { } #dialogueTree { width: 400px; } #dialogueData { } -input[readonly="readonly"] { background-color: #d8d8d8; color: #555; } .imageButton { padding: 5px; } .importexport-description { padding: 15px; text-align: right; } .tools-buttons { padding-bottom: 10px; }