MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 369: Line 369:
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
    max-width: 25%;
}
}
.infobox caption {
.infobox caption {
Line 380: Line 381:
vertical-align: top;
vertical-align: top;
/* @noflip */
/* @noflip */
text-align: left;
tex t-align: left;
}
}
.infobox.bordered {
.infobox.bordered {
Line 1,381: Line 1,382:
display: none !important;
display: none !important;
}
}
/* new colors */
/* new colors  
body {
body {
     background-color: #fffdf9;
     background-color: #fffdf9;
Line 1,420: Line 1,421:
     background: linear-gradient(to top, white 0, #fefdf9 100%);
     background: linear-gradient(to top, white 0, #fefdf9 100%);
}
}
 
*/
/* font-sizes */
/* font-sizes */
.mw-body-content{
font-size: 16px;
}
.mw-editfont-monospace{
.mw-editfont-monospace{
font-size: 15px;
font-size: 15px;
Line 1,500: Line 1,498:
   src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
   src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
   unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
   unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* vector 2022 */
.mw-content-container, .mw-article-toolbar-container {
  max -width: none;
}
.mw-sidebar-action {
display: none;
}
#p-lang-btn.mw-portlet-empty {
display: block;
}
#p-lang-btn {
float: right;
}
/* tabber */
.tabber__tabs {
margin: auto;
}
}