Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Elaina69 authored Mar 24, 2023
1 parent f7ff5ef commit 3ea78ca
Show file tree
Hide file tree
Showing 50 changed files with 2,471 additions and 0 deletions.
Binary file added ElainaV2/assets/Backgrounds/Elaina1.webm
Binary file not shown.
Binary file added ElainaV2/assets/Backgrounds/Elaina2.webm
Binary file not shown.
Binary file added ElainaV2/assets/Backgrounds/Elaina3.webm
Binary file not shown.
Binary file added ElainaV2/assets/Backgrounds/Elaina4.webm
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Animate-Loading-Screen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.lol-loading-screen-container.lol-loading-screen-default-state {
backdrop-filter: blur(15px) ;
background: transparent!important;
}

.lol-loading-screen-progress-bar-container {
width: 500px !important;
top: 8px !important;
}

.lol-loading-screen-container .lol-loading-screen-lol-icon {
background: var(--ElainaFly) !important;
background-repeat: no-repeat;
background-size: contain;
width: 475px !important;
height: 475px !important;
margin-top: 114px !important;
margin-bottom: 0px !important;
border: 2px solid transparent !important;
border-radius: 250px !important;
}

.lol-loading-screen-status-container {
height: 86px !important;
margin-top: 28px !important;
}
15 changes: 15 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Aram-only.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[data-game-mode="CLASSIC"] {
display: none !important;
}

[data-game-mode="TFT"] {
display: none !important;
}

.quick-play-game-mode-text {
display: none !important;
}

.quick-play-button {
display: none !important;
}
3 changes: 3 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Avatar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.top > .icon-image.has-icon, .style-profile-champion-icon-masked > img {
content: var(--Avatar) !important;
}
15 changes: 15 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Hide-Champs-Splash-Art.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.champion-select {
background: transparent!important
}

.champion-select .champion-splash-background .background-vignette-container.defocussed > .champ-select-bg {
opacity:0 !important;
}

.champ-select-bg-darken {
opacity:0.2!important
}

.background-vignette-container.focussed.static.visible {
display: none !important;
}
3 changes: 3 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Sidebar-Color.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.rcp-fe-viewport-sidebar {
background: var(--social-sidebar-bg-color) !important;
}
3 changes: 3 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Sidebar-Transparent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.rcp-fe-viewport-sidebar {
background: linear-gradient(rgba(6, 6, 6, 0), rgba(0, 0, 0, 0)) !important;
}
18 changes: 18 additions & 0 deletions ElainaV2/assets/Css/Addon-Css/Static-Loading-Screen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.lol-loading-screen-container.lol-loading-screen-default-state {
backdrop-filter: blur(15px) ;
background: transparent!important;
}

.lol-loading-screen-progress-bar-container {
width: 500px !important;
top: 35px !important;
}

.lol-loading-screen-container .lol-loading-screen-lol-icon {
background: var(--ElainaStatic) !important;
background-repeat: no-repeat;
background-size: contain;
width: 240px !important;
height: 240px !important;
margin-top: 40px !important;
}
Loading

0 comments on commit 3ea78ca

Please sign in to comment.