Jump to content

MediaWiki:Mobile.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
m (Port from MediaWiki:Common.css)
imported>Ttv pedro270707
mNo edit summary
Line 59: Line 59:
width: 100% !important;
width: 100% !important;
height: 100% !important;
height: 100% !important;
}
/* Inventories (currently only Template:Crafting) */
.crafting-table-ui {
padding: 6px;
border-image-slice: 3 3 3 3;
    border-image-width: 6px 6px 6px 6px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-source: url(https://static.miraheze.org/btawiki/0/00/BTA_Border.png);
    border-style: solid;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    background-color: #c6c6c6;
    display: inline-flex;
    align-items: center;
    position: relative;
}
/* Infoboxes */
.infobox {
padding: 8px;
min-width: 200px;
max-width: 300px;
text-align: center;
}
.infobox p {
margin: 0 !important;
}
.infobox.out {
border-image-slice: 3 3 3 3;
border-image-width: 6px 6px 6px 6px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-source: url("https://static.miraheze.org/btawiki/0/00/BTA_Border.png");
border-style: solid;
image-rendering: pixelated;
image-rendering: crisp-edges;
background-color: #c6c6c6;
}
.infobox.in {
border-left: 2px solid black;
border-right: 2px solid black;
background-color: #555555;
}
.infobox-table {
    margin-top: 6px;
    width: 100%;
    text-align: left;
}
.infobox-table td, .infobox-table th {
    padding-left: 6px;
    padding-right: 6px;
}
}


Line 471: Line 529:
   }
   }
}
}
[[Category:Pages using DynamicPageList3 dplvar parser function]]