Skip to content
Snippets Groups Projects
Select Git revision
  • 2d7a638c6d9321bbe522b31e674d6fa51dceb8f0
  • main default protected
  • Gabes-testing-branch
  • 81-as-a-child-i-want-a-very-flashy-and-modern-looking-webpage-that-will-draw-me-in-and-keep-me
  • locationApporvalFormValidationUpdate
  • 74-as-a-user-i-want-to-see-a-page-of-local-authorities-so-that-i-can-easily-source-contact-details
  • businesses
  • 77-as-a-user-i-want-to-be-able-to-use-the-application-on-any-device-e-g-iphone-ipad-laptop
  • 69-as-a-user-i-would-like-a-town-specific-page-which-shows-all-trails-for-that-town-so-that-i-can
  • 80-as-a-convenience-enthusiast-i-want-a-drop-down-menu-to-be-able-to-quickly-scan-qr-codes-i-find
  • 82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
  • 68-as-a-user-i-would-like-to-see-a-map-containing-all-landmarks-for-a-trail-and-a-suggested-path
  • 70-as-a-repeat-trail-visitor-i-want-to-be-able-to-create-an-account-so-i-can-save-and-review-my
  • towns
  • DTFrontEnd
  • 52-as-a-user-i-would-like-to-see-a-map-of-the-landmarks-so-that-i-can-figure-out-where-to-go
  • 73-as-a-qr-scanning-connoisseur-i-want-to-unlock-stickers-after-scanning-a-qr-code-to-feel-a-sense
  • QRCodes
  • consumers
  • foreignkeys
  • cleanup
21 results

allTrails.css

Blame
  • Rhys Nute's avatar
    Rhys Nute authored
    08577135
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    allTrails.css 2.96 KiB
    /** {*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*body {*/
    /*    background-color: rgb(41, 41, 41);*/
    /*    margin: 0;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    min-height: 100svh;*/
    /*}*/
    /*main {*/
    /*}*/
    
    /*.centerFlex {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
    /*#allTrailsBar {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    !*margin: 1svh auto;*!*/
    /*    padding: 0 5svh;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: space-evenly;*/
    
    /*}*/
    /*.trailsImages {*/
    /*    margin: 1svh auto;*/
    /*    height: 12svh;*/
    /*    width: auto;*/
    /*    border-radius: 20px;*/
    /*    border: solid grey 2px;*/
    /*    transition: 0.5s ease-out 100ms;*/
    /*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.85);*/
    /*}*/
    
    /*.trailsImages:hover {*/
    /*    box-shadow: 0 0 20px 10px #bbbb00;*/
    /*    transform: scale(1.2,1.2);*/
    /*}*/
    
    /*.selected {*/
    /*    box-shadow: 0 0 20px 10px #bbbb00;*/
    /*}*/
    /*@keyframes fadeIn {*/
    /*    0% { opacity: 0; }*/
    /*    100% { opacity: 1; }*/
    /*}*/
    /*main {*/
    /*    margin: 0;*/
    /*}*/
    
    /*#trailInfoContainer {*/
    
    /*    overflow: scroll;*/
    /*}*/
    
    /*.trailInfoFrag {*/
    /*    background-color: rgb(84, 33, 128);*/
    /*    border: #000000 solid 2px;*/
    /*    border-radius: 10px;*/
    /*    box-shadow: 0 5px 20px 0 #000000;*/
    /*    margin: 2svh auto;*/
    /*    padding-bottom: 2svw;*/
    /*    width: 70vw;*/
    /*    height: auto;*/
    /*    min-height: 30svh;*/
    /*    animation: fadeIn 3s;*/
    
    /*    display: grid;*/
    /*    grid-template-areas:*/
    /*            "header header header"*/
    /*            "image text text";*/
    /*    grid-template-columns: 30% 30% auto;*/
    /*    grid-template-rows: 10% auto;*/
    /*    grid-column-gap: 2vw;*/
    /*    grid-row-gap: 2svh;*/
    /*    & .trailInfoHeader {*/
    /*        grid-area: header;*/
    /*        width: 100%;*/
    /*        height: 100%;*/
    /*        margin-top: 1svh;*/
    /*        padding: 0;*/
    /*        & h1 {*/
    /*            color: white;*/
    /*            padding:0;*/
    /*            margin:0 25%;*/
    /*            font-size: 2vw;*/
    /*            text-align: center;*/
    /*            box-shadow: 0 10px 10px -10px black;*/
    /*        }*/
    
    /*    }*/
    
    /*    & img {*/
    /*        grid-area: image;*/
    /*        border-radius: 10px;*/
    /*        border: black solid 1px;*/
    /*        margin-left: 2vw;*/
    /*        margin-right: 2vw;*/
    /*        width: 100%;*/
    /*        height: auto;*/
    /*        box-shadow: 0 10px 20px -10px black;*/
    /*    }*/
    /*    & p {*/
    /*        grid-area: text;*/
    /*        color: white;*/
    /*        margin: 0;*/
    /*        padding: 0 2vw;*/
    /*        font-size: 1.3vw;*/
    /*        text-align: justify;*/
    /*        text-justify: inter-character;*/
    /*        line-height: 1.5;*/
    /*        width: fit-content;*/
    /*        height: fit-content;*/
    /*        overflow: scroll;*/
    
    /*    }*/
    /*}*/
    
    /*#trailFragContent {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    display: flex;*/
    /*    min-height: 40svh;*/
    /*    flex-wrap: wrap;*/
    
    /*}*/
    
    /*header {*/
    /*    box-shadow: #1e1e1e 0 0 10px 10px;*/
    /*    font-size: 1vw;*/
    /*}*/