MediaWiki:Common.css: Difference between revisions

no edit summary
(Clean up)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4:
#mw-content-block.ts-inner {
max-width: 125em;
}
 
#mw-content {
margin-left: 11%; /* Adjust this value to match the width of #mw-site-navigation */
margin-right: 12.6%; /* Adjust this value to match the width of #mw-site-navigation */
}
 
Line 51 ⟶ 56:
}
 
/* Trying to make left navigation sidebar static, but absolute and fixed break it, sticky does nothing
#mw-site-navigation {
position: absolutefixed; /* Change from static to fixed */
top: 0; /* Ensures it sticks to the top of the viewport */
top: 0
max-height: 100vh; /* Limit the maximum height to viewport height */
} */
overflow-y: auto; /* Add a vertical scrollbar if needed */
}
 
div#mw-related-navigation {
position: fixed; /* Change from static to fixed */
top: 200; /* Ensures it sticks to the top of the viewport */
max-height: calc(100vh - 200px); /* Adjust max-height to accommodate the change */
overflow-y: auto; /* Add a vertical scrollbar if needed */
right: 0; /*right side */
}
 
/* navigation left sidebar transparent */