MediaWiki:Common.css: Difference between revisions

Mr Pie 5 (talk | contribs)
Import Roboto black from Google fonts
Mr Pie 5 (talk | contribs)
Updated mp-featured color to better match figma. Removed red header border on main page.
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');


@font-face {  
@font-face {
     font-family: 'KingthingsPetrock';
     font-family: 'KingthingsPetrock';
     font-style: normal;
     font-style: normal;
Line 11: Line 11:
}
}


@font-face {  
@font-face {
     font-family: 'MuseoSans';
     font-family: 'MuseoSans';
     font-style: normal;
     font-style: normal;
Line 7,011: Line 7,011:
   --sidebar-width:0em;
   --sidebar-width:0em;
   --search-width:55em;
   --search-width:55em;
  --head-border-height:0px;
}
}


Line 7,019: Line 7,020:
.page-User_Mr_Pie_5_Sandbox #content {
.page-User_Mr_Pie_5_Sandbox #content {
   padding:0;
   padding:0;
}
.page-User_Mr_Pie_5_Sandbox.action-view #content {
   background:none;
   background:none;
}
}
Line 7,054: Line 7,058:
   column-gap:10px;
   column-gap:10px;
   row-gap: 10px;
   row-gap: 10px;
   background-color:rgba(128,128,128,0.6);
   background-color:rgba(241,248,251,0.25);
   padding:10px;
   padding:10px;
   margin:20px;
   margin:20px;
Line 7,397: Line 7,401:
   color:#000;
   color:#000;
   font-weight:bold;
   font-weight:bold;
}
/* Move vector tabs to the bottom of the main page */
#mp-attributes {
  padding-bottom:2em
}
.page-User_Mr_Pie_5_Sandbox #mw-navigation #left-navigation > nav,
.page-User_Mr_Pie_5_Sandbox #mw-navigation #right-navigation > nav {
  display:none;
}
.page-User_Mr_Pie_5_Sandbox #bodyContent #mw-head {
  position:absolute;
  top:unset;
  bottom:0;
  right:0;
  margin:0;
}
.page-User_Mr_Pie_5_Sandbox #bodyContent .vector-menu-tabs .mw-watchlink.icon a {
  height:2.5em !important;
}
.page-User_Mr_Pie_5_Sandbox #bodyContent #p-search,
.page-User_Mr_Pie_5_Sandbox #bodyContent #p-personal {
  display:none;
}
}