Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Mobile.css"

Jump to navigation Jump to search
added alert box styles
(added paypal button styles)
Tags: Mobile edit Mobile web edit Advanced mobile edit
(added alert box styles)
Line 20: Line 20:
}
}


 
.alert {
    padding: 10px;
    background-color: #fef6e7;
    border: 1px solid #ffcc32;
    border-radius: 4px;
    border-left: 5px solid #ffcc32;
    margin: 10px 10px 30px 10px !important;
    display: block;
    text-align: center;
    color: #696767;
    font-style: italic;
    }
.alert-callout {
    padding: 10px;
    background-color: #e6e6e6;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    border-left: 5px solid #b2b2b2;
    margin: 10px 10px 30px 10px !important;
    display: block;
    color: #696767;
    width: 95%;
    }
p.alert-callout i {
    float: left;
    margin: 10px;
    }
   
.alert-major {
padding: 10px;
    background-color: #e74844;
    border: 1px solid #890000;
    border-radius: 4px;
    border-left: 5px solid #890201;
    margin: 10px 10px 30px 10px !important;
    display: block;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    }


/* ----------------- FLEXBOXES GENERAL ----------------- */
/* ----------------- FLEXBOXES GENERAL ----------------- */
Line 39: Line 79:


.flexRowContainer .flexItem .pageCreatorBox { }
.flexRowContainer .flexItem .pageCreatorBox { }


.paypal_button_page {
.paypal_button_page {
Line 58: Line 95:


/* -----------
/* -----------
Tour Date Archive table colors for mobile
Tour Date Archive  
-------------*/
-------------*/
.showsTable tr:nth-child(even) {background: #DDD}
.showsTable tr:nth-child(even) {background: #DDD}

Navigation menu