Snippets

Dan Bowling site_footer.html

Created by Dan Bowling

<style type="text/css">

    .btn-refer-a-griz, .btn-refer-a-griz:visited {
        background-color:rgb(53, 53, 53);
        background-image:none;
        border-bottom-color:rgb(104, 104, 104);
        border-bottom-left-radius:2px;
        border-bottom-right-radius:2px;
        border-bottom-style:none;
        border-bottom-width:0px;
        border-image-outset:0px;
        border-image-repeat:stretch;
        border-image-slice:100%;
        border-image-source:none;
        border-image-width:1;
        border-left-color:rgb(104, 104, 104);
        border-left-style:none;
        border-left-width:0px;
        border-right-color:rgb(104, 104, 104);
        border-right-style:none;
        border-right-width:0px;
        border-top-color:rgb(104, 104, 104);
        border-top-left-radius:2px;
        border-top-right-radius:2px;
        border-top-style:none;
        border-top-width:0px;
        box-shadow: rgba(0, 0, 0, 0.176) 4px 1.21826px 10.43653px -4px, rgba(0, 0, 0, 0.14) 0px 2.47884px 3.6971px 1px;
        box-sizing:border-box;
        color: #fff;
        cursor:pointer;
        display:inline-block;
        font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:18px;
        font-weight:600;
        height:40px;
        letter-spacing:0.5px;
        line-height:40px;
        outline-color:rgb(134, 134, 138);
        outline-style:none;
        outline-width:0px;
        text-align:center;
        text-decoration-color:rgb(104, 104, 104);
        text-decoration-line:none;
        text-decoration-style:solid;
        text-size-adjust:100%;
        text-transform:none;
        touch-action:manipulation;
        transition-delay:0s;
        transition-duration:0.2s;
        transition-property:all;
        transition-timing-function:ease-out;
        user-select:none;
        vertical-align:middle;
        white-space:nowrap;

        position:fixed;
        bottom: -2px;
        left: 15px;
        background-color:#0C9;
        color:#FFF;
        text-align:center;
        
        padding: 0 18px 10px 18px;
        margin: 0;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .btn-refer-a-griz:hover, .btn-refer-a-griz:focus {
        background-color: rgb(0, 235, 176);
        color: rgb(12, 70, 55);
        text-decoration: none;
        text-transform: none;
    }

    @media (max-width: 768px) {
        .btn-refer-a-griz {
            font-size: 14px;
            line-height: 35px;
            left: 10px;
            padding: 0 14px 10px 14px;
        }
    }
</style>




<div class="um_standard_footer" id="footercontent" aria-label="Global UM Footer Navigation" role="navigation">

    <a href="#" class="float btn-refer-a-griz">
        Refer a Griz
    </a>

    <ul>
        <li><a href="https://www.umt.edu/about">About UM</a></li>
        <li><a href="https://www.umt.edu/accessibility/">Accessibility</a></li>
        <li><a href="https://www.umt.edu/administration">Administration</a></li>
        <li><a href="https://www.umt.edu/comments">Contact UM</a></li>
        <li><a href="https://www.umt.edu/directory">Directory</a></li>
        <li><a href="https://www.umt.edu/jobs">Employment</a></li>
        <li><a href="https://www.umt.edu/safety/">Safety</a></li>
        <li><a href="https://umt.edu/privacy/">Privacy Policy</a></li>
        <li class="last"><a href="https://map.umt.edu/">Campus Map</a></li>
    </ul>
</div>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.