MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 46: Line 46:
  width: 35%;
  width: 35%;
height: auto;
height: auto;
}
.mainpage-header-boxes {
width: 100%;
padding: 6px;
margin: 10px;
text-align: left;
}
/* Top boxes on main page */
.header-boxes-container {
width: 100%;
background: none;
line-height: 200%;
text-align: center;
font-size: 20px;
display: flex;
margin: 15px;
}
.mainpage-header-boxes {
width: 100%;
padding: 6px;
margin: 10px;
text-align: left;
}
.mainpage-left-box {
border: 3px solid #e65c00;
background: rgba(194, 166, 105, 0.42);
vertical-align: top;
}
.mainpage-right-box {
border: 3px solid #009933;
background: rgba(57, 144, 113, 0.42);
float: right;
margin-right: 40px;
}
}