universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

splash.css (721B)


      1 .splash {
      2    padding-top:32px!important;
      3    padding-bottom:80px!important;
      4    text-align:center!important;
      5    margin: auto;
      6    width: 100%;
      7    position:fixed;
      8    overflow:auto;
      9    overflow-y: hidden;
     10    max-height:100%;
     11    z-index:-887;
     12    position:fixed;
     13    color: var(--lg-hr) !important;
     14    }
     15    
     16    .splashcard{
     17    display: inline-block;
     18    text-align:left;
     19    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2),0px 0px 8px -1px rgba(0,0,0,0.19);
     20    background-color: var(--lg-tx)!important;
     21    border-radius: 8px;
     22    padding:0.01em 16px;
     23    left: 0;
     24    right: 0;
     25    margin-left: auto;
     26    margin-right: auto;
     27    width: 66.6666%;
     28    color: var(--accent) !important;
     29    }