User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


/*
html body.theme-dark-grey {
html body.theme-dark-grey {
/* 30px bottom padding is because of a weird issue with the Vector footer
  that causes the footer links to go beyond the body. */
min-height: calc(100% - 30px);
min-height: calc(100% - 30px);
padding-bottom: 30px;
padding-bottom: 30px;
Line 15: Line 14:
height: 100%;
height: 100%;
}
}
*/


#p-Advertisement {
#p-Advertisement {

Revision as of 15:38, 18 July 2024

.mw-debug-pane {
	height: 800px;
}

/*
html body.theme-dark-grey {
	min-height: calc(100% - 30px);
	padding-bottom: 30px;
	height: auto;
	background: color-mix(in srgb, var(--bg-dark) 90%, transparent);
}

#mw-panel {
	height: 100%;
}
*/

#p-Advertisement {
	top: 0;
	position: sticky;
	display: block; /* override .emptyPortlet{display:none} */
}