Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ewsgit authored Jul 6, 2023
1 parent c7d97b8 commit 034c186
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
4 changes: 4 additions & 0 deletions google.com/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
8 changes: 4 additions & 4 deletions office.com/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
28 changes: 21 additions & 7 deletions sharepoint.com/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
> 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
> div
> div
> div.minimisedProfile_93c78e54
> div:active {
transition: filter 1000ms ease-in-out;
filter:brightness(1);
}

Expand All @@ -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;
}

Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit 034c186

Please sign in to comment.