From 034c186cb6d74ea3514aef98e3c26a2581fe1c2b Mon Sep 17 00:00:00 2001 From: Ewsgit Date: Thu, 6 Jul 2023 13:35:41 +0100 Subject: [PATCH] Add files via upload --- google.com/all.css | 4 ++++ office.com/index.css | 8 ++++---- sharepoint.com/all.css | 28 +++++++++++++++++++++------- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/google.com/all.css b/google.com/all.css index 4140944..5058e9e 100644 --- a/google.com/all.css +++ b/google.com/all.css @@ -220,3 +220,7 @@ body body > div.L3eUgb > div.o3j99.ikrT4e.om7nvf > form > div:nth-child(1) > div.A8SBwf.emcav > div.UUbT9 > div.aajZCb > div.mkHrUc > div.erkvQe > div > ul > li { transition: all ease-in-out 250ms; } + +#gb > div > div:nth-child(3) > iframe { + display: none !important; +} diff --git a/office.com/index.css b/office.com/index.css index c85238a..9f3cb1a 100644 --- a/office.com/index.css +++ b/office.com/index.css @@ -14,14 +14,14 @@ } .ohpAppTheme .ms-bgc-nla, .ohpAppTheme .ms-bgc-d { - background-color: var(--colorNeutralBackground2,#fafafa); + background-color: var(--colorNeutralBackground1 ,#fafafa); } #officeHome > div:nth-child(1) > ohp-appbar > ohp-appbar-content > div > div > div > div.___zeg2ds0.f22iagw.f122n59.fsuw20m.f1vx9l62.f540s0x.f1ja72i3 { - background-color: var(--colorNeutralBackground3); - border-radius: var(--borderRadiusXLarge); + background-color: var(--colorNeutralBackground2); + border-radius: 0 1rem 1rem 0; } .f1ctqxl6 { - background-color: var(--colorNeutralBackground2) !important; + background-color: var(--colorNeutralBackground5) !important; } diff --git a/sharepoint.com/all.css b/sharepoint.com/all.css index 0ecd79a..348167b 100644 --- a/sharepoint.com/all.css +++ b/sharepoint.com/all.css @@ -3,10 +3,10 @@ > div > div.minimisedProfile_93c78e54 > div { - border-radius: 0.5rem; + border-radius: 500rem; margin: 0; - transition: filter 500ms ease-in-out; - filter:brightness(0); + transition: filter 250ms ease-in-out; + filter:brightness(0.2); } #myProfileByCloudDesignBox_93c78e54 @@ -14,6 +14,7 @@ > div > div.minimisedProfile_93c78e54 > div:active { + transition: filter 1000ms ease-in-out; filter:brightness(1); } @@ -24,9 +25,9 @@ border-radius: 1rem; /*overflow: hidden;*/ padding: 0; - margin-bottom: 0.5rem; + margin-bottom: 2rem; + margin-top: 2rem; position: relative; - border: 0.25rem #565656 solid; z-index: 3; } @@ -133,10 +134,23 @@ position: absolute; top: -0.5rem; left: -0.5rem; - animation: profilegradient 10s linear forwards infinite; + animation: profilegradient 5s linear forwards infinite; width: calc(100% + 1rem); height: calc(100% + 1rem); - background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgba(95,21,242,1) 70%, rgba(186,12,248,1) 80%, rgba(251,7,217,1) 90%, rgba(255,0,0,1) 100%);; + background: linear-gradient( + 90deg, + rgba(255,0,0,1) 0%, + rgba(255,154,0,1) 10%, + rgba(208,222,33,1) 20%, + rgba(79,220,74,1) 30%, + rgba(63,218,216,1) 40%, + rgba(47,201,226,1) 50%, + rgba(28,127,238,1) 60%, + rgba(95,21,242,1) 70%, + rgba(186,12,248,1) 80%, + rgba(251,7,217,1) 90%, + rgba(255,0,0,1) 100% + ); filter: blur(1rem); z-index: -1; border-radius: 50%;