Style for the Windesheim ELO to remove ThreeShips helper notifiction and makes models full screen.
elo.windesheim.nl by luximus-hunter
Details
Authorluximus-hunter
LicenseNo License
Categorywindesheim
Created
Updated
Code size1.1 kB
Code checksumae7abebc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name elo.windesheim.nl
@version 20211118.11.04
@namespace userstyles.world/user/luximus-hunter
@description Style for the Windesheim ELO to remove ThreeShips helper notifiction and makes models full screen.
@author luximus-hunter
@license No License
==/UserStyle== */
@-moz-document domain("windesheim.nl") {
.XponentDialog2Wrapper {
left: 0 !important;
top: 0 !important;
height: 100vh !important;
width: 100% !important;
border-radius: 0 !important;
}
._btnMax,
#divInf,
#makefav,
.tabs-bar,
.main-menu,
.btn-star,
#m_DashboardBridge {
display: none !important;
}
.top.XponentControlBase.XponentUserControl.School,
.XponentControlBase.XponentControl.ASPXBridge.OverviewASPXBridge {
top: 0 !important;
height: 100vh !important;
}
.overview-page.main-bottom.spaced_div.full-mode {
padding-top: 100px !important;
}
#m_BreadCrumbBridge,
#m_EmptyPanelBreadCrumb,
#m_StudyRoutes,
[id*="PAGE"] {
left: 0 !important;
width: 100% !important;
}
.widget-item-list p {
margin: 0;
padding: 10px;
}
}