SenY commited on
Commit
eff9990
1 Parent(s): 1b58604

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -155,6 +155,8 @@
155
 
156
  .watermark {
157
  opacity: 0.5;
 
 
158
  }
159
  </style>
160
  <style id="fontFamily">
@@ -163,7 +165,6 @@
163
  }
164
  </style>
165
  <style id="text-shadow">
166
- .watermark,
167
  #mainMassage input,
168
  .shadow-text {
169
  text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
@@ -640,7 +641,7 @@
640
  if (this.classList.contains("opacity-50")) {
641
  document.getElementById("text-shadow").textContent = "";
642
  } else {
643
- document.getElementById("text-shadow").textContent = '.watermark, #mainMassage input, .shadow-text {text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);}';
644
  }
645
  });
646
  document.getElementById("textShadowToggleB").addEventListener("click", function () {
@@ -650,7 +651,7 @@
650
  if (this.classList.contains("opacity-50")) {
651
  document.getElementById("text-shadow").textContent = "";
652
  } else {
653
- document.getElementById("text-shadow").textContent = '.watermark, #mainMassage input, .shadow-text {-webkit-text-stroke: ' + strokeSize + 'px black;paint-order: stroke fill;}';
654
  }
655
  });
656
  document.getElementById("userInterfaceToggle").addEventListener("click", function () {
 
155
 
156
  .watermark {
157
  opacity: 0.5;
158
+ -webkit-text-stroke: ' + strokeSize + 'px black;
159
+ paint-order: stroke fill;
160
  }
161
  </style>
162
  <style id="fontFamily">
 
165
  }
166
  </style>
167
  <style id="text-shadow">
 
168
  #mainMassage input,
169
  .shadow-text {
170
  text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
 
641
  if (this.classList.contains("opacity-50")) {
642
  document.getElementById("text-shadow").textContent = "";
643
  } else {
644
+ document.getElementById("text-shadow").textContent = '#mainMassage input, .shadow-text {text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);}';
645
  }
646
  });
647
  document.getElementById("textShadowToggleB").addEventListener("click", function () {
 
651
  if (this.classList.contains("opacity-50")) {
652
  document.getElementById("text-shadow").textContent = "";
653
  } else {
654
+ document.getElementById("text-shadow").textContent = '#mainMassage input, .shadow-text {-webkit-text-stroke: ' + strokeSize + 'px black;paint-order: stroke fill;}';
655
  }
656
  });
657
  document.getElementById("userInterfaceToggle").addEventListener("click", function () {