МедияУики:Common.css: Разлика между версии

м
Added div tags to replace main page template to enable mobile support
(Trying out: copy css from: http://wikiislam.net/wiki/MediaWiki:Common.css)
 
м (Added div tags to replace main page template to enable mobile support)
 
Ред 15: Ред 15:
     font-size: 85%;
     font-size: 85%;
     text-align: right;
     text-align: right;
}
/* Divs for changing the main page from tables to css */
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
border: 0px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
}