Selaa lähdekoodia

Adjust styling a bit

master
Fen Dweller 4 vuotta sitten
vanhempi
commit
d48386431d
2 muutettua tiedostoa jossa 10 lisäystä ja 6 poistoa
  1. +4
    -3
      macrovision.css
  2. +6
    -3
      macrovision.html

+ 4
- 3
macrovision.css Näytä tiedosto

@@ -223,7 +223,7 @@ body.show-extra-options .options-block.options-block-optional {
.options-banner-button {
display: inline-block;
text-align: center;
font-size: 20pt;
font-size: 16pt;
color: #ddd;
background: #262;
text-decoration: none;
@@ -233,7 +233,8 @@ body.show-extra-options .options-block.options-block-optional {
border-color: #666;
border-width: 3pt;
border-style: outset;
width: 85%;
min-width: 85%;
max-width: 100%;
}

.options-banner-button:hover {
@@ -272,7 +273,7 @@ body.show-extra-options .options-block.options-block-optional {

#menubar {
display: flex;
flex: 1 0 5vh;
flex: 0 0 1vh;
flex-direction: row;
justify-content: space-evenly;
align-items: center;


+ 6
- 3
macrovision.html Näytä tiedosto

@@ -90,7 +90,7 @@
<div class="options-banner-buttons">
<a href='https://ko-fi.com/P5P5ACDA' target='_blank'><img style='border:0px;height:36px;transform: translateZ(0);' src='https://cdn.ko-fi.com/cdn/kofi5.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdCiZ2_GVVdXV0bqty4rymbCCwaFq-PLdwmK1vUIakPjv7f2g/viewform"
class="options-banner-button">Character Submissions</a>
class="options-banner-button">Submit</a>
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScQxwfKGoedYIT8VLYvJIrFrEEXqcxe7RiMJIwhU6PfVRFXSg/viewform"
class="options-banner-button">Feedback</a>
</div>
@@ -107,9 +107,12 @@
<div class="options-row">
<button class="options-button" id="options-world-fit">Fit to entities</button>
</div>
<div class="options-label">
Center
</div>
<div class="options-two-buttons" id="options-reset-pos">
<button id="options-reset-pos-x">Center X</button>
<button id="options-reset-pos-y">Center Y</button>
<button id="options-reset-pos-x">X</button>
<button id="options-reset-pos-y">Y</button>
</div>
</div>
<div class="options-label">


Loading…
Peruuta
Tallenna