| @@ -1096,4 +1096,31 @@ body.screenshot-mode .scroll-button { | |||||
| .info-holder:hover { | .info-holder:hover { | ||||
| background-color: lightgray; | background-color: lightgray; | ||||
| } | |||||
| .submit-button { | |||||
| display: flex; | |||||
| font-size: 16pt; | |||||
| flex-direction: column; | |||||
| align-items: center; | |||||
| justify-content: center; | |||||
| padding: 4px; | |||||
| background: gray; | |||||
| border-color: darkslategray; | |||||
| border-width: 5px; | |||||
| border-style: solid; | |||||
| text-decoration: none; | |||||
| user-select: none; | |||||
| -webkit-user-select: none; | |||||
| color: white; | |||||
| } | |||||
| .submit-button:hover { | |||||
| background-color: lightgray; | |||||
| } | |||||
| .submit-button > div, | |||||
| .submit-button > i { | |||||
| margin: 2px; | |||||
| text-align: center; | |||||
| } | } | ||||
| @@ -110,6 +110,10 @@ | |||||
| </div> | </div> | ||||
| <div id="main-area"> | <div id="main-area"> | ||||
| <div id="options" class=""> | <div id="options" class=""> | ||||
| <a class="submit-button" target="_blank" href="https://www.notion.so/Submission-Process-311ca662c3d04776b16d4b8fb6ccce61"> | |||||
| <i class="fas fa-paper-plane"></i> | |||||
| <div>Submit Your Character!</div> | |||||
| </a> | |||||
| <h3 class="options-header">World Info</h3> | <h3 class="options-header">World Info</h3> | ||||
| <div id="options-world"> | <div id="options-world"> | ||||
| <div class="options-label"> | <div class="options-label"> | ||||