Make VDI area for Microsoft Applied Skills more wide
Widen VDI area for Microsoft Applied Skills by horihiro
Details
Authorhorihiro
LicenseNo License
Categorymicrosoft
Created
Updated
Size853 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name applied skills assesment
@version 20241006.00.47
@namespace ?
==/UserStyle== */
@-moz-document regexp("https:\\/\\/learn\\.microsoft\\.com\\/[^/]+\\/credentials\\/applied-skills/[^/]+/assessment\\?.*") {
body > div.header-holder,
body > section, #article-header {
display: none;
}
body {
overflow: hidden
}
#assessment-container > section:last-child {
position: absolute;
width: 100%;
bottom: -50px;
left: 0;
}
#assessment-container > section:last-child:hover {
bottom: 0px;
}
html.theme-dark #assessment-container > section:last-child {
background-color: rgb(23,23,23);
}
html.theme-light #assessment-container > section:last-child {
background-color: rgb(255,255,255);
}
html.theme-high-contrast #assessment-container > section:last-child {
background-color: rgb(0, 0, 0);
}
}