Browse Source

Update submit button style; add a link for object requests

master
Fen Dweller 5 years ago
parent
commit
97378f13b0
2 changed files with 14 additions and 4 deletions
  1. +11
    -3
      macrovision.css
  2. +3
    -1
      macrovision.html

+ 11
- 3
macrovision.css View File

@@ -206,14 +206,16 @@ body.show-extra-options .options-block.options-block-optional {
font-size: 24pt;
margin-top: 10px;
margin-bottom: 10px;
background: #232;
background: #242;
text-decoration: none;
user-select: none;
margin-left: 10px;
margin-right: 10px;
}

.options-banner:hover {
color: #222;
background: #494;
background: #282;
}

.options-selector {
@@ -281,10 +283,16 @@ select.menu-item {
#options .options-label,
#options .options-banner {
flex: 0 1;
width: 100%;
font-size: 150%;
}

#options .options-label {
width: 100%;
}

#options .options-banner {
width: calc(100% - 20px);
}
.options-row .options-field-numeric {
flex: 1 1 100%;
max-width: 90%;


+ 3
- 1
macrovision.html View File

@@ -163,7 +163,9 @@
<div id="main-area">
<div id="options" class="">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScRC-okDZ3FtzDTkbqSrpj5_OGD-1Vl-VYizOK3QM6quus11g/viewform?usp=sf_link"
class="options-banner">Submit your<br>character!</a>
class="options-banner">Submit your character</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScj4A0D9VhVmOPRXwZMRDVyTRdDKiYVqSM86ESJnMHFV5jzQg/viewform?usp=sf_link"
class="options-banner">Request other objects</a>
<h3 class="options-header">World Info</h3>
<div id="options-world">
<div class="options-label">


Loading…
Cancel
Save