Jump to content

MediaWiki:Mobile.css: Difference between revisions

m
Sync with MediaWiki:Common.css, and include comment
m (Sync with MediaWiki:Common.css)
m (Sync with MediaWiki:Common.css, and include comment)
Line 48: Line 48:
   width: 256px;
   width: 256px;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   border: 2px solid #808080;
   border: 2px solid #808080 !important; /* This flag is set to make the boxes appear consistent across all skins */
   border-radius: 10px;
   border-radius: 10px;
   box-shadow: 0px -6px #0004 inset;
   box-shadow: 0px -6px #0004 inset;
Line 79: Line 79:


.infobox-table {
.infobox-table {
  display: table !important;
   width: 100%;
   width: 100%;
   border-collapse: collapse;
   border-collapse: collapse;
Line 93: Line 94:
.infobox-row td {
.infobox-row td {
   padding: 2px 5px;
   padding: 2px 5px;
   border-bottom: 1px solid #bdbdbd;
   border-bottom: 1px solid #bdbdbd; /* Color slightly differs on mobile */
}
}