Ignore:
Timestamp:
2023-03-11T23:54:12+13:00 (14 months ago)
Author:
davidb
Message:

Shifting work to using interact.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/tabletop-dl/trunk/tabletop-winbox.css

    r37462 r37463  
    1212
    1313body {
    14     position: fixed;
     14    /* position: fixed;
    1515    top: 0;
    1616    right: 0;
    1717    bottom: 0;
    18     left: 0;
     18    left: 0;  */
     19   
    1920    font-family: Helvetica, Arial, "Open Sans", OpenSans, sans-serif;
    20     text-align: center;
     21    /* text-align: center; */
    2122    color: #fff;
    22 
     23/*
    2324    -webkit-tap-highlight-color: transparent;
    2425    -webkit-text-size-adjust: 100%;
    2526    -webkit-touch-callout: none;
     27*/
    2628    /*
    2729    -webkit-user-select: none;
     
    3436    overflow: hidden;
    3537}
     38/*
    3639main{
    3740    position: fixed;
     
    4245    overflow-x: hidden;
    4346    overflow-y: hidden;
     47    /* overflow-y: scroll; */
    4448    -webkit-overflow-scrolling: touch;
    4549    overflow-scrolling: touch;
    4650    /*content-visibility: auto;*/
    4751}
    48 header{
    49     position: sticky;
    50     top: 0;
    51     width: 100%;
    52     height: 50px;
    53     /* background: linear-gradient(to right, rgba(13, 17, 22, 0.94), rgba(17, 21, 28, 0.94)); */
    54     background: linear-gradient(to right, rgba(13, 17, 22, 0.64), rgba(17, 21, 28, 0.64));
    55     padding: 15px 0;
    56     border-bottom: 1px solid #181f2a;
    57     z-index: 2;
    58 }
     52 */
     53 
     54header {
     55    /*position: sticky;
     56    top: 0; */
     57     width: 100%;
     58     height: 50px;
     59     /* background: linear-gradient(to right, rgba(13, 17, 22, 0.94), rgba(17, 21, 28, 0.94)); */
     60     background: linear-gradient(to right, rgba(13, 17, 22, 0.64), rgba(17, 21, 28, 0.64));
     61     padding: 15px 0;
     62     /* border-bottom: 1px solid #181f2a; */
     63     z-index: 2;
     64 }
     65 
    5966.wrapper{
    6067    position: relative;
     
    6774    z-index: 1;
    6875}
     76/*
    6977a{
    7078    display: inline-block;
     
    7785    padding: 10px;
    7886}
     87*/
     88
    7989button{
    8090    padding: 5px 10px;
     
    8595    padding: 0;
    8696}
     97/*
    8798h1 img{
    8899    width: 100%;
     
    100111    margin:0;
    101112}
    102 hr{
     113*/
     114
     115hrXX {
    103116    border: 0;
    104117    border-bottom: 1px solid #1c2431;
     
    106119    padding-top: 20px;
    107120}
     121
    108122.button {
    109123    display: inline-block;
Note: See TracChangeset for help on using the changeset viewer.