Skip to content

surf.sharepoint.com by baszoetekouw

Details

Authorbaszoetekouw

LicenseNo License

Categorysurf

Created

Updated

Size3.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Verwijder bewegende rommel

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         surf.sharepoint.com
@version      20240513.10.31
@namespace    https://userstyles.world/user/baszoetekouw
@description  Verwijder bewegende rommel
@author       baszoetekouw
@license      No License
==/UserStyle== */

@-moz-document regexp("https?://surf\\.sharepoint\\.com/?") {
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* left-most "appbar" */
div#sp-appBar {
    /* border: thick solid blue; */
    display: none;
}


/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* SURF logo */
div[data-automationid=SiteHeader] {
    /* border: thick solid blue; */
    max-height: 50px;
}
a[data-navigationcomponent=SiteHeader] > img {
    height: 50px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* left section with caroussel and news */
div[data-automation-id=CanvasLayout]:nth-of-type(1) {
    border: thick solid blue;
}

/* top part: caroussell */
div[data-automation-id=CanvasLayout]:nth-of-type(1) > div.fui-FluentProvider:nth-of-type(1) {
    border: thick solid red;
    display: none;
}

/* middle part: news items */
div[data-automation-id=CanvasLayout]:nth-of-type(1) > div.fui-FluentProvider:nth-of-type(2) {
    /* border: thick solid green; */
}

/* middle part: news items: link "buttons" */
div[data-automation-id=CanvasLayout]:nth-of-type(1) > div.fui-FluentProvider:nth-of-type(2) div.ms-List-cell {
    /* border: thick solid green; */
    width: 150px;
}
div[data-automation-id=CanvasLayout]:nth-of-type(1) > div.fui-FluentProvider:nth-of-type(2) div[role=listitem] {
    /* border: thick solid green; */
    width: 140px;
}



/* bottom part: Microsoft is spying on you */
div[data-automation-id=CanvasLayout]:nth-of-type(1) > div.fui-FluentProvider:nth-of-type(3) {
    display: none;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* right section with bookmarks and agenda */
div[data-automation-id=CanvasLayout]:nth-of-type(2) {
    /* border: thick solid blue; */
}

/* top part: bookmarks */
div[data-automation-id=CanvasLayout]:nth-of-type(2) div.ControlZone:nth-of-type(1) {
    /* border: thick solid green; */
}

/* middle part: agenda */
div[data-automation-id=CanvasLayout]:nth-of-type(2) div.ControlZone:nth-of-type(2) {
    border: thick solid green;
    display: none;
}

/* bottom part: new colleagues */
div[data-automation-id=CanvasLayout]:nth-of-type(2) div.ControlZone:nth-of-type(4) {
    border: thick solid green;
    display: none;
}
}

Reviews

No reviews yet.