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
hoping that this will make collapsible elements on mobile work
(added alert box styles)
(hoping that this will make collapsible elements on mobile work)
Line 100: Line 100:
.showsTable tr:nth-child(odd) {background: #FFF}
.showsTable tr:nth-child(odd) {background: #FFF}


/* ----------------- COLLAPSABLE ELEMENTS ----------------- */
.mw-collapsible.mw-collapsed {
width:50%;
overflow:auto;
margin: 5px 0px;
    }
.mw-collapsible.mw-made-collapsible {
margin-top: 20px;
    overflow:auto;
    }
.setlistExpand {
width:50%;
    }
.mw-customtoggle-tourDateHelp {
    font-size: x-large;
    color: #0645ad;
    padding: 8px;
    margin: 0px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fef6e7;
    width: 98%;
    text-align: center;
    display: block;
    text-decoration: underline;
    }
   
div#mw-customcollapsible-tourDateHelp {
    width: 95%;
    margin-top:-15px;
    padding: 30px;
    background-color: #FEF6E7;
    border: 1px solid #ccc;
    border-top:none;
    }
.mw-collapsible li {
    line-height: 1.5em;
}


/* -----------------  
/* -----------------  
Mobile Collapsable Element
  ----------------- */
  ----------------- */


  footer > .post-content {
  footer > .post-content {

Navigation menu