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:Common.css"

Jump to navigation Jump to search
66 bytes removed ,  00:19, 27 December 2018
no edit summary
(sorry for all the css tweaks. I'm a nut.)
Line 253: Line 253:




.frontpageTopSection .col {
.two-columns {
     display: block;
     display: block;
     clear: both;
     clear: both;
     overflow: hidden;
     overflow: hidden;
    width: 45%;
    float:left;
}
}


.frontpageTopSection .col:first-child {
margin-left: 10px;
}
   
   
#introDiv {
     width: 45%;
.two-columns #col-1 {
      
     margin: 0px 30px 0px 0px;
     margin: 0px 30px 0px 0px;
     float: left;
      
}
}


#newsDiv {
.two-columns #col-2 {
    width: 45%;
 
    float: left;
     padding: 0px 10px 20px 10px;
     padding: 0px 10px 20px 10px;
     margin: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
}
.two-columns li {
margin-bottom: 15px;
}
.two-columns .highlight {
     background-color: #dbe8f1;
     background-color: #dbe8f1;
     border: 2px dashed #9ad8fd;
     border: 2px dashed #9ad8fd;
}
}
}




/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 750px)  
@media only screen and (max-width: 1100px)  
   {
   {


#introDiv {
.two-columns #col-1 {
width: 100%;
width: 100%;
  }
  }
#newsDiv {
.two-columns #col-2 {
width: 100%;
width: 100%;
}
}
Line 296: Line 299:
   
   


#newsDiv li {
 
margin-bottom: 15px;
}


/* ------ END FRONT PAGE ----------- */
/* ------ END FRONT PAGE ----------- */

Navigation menu