diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/assets/introduction_back_button_hover.png | bin | 0 -> 9252 bytes | |||
-rw-r--r-- | data/assets/introduction_back_button_normal.png | bin | 0 -> 8932 bytes | |||
-rw-r--r-- | data/assets/introduction_back_button_pressed.png | bin | 0 -> 8029 bytes | |||
-rw-r--r-- | data/assets/play.png | bin | 16366 -> 0 bytes | |||
-rw-r--r-- | data/css/eos-wikipedia-domain.css | 12 | ||||
-rw-r--r-- | data/eos-wikipedia-domain.gresource.xml | 4 |
6 files changed, 14 insertions, 2 deletions
diff --git a/data/assets/introduction_back_button_hover.png b/data/assets/introduction_back_button_hover.png Binary files differnew file mode 100644 index 0000000..418fee7 --- /dev/null +++ b/data/assets/introduction_back_button_hover.png diff --git a/data/assets/introduction_back_button_normal.png b/data/assets/introduction_back_button_normal.png Binary files differnew file mode 100644 index 0000000..54ea015 --- /dev/null +++ b/data/assets/introduction_back_button_normal.png diff --git a/data/assets/introduction_back_button_pressed.png b/data/assets/introduction_back_button_pressed.png Binary files differnew file mode 100644 index 0000000..a1d3bc0 --- /dev/null +++ b/data/assets/introduction_back_button_pressed.png diff --git a/data/assets/play.png b/data/assets/play.png Binary files differdeleted file mode 100644 index d5b1279..0000000 --- a/data/assets/play.png +++ /dev/null diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index c1d6199..715f20f 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -85,6 +85,16 @@ Gjs_CategoryButton GtkEventBox:hover { transition: background-color 100ms ease-in-out; } -#side_bar_button:hover{ +#side_bar_button:hover { background-color: rgba(0, 0, 0, 0.2); } + +Gjs_AssetButton { + font-weight: bold; + color: alpha(white, 0.0); +} + +Gjs_AssetButton:prelight { + text-shadow: 0px 1px 0px alpha(#000000, 0.5), 0px 0px 12px alpha(#000000, 0.3); + color: alpha(white, 1.0); +} diff --git a/data/eos-wikipedia-domain.gresource.xml b/data/eos-wikipedia-domain.gresource.xml index b1a7d87..19c31f4 100644 --- a/data/eos-wikipedia-domain.gresource.xml +++ b/data/eos-wikipedia-domain.gresource.xml @@ -13,6 +13,8 @@ <file>assets/category_splash_separator_shadow.png</file> <file>assets/category_hover_arrow.png</file> <file>assets/image_strip_back_button.png</file> - <file>assets/play.png</file> + <file>assets/introduction_back_button_normal.png</file> + <file>assets/introduction_back_button_pressed.png</file> + <file>assets/introduction_back_button_hover.png</file> </gresource> </gresources> |