-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
47 changed files
with
3,721 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/common.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/css/background_logo.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
body.legion{ | ||
background: url(coui://ui/mods/com.pa.legion-expansion/img/splash.png) center right no-repeat; | ||
background-size: cover; | ||
background-attachment: fixed; | ||
background-position-x: 0px; | ||
background-position-y: 0px; | ||
} |
14 changes: 14 additions & 0 deletions
14
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/css/background_no_logo.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
body.legion{ | ||
background: url(coui://ui/mods/com.pa.legion-expansion/img/splash_no_logo.png) center right no-repeat; | ||
background-size: cover; | ||
background-attachment: fixed; | ||
background-position-x: 0px; | ||
background-position-y: 0px; | ||
} | ||
|
||
.legion .background_glow { | ||
height: 100%; | ||
width: 100%; | ||
background: url(coui://ui/mods/com.pa.legion-expansion/img/background_glow.png) center center no-repeat transparent; | ||
opacity: 0.6; | ||
} |
105 changes: 105 additions & 0 deletions
105
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/css/legion_action_bar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
.legion .div_command_bar, | ||
.legion .div_orders_bar { | ||
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_command_bar_bground_legion.png) 26 24 26 26 fill !important; | ||
} | ||
|
||
.legion .div_command_bar_cont, | ||
.legion .div_orders_bar_cont { | ||
box-shadow: inset 0px 0px 8px rgba(255, 18, 18, 0.5); | ||
} | ||
|
||
.legion .div_command_item_active, .legion a.div_command_item_active:hover { | ||
background: rgba(255,0,0,0.7); | ||
border: 1px solid rgba(158,0,0,0.5); | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.7); | ||
} | ||
|
||
.legion .div_command_item a:hover { | ||
background: rgba(255,0,0,0.85); | ||
border: 1px solid rgba(158,0,0,0.5); | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.85); | ||
} | ||
|
||
.legion .span_tooltip_hotkey { | ||
border:1px solid rgba(255, 0, 0, 1) !important; | ||
color: rgba(255,0,0,1) !important; | ||
} | ||
|
||
.legion .tooltip-inner { | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.5) !important; | ||
} | ||
|
||
.legion .tooltip_order { | ||
color: white !important; | ||
} | ||
|
||
.legion .btn_std_ix:hover { | ||
background: rgba(255,0,0,0.85) !important; | ||
border:1px solid rgba(158, 0, 0, 0.1) !important; | ||
box-shadow: 0px 0px 10px rgba(255,0,0,0.2) !important; | ||
} | ||
|
||
.legion .cmd_order:hover { | ||
background: rgba(255,0,0,0.8); | ||
border: 1px solid rgba(158,0,0,0.5); | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.8); | ||
} | ||
|
||
.legion .cmd_order:active { | ||
background: rgba(255,0,0,1); | ||
border: 1px solid rgba(158,0,0,0.5); | ||
box-shadow: 0px 0px 20px rgba(255,0,0,1); | ||
} | ||
|
||
.mixed .div_command_bar, | ||
.mixed .div_orders_bar { | ||
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_command_bar_bground_mixed.png) 26 24 26 26 fill !important; | ||
} | ||
|
||
.mixed .div_command_bar_cont, | ||
.mixed .div_orders_bar_cont { | ||
box-shadow: inset 0px 0px 8px rgba(99, 14, 138, 0.5); | ||
} | ||
|
||
.mixed .div_command_item_active, .mixed a.div_command_item_active:hover { | ||
background: rgba(179,74,218,0.7); | ||
border: 1px solid rgba(99,14,138,0.5); | ||
box-shadow: 0px 0px 20px rgba(179,74,218,0.7); | ||
} | ||
|
||
.mixed .div_command_item a:hover { | ||
background: rgba(179,74,218,0.85); | ||
border: 1px solid rgba(99,14,138,0.5); | ||
box-shadow: 0px 0px 20px rgba(179,74,218,0.85); | ||
} | ||
|
||
.mixed .span_tooltip_hotkey { | ||
border:1px solid rgba(159,64,198,1) !important; | ||
color: rgba(159,64,198,1) !important; | ||
} | ||
|
||
.mixed .tooltip-inner { | ||
box-shadow: 0px 0px 20px rgba(99,14,138,0.5) !important; | ||
} | ||
|
||
.mixed .tooltip_order { | ||
color: white !important; | ||
} | ||
|
||
.mixed .btn_std_ix:hover { | ||
background: rgba(179,74,218,0.85); | ||
border: 1px solid rgba(99,14,138,0.5); | ||
box-shadow: 0px 0px 20px rgba(179,74,218,0.85); | ||
} | ||
|
||
.mixed .cmd_order:hover { | ||
background: rgba(179,74,218,0.8); | ||
border: 1px solid rgba(99,14,138,0.5); | ||
box-shadow: 0px 0px 20px rgba(179,74,218,0.8); | ||
} | ||
|
||
.mixed .cmd_order:active { | ||
background: rgba(179,74,218,1); | ||
border: 1px solid rgba(99,14,138,0.5); | ||
box-shadow: 0px 0px 20px rgba(179,74,218,1); | ||
} |
117 changes: 117 additions & 0 deletions
117
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/css/legion_build_bar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
.legion .div_build_bar_menu_cont { | ||
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_build_bar_menu_bground_legion.png) 35 35 23 35 fill !important; | ||
} | ||
.legion .div_build_bar_page{ | ||
border-left: 1px solid #970000; | ||
border-top: 1px solid #970000; | ||
box-shadow: 0px 0px 50px rgba(158, 0, 0, 0.5); | ||
} | ||
|
||
.legion .div_build_bar_page.active_build_tab{ | ||
border-left: 1px solid #FF0000; | ||
border-top: 1px solid #FF0000; | ||
border-right: 1px solid #FF0000; | ||
border-bottom: 1px solid #FF0000; | ||
box-shadow: 0px 0px 50px #FF0000; | ||
} | ||
|
||
.legion .div_build_item { | ||
border-right-color:#970000; | ||
border-bottom-color:#970000; | ||
} | ||
|
||
.legion .span_hotkey { | ||
border:1px solid #FF0000 !important; | ||
color:#FFF !important; | ||
} | ||
|
||
.legion .div_build_item:hover { | ||
background: rgba(255,0,0,0.85); | ||
border:1px solid rgba(158, 0, 0, 0.5) !important; | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.85) !important; | ||
} | ||
|
||
.legion .div_build_item.active { | ||
background: rgba(255,0,0,0.7); | ||
border:1px solid rgba(158, 0, 0, 0.5) !important; | ||
box-shadow: 0px 0px 20px rgba(255,0,0,0.7) !important; | ||
} | ||
|
||
.legion .span_build_bar_tab { | ||
color: #FF0000; | ||
text-shadow: 0px 0px 30px #FF0000; | ||
border-right-color:#333; | ||
border-left-color:#333; | ||
border-bottom-color:#444; | ||
background: #1D1D1D; | ||
} | ||
|
||
.legion .span_build_bar_tab:hover { | ||
background: #FF0000; | ||
text-shadow: 0px 0px 30px #FF0000; | ||
border:1px solid rgba(158, 0, 0, 0.5) !important; | ||
} | ||
|
||
.legion .span_build_bar_tab_active { | ||
border:1px solid rgba(158, 0, 0, 0.5) !important; | ||
box-shadow: 0px 0px 10px #FF0000 !important; | ||
} | ||
|
||
.mixed .div_build_bar_menu_cont { | ||
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_build_bar_menu_bground_mixed.png) 35 35 23 35 fill !important; | ||
} | ||
.mixed .div_build_bar_page{ | ||
border-left: 1px solid #660066; | ||
border-top: 1px solid #660066; | ||
box-shadow: 0px 0px 50px rgba(99, 14, 138, 0.5); | ||
} | ||
|
||
.mixed .div_build_bar_page.active_build_tab{ | ||
border-left: 1px solid #663399; | ||
border-top: 1px solid #663399; | ||
border-right: 1px solid #663399; | ||
border-bottom: 1px solid #663399; | ||
box-shadow: 0px 0px 50px #663399; | ||
} | ||
|
||
.mixed .div_build_item { | ||
border-right-color:#660066; | ||
border-bottom-color:#660066; | ||
} | ||
|
||
.mixed .span_hotkey { | ||
border:1px solid #663399 !important; | ||
color:#FFF !important; | ||
} | ||
|
||
.mixed .div_build_item:active { | ||
background: #663399 !important; | ||
border:1px solid rgba(99, 14, 138, 0.5) !important; | ||
box-shadow: 0px 0px 10px rgba(99, 14, 138, 0.5) !important; | ||
} | ||
|
||
.mixed .div_build_item.hover { | ||
background: rgba(139,54,178,0.85) !important; | ||
border:1px solid rgba(99, 14, 138, 0.5) !important; | ||
box-shadow: 0px 0px 20px rgba(139,54,178,0.85) !important; | ||
} | ||
|
||
.mixed .span_build_bar_tab { | ||
color: #660099; | ||
text-shadow: 0px 0px 30px #660099; | ||
border-right-color:#333; | ||
border-left-color:#333; | ||
border-bottom-color:#444; | ||
background: #1D1D1D; | ||
} | ||
|
||
.mixed .span_build_bar_tab:hover { | ||
background: #660099; | ||
text-shadow: 0px 0px 30px #660099; | ||
border:1px solid rgba(99, 14, 138, 0.5) !important; | ||
} | ||
|
||
.mixed .span_build_bar_tab_active { | ||
border:1px solid rgba(99, 14, 138, 0.5) !important; | ||
box-shadow: 0px 0px 10px #660099 !important; | ||
} |
17 changes: 17 additions & 0 deletions
17
com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/css/legion_build_hover.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.legionui .div_build_bar_unit_hover_detail .wrapper .detail .description .text { | ||
color: white !important; | ||
} | ||
|
||
.legionui .div_build_bar_unit_hover_detail .wrapper { | ||
text-shadow: 0px 0px 20px rgba(160,0,0,0.5) !important; | ||
color: white; | ||
} | ||
|
||
.mixedui .div_build_bar_unit_hover_detail .wrapper .detail .description .text { | ||
color: white !important; | ||
} | ||
|
||
.mixednui .div_build_bar_unit_hover_detail .wrapper { | ||
text-shadow: 0px 0px 20px rgba(99, 14, 138, 0.5) !important; | ||
color: white; | ||
} |
Oops, something went wrong.