MediaWiki:Mobile.css: Difference between revisions

m
No edit summary
m (Sync with MediaWiki:Common.css)
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:


.infobox {
.infobox {
   width: 250px;
   width: 256px;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   border: 1px solid #a2a9b1;
   border: 2px solid #808080;
   padding: 5px;
  border-radius: 10px;
  box-shadow: 0px -6px #0004 inset;
   padding: 0.4em 0.4em 1em;
   font-size: 90%;
   font-size: 90%;
   line-height: 1.5em;
   line-height: 1.5em;
   float: right;
   float: right;
  clear: right;
   margin: 0 0 1em 1em;
   margin: 0 0 1em 1em;
}
}


.infobox-title {
.infobox-title {
   font-size: 110%;
   font-size: 140%;
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
  background-color: #b0c4de;
   padding: 5px;
   padding: 5px;
   border-bottom: 1px solid #a2a9b1;
   border-bottom: 2px solid #a2a9b1;
}
}


Line 56: Line 58:
   font-weight: bold;
   font-weight: bold;
   background-color: #f2f2f2;
   background-color: #f2f2f2;
}
.notice {
  width: 80%;
  margin: auto;
  background-color: #f9f9f9;
  border: 2px solid #808080;
  border-radius: 10px;
  box-shadow: 0px -6px #0004 inset;
  padding: 0.4em 0.4em 0.6em;
}
}


Line 104: Line 116:
   clear: none;
   clear: none;
   float: none;
   float: none;
}
.main-column-box {
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 0px -10px #0004 inset;
  flex: 1 1 100%;
  margin-bottom: 0.4em;
  padding: 0.4em 0.4em 1em;
}
.main-welcome-box {
  background-color: #f9f9f9;
  border: 3px solid #202020;
  border-radius: 20px;
  box-shadow: 0px -10px #0004 inset;
  margin-bottom: 0.4em;
  padding: 0.4em 0.4em 1em;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 0.4em;
}
.main-image {
  text-align: center;
  border-bottom: inherit;
}
}