the-glorious-startpage/css/style.css
Gerome Matilla c59d1ec0ec
Css (#26)
* add screens css

* separate dir for screens

* separate dir for dashboard and settings

* separate dir for centeredbox and its contents

* move autosuggestion to centeredbox dir

* rename webmenu to webmenuscreen

* fix bugs and errors caused by renaming webmenu

* fix missing dashboard icons

* fix missing weather forecast  icons

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* combine bars and panels

* bars css cleanup

* dashboard missing icon fix and css

* decrease the usage of !important

* decrease the usage of important
2020-06-16 13:00:55 +08:00

31 lines
1004 B
CSS

/*Load all CSS*/
@import url('base/normalize.css');
@import url('base/font-face.css');
@import url('base/base.css');
@import url('base/dummy-body-background.css');
/*Bars and Panels*/
@import url('bars/bar.css');
@import url('bars/top-panel.css');
@import url('bars/clock.css');
@import url('bars/dock.css');
@import url('bars/dock-buttons.css');
/*Centered box and Contents*/
@import url('centeredbox/centered-box.css');
@import url('centeredbox/centered-box-overlay.css');
@import url('centeredbox/profile-image.css');
@import url('centeredbox/search-box.css');
@import url('centeredbox/auto-suggestion.css');
/*Screens*/
@import url('screens/screens.css');
@import url('screens/weather-screen.css');
@import url('screens/web-menu.css');
/*Dashboard and Settings*/
@import url('dashboard/dashboard.css');
@import url('dashboard/greeter-date-message.css');
@import url('dashboard/search-engine-settings.css');
@import url('dashboard/weather-settings.css');
@import url('dashboard/theme-engine.css');