Sha256: cfcdf4eaaf37403e6f44dd24ca3ab5390b1054a546e3f3970f2959d838fc6072

Contents?: true

Size: 1.84 KB

Versions: 24

Compression:

Stored size: 1.84 KB

Contents

.purses-gameui {


  .Origin::before {
    content: "";
    margin-left: -1em;
    border: 1em solid transparent;
    border-top: 1em solid black;
  }
  .Origin {
    position: absolute;
    top: 0;
    left: calc( 50% );
    // z-index: -2;
  }
  .sprite {
    position: absolute;
  }
  .sprite-bottom {
    bottom: 0;
  }

  .CoordinatesW {
    // width: 500px;

    background: var(--iro-color-bg2);
    border: 1px solid red;
    margin-bottom: 3em;

    position: relative;

    z-index: 1;
  }
  .Coordinates {
    border-left: 1px solid var(--iro-color-grid1);
    border-bottom: 1px solid var(--iro-color-grid1);

    background: yellow;

    height: 100px;

    margin-left: 50%;

    position: relative;

    .Breakeven {
      // background: cyan;
      border-right: 2px solid lightblue;

      .half-circle {
        width: 100%;
        height: 100%; /* as the half of the width */
        background-color: lightblue;
        border-top-left-radius: 100%;  /* 100px of height + 10px of border */
        border-top-right-radius: 100%; /* 100px of height + 10px of border */
        // border: 10px solid gray;
        // border-bottom: 0;
      }
    }

    .Last {
      border-left: 2px dotted red;
    }
    .label {
      width: 200px;
      color: gray;
    }

    .marker {
      position: absolute;
      height: 100%;
    }

    .Net {

      position: absolute;
      bottom: 3em;
      z-index: 3;

      background: #339966;
      // border-bottom: 5px solid red;
      .label {
        color: white;
      }
    }

    .grid-mark {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100px;
      z-index: 1;
      border-left: 1px dashed var(--iro-color-grid1);

      .label {
        position: absolute;
        bottom: -1em;
        z-index: 0;
      }
    }
    .mark0 {
      .label {
        bottom: -2em;
      }
    }



  }

}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.43 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.42 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.41 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.40 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.39 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.38 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.37 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.36 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.35 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.34 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.33 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.32 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.31 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.30 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.29 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.28 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.27 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.26 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.25 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk
iron_warbler-2.0.7.24 app/assets/stylesheets/iron_warbler/purses_gameui.scss-bk