MediaWiki:Common.css: Difference between revisions
Fix for non-firefox browsers still showing sliding-gallery scrollbar |
Updated mp-featured color to better match figma. Removed red header border on main page. |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap'); | |||
/ | @font-face { | ||
font-family: 'KingthingsPetrock'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Kingthings Petrock"), | |||
url('filepath://Kingthings_Petrock-webfont.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'MuseoSans'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Museo Sans"), | |||
url('filepath://Museo_Sans_500.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'League Spartan'; | |||
font-style: normal; | |||
font-weight: bold; | |||
src: local("League Spartan"), | |||
url('filepath://Leaguespartan-bold.woff') format('woff'); | |||
} | |||
.new, #p-personal a.new { | .new, #p-personal a.new { | ||
| Line 240: | Line 260: | ||
height:auto; | height:auto; | ||
} | } | ||
| Line 7,015: | Line 7,011: | ||
--sidebar-width:0em; | --sidebar-width:0em; | ||
--search-width:55em; | --search-width:55em; | ||
--head-border-height:0px; | |||
} | } | ||
| Line 7,023: | 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,058: | Line 7,058: | ||
column-gap:10px; | column-gap:10px; | ||
row-gap: 10px; | row-gap: 10px; | ||
background-color:rgba( | background-color:rgba(241,248,251,0.25); | ||
padding:10px; | padding:10px; | ||
margin:20px; | margin:20px; | ||
| Line 7,401: | 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; | |||
} | } | ||