| @@ -18,7 +18,7 @@ | |||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||
| .detail{ | .detail{ | ||||
| height: 100px; | |||||
| min-height: 100px; | |||||
| font-size: 1.5em; | font-size: 1.5em; | ||||
| font-family: "Source Han Sans","Microsoft Yahei",Arial, Helvetica, sans-serif; | font-family: "Source Han Sans","Microsoft Yahei",Arial, Helvetica, sans-serif; | ||||
| } | } | ||||
| @@ -29,7 +29,7 @@ | |||||
| } | } | ||||
| .title:focus,.detail:focus{ | .title:focus,.detail:focus{ | ||||
| border: black solid 1px;; | border: black solid 1px;; | ||||
| background: rgba(200,200,200,0.5); | |||||
| background-color: #eee; | |||||
| } | } | ||||
| ul{ | ul{ | ||||
| margin: 0; | margin: 0; | ||||
| @@ -69,7 +69,7 @@ ul{ | |||||
| background-image: none; | background-image: none; | ||||
| } | } | ||||
| .null .monster{ | .null .monster{ | ||||
| background-color: rgba(100,100,100,0.5); | |||||
| background-color: rgba(230,230,230,0.5); | |||||
| border: 3px grey dashed; | border: 3px grey dashed; | ||||
| } | } | ||||
| .edit-box .null .monster{ | .edit-box .null .monster{ | ||||