Parcourir la source

Adjust submission and ko-fi buttons

master
Fen Dweller il y a 4 ans
Parent
révision
dfd0b38e31
2 fichiers modifiés avec 7 ajouts et 4 suppressions
  1. +6
    -3
      macrovision.css
  2. +1
    -1
      macrovision.html

+ 6
- 3
macrovision.css Voir le fichier

@@ -222,7 +222,8 @@ body.show-extra-options .options-block.options-block-optional {
.options-banner-button {
display: inline-block;
text-align: center;
font-size: 24pt;
font-size: 20pt;
color: #ddd;
background: #262;
text-decoration: none;
user-select: none;
@@ -231,15 +232,17 @@ body.show-extra-options .options-block.options-block-optional {
border-color: #666;
border-width: 3pt;
border-style: outset;
width: 90%;
width: 85%;
}

.options-banner-button:hover {
color: #eee;
background: #282;
}

.options-banner-button:active {
background: #272;
color: #fff;
background: #2a2;
border-style: inset;
}



+ 1
- 1
macrovision.html Voir le fichier

@@ -85,7 +85,7 @@
<div id="main-area">
<div id="options" class="">
<div class="options-banner-buttons">
<a href='https://ko-fi.com/P5P5ACDA' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi5.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<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 href="https://docs.google.com/forms/d/e/1FAIpQLScRC-okDZ3FtzDTkbqSrpj5_OGD-1Vl-VYizOK3QM6quus11g/viewform?usp=sf_link"
class="options-banner-button">Character Submissions</a>
</div>


Chargement…
Annuler
Enregistrer