|
36 | 36 | width: 100%; /* Full width */
|
37 | 37 | height: 100%; /* Full height */
|
38 | 38 | overflow: auto; /* Enable scroll if needed */
|
39 |
| - background-color: rgb(0,0,0); /* Fallback color */ |
40 |
| - background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ |
41 | 39 | }
|
42 | 40 |
|
43 | 41 | /* Modal Content/Box */
|
44 | 42 | .modal-content {
|
45 |
| - background-color: #fefefe; |
| 43 | + background-color: rgb(0,0,0); /* Fallback color */ |
| 44 | + background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */ |
46 | 45 | margin: 15% auto; /* 15% from the top and centered */
|
47 | 46 | padding: 20px;
|
48 | 47 | border: 1px solid #888;
|
|
55 | 54 | float: right;
|
56 | 55 | font-size: 28px;
|
57 | 56 | font-weight: bold;
|
| 57 | + transition: color .25s; |
58 | 58 | }
|
59 | 59 |
|
60 | 60 | .close:hover,
|
61 | 61 | .close:focus {
|
62 |
| - color: black; |
| 62 | + color: white; |
63 | 63 | text-decoration: none;
|
64 | 64 | cursor: pointer;
|
| 65 | + transition: color .25s; |
65 | 66 | }
|
66 | 67 | </style>
|
67 | 68 | </head>
|
|
73 | 74 | <div class="modal-content">
|
74 | 75 | <span class="close">×</span>
|
75 | 76 | <p>
|
76 |
| - If you are here because of a message in your minecraft server console, this wasn't us and is a harassment campaign from a griefing group. |
77 |
| - Your server is not hacked they are just sending messages in your chat from the dynmap plugin/mod. |
78 |
| - To fix this open the dynmap config and change the allowchat setting to false like this: |
| 77 | + If you are here because of a message in your Minecraft server console, this wasn't us. This is a harassment campaign from a griefing group. |
| 78 | + Your server is not hacked; they are just sending messages in your chat from the Dynmap plugin/mod. |
| 79 | + To fix this, open the Dynmap configuration file and change the <code>allowchat</code> setting to <code>false</code> like this: |
79 | 80 | </p>
|
80 | 81 | <code><pre>
|
81 | 82 | - class: org.dynmap.SimpleWebChatComponent
|
82 | 83 | allowchat: false
|
83 |
| - # If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true. |
| 84 | + # If true, web UI users can supply name for chat using 'playername' URL parameter. |
| 85 | + # 'trustclientname' must also be set true. |
84 | 86 | allowurlname: false
|
85 | 87 | </pre></code>
|
86 | 88 | </div>
|
|
0 commit comments