ထႅမ်းပလဵတ်ႉ:Main Page/minerva.css

/* This template is loaded on the main page to address T32405
 Please feel free to adapt the code, translate this message.
 Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
 
 
@media screen and ( max-width: 720px ) {
    body.skin-minerva td,
    body.skin-minerva .mp-column,
    body.skin-minerva tr,
    body.skin-minerva tbody,
    body.skin-minerva table {
        display: block !important;
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}

/* CSS styling for the main page, adapted from en.wikinews. */
/* Consider creating a general CSS subpage, such as 'Template:Main Page/styles.css', to centralize all the main page related CSS. */

.the_table {
  width: 100%;
  border:solid #EFEFF1;
  background: white;
  padding: 0px;
  vertical-align: top;
 }

 .lead_big {
  padding: 3px 3px 3px 3px;
  vertical-align: top;
  width: 66%;
 }

 .lead_normal {
  padding: 3px 6px 3px 6px;
  border-top: 1px solid #cfcfbf;
  vertical-align: top;
  width: 33%;
 }

 .upper_lead {
  height: 100%; /* fixes stretching of table (in firefox anyways)*/
 }

 .l_box {
  vertical-align: top;
  }

 .latest_news {
  vertical-align: top;
  padding: 3px 3px 3px 3px;
  width: 33%;
 }

 .portals {
  padding: 5px 8px 5px 8px;
 }

 .main_popular {
  padding: 5px 8px 5px 8px;
  vertical-align: top;
 }

 .recent_interviews {
  border-left: 1px solid #cfcfbf;
  border-right: 1px solid #cfcfbf;
  padding: 5px 8px 5px 8px;
  vertical-align: top;
 }

 .original_stories {
  padding: 5px 8px 5px 8px;
  vertical-align: top;
 }

 .main_about {
  padding: 5px 8px 5px 8px;
  vertical-align: top;
  width: 33%;
  font-size: small; 
 }

 .main_write {
  border-left: 1px solid #cfcfbf;
  border-right: 1px solid #cfcfbf;
  padding: 5px 8px 5px 8px;
  vertical-align: top;
  width: 33%;
  font-size: small; 
 }

 .main_devel {
  padding: 5px 8px 5px 8px;
  vertical-align: top;
  width: 33%;
 }

 .breaker {
  padding: 5px 8px 5px 8px;
 }