Ver código fonte

Update 'src/style/IFractions.css'

Adjusts to remove directory "./src" (it does not make sense in installation of iFractions)
Removed 'Bangers' (alien font resulting in cross-reference sites!)
leo 8 meses atrás
pai
commit
edbe95b4ca
1 arquivos alterados com 55 adições e 49 exclusões
  1. 55 49
      src/style/IFractions.css

+ 55 - 49
src/style/IFractions.css

@@ -1,8 +1,14 @@
 
-@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
+// LInE
+
+@font-face {
+  font-family: 'Verdana'; // 'Arial' or other simple font
+  font-style: normal;
+  font-weight: 400;
+  }
 
 .ifr-canvas {
-    width: 100%;
+  width: 100%;
 }
 
 .ifr-input__container {
@@ -38,86 +44,86 @@
 
 @media only screen and (min-width: 576px) {
   .ifr-input__container {
-    top: 220px;
+  top: 220px;
   }
   .ifr-input {
-    padding: 10px 36px;
-    font-size: 16px;
+  padding: 10px 36px;
+  font-size: 16px;
   }
 }
 @media only screen and (min-width: 768px) {
   .ifr-input__container {
-    top: 220px;
+  top: 220px;
   }
   .ifr-input {
-    padding: 10px 36px;
-    font-size: 16px;
+  padding: 10px 36px;
+  font-size: 16px;
   }
 }
 @media only screen and (min-width: 992px) {
   .ifr-input__container {
-    top: 280px;
+  top: 280px;
   }
   .ifr-input {
-    padding: 14px 40px;
-    font-size: 18px;
+  padding: 14px 40px;
+  font-size: 18px;
   }
 }
 @media only screen and (min-width: 1200px) {
   .ifr-input__container {
-    top: 330px;
+  top: 330px;
   }
   .ifr-input {
-    padding: 14px 40px;
-    font-size: 24px;
+  padding: 14px 40px;
+  font-size: 24px;
   }
 }
 
 .ifr-modal {
-    /* Hidden by default */
-    display: none;
-    /* Stay in place */
-    position: fixed;
-    /* Sit on top */
-    z-index: 1;
-    /* Location of the box */
-    padding-top: 155px;
-    left: 0;
-    top: 0;
-    /* Full width */
-    width: 100%;
-    /* Full height */
-    height: 100%;
-    /* Enable scroll if needed */
-    overflow: auto;
-    /* Fallback color */
-    background-color: rgb(0, 0, 0);
-    /* Black w/ opacity */
-    background-color: rgba(0, 0, 0, 0.4);
+  /* Hidden by default */
+  display: none;
+  /* Stay in place */
+  position: fixed;
+  /* Sit on top */
+  z-index: 1;
+  /* Location of the box */
+  padding-top: 155px;
+  left: 0;
+  top: 0;
+  /* Full width */
+  width: 100%;
+  /* Full height */
+  height: 100%;
+  /* Enable scroll if needed */
+  overflow: auto;
+  /* Fallback color */
+  background-color: rgb(0, 0, 0);
+  /* Black w/ opacity */
+  background-color: rgba(0, 0, 0, 0.4);
 }
 .ifr-modal__content {
-    background-color: #fefefe;
-    margin: auto;
-    padding: 20px;
-    border: 1px solid #888;
-    width: 50%;
+  background-color: #fefefe;
+  margin: auto;
+  padding: 20px;
+  border: 1px solid #888;
+  width: 50%;
 }
 .ifr-modal__content img {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
 }
 .ifr-modal__closeButton {
-    color: #aaaaaa;
-    float: right;
-    font-size: 28px;
-    font-weight: bold;
+  color: #aaaaaa;
+  float: right;
+  font-size: 28px;
+  font-weight: bold;
 }
 .ifr-modal__closeButton:hover,
 .ifr-modal__closeButton:focus {
-    color: #000;
-    text-decoration: none;
-    cursor: pointer;
+  color: #000;
+  text-decoration: none;
+  cursor: pointer;
 }
 
 .ifr-infoBox__menu__img {