diff --git a/LICENSE.md b/LICENSE.md index 6636f89..cac506e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,6 +6,8 @@ * icons/unsplash licensed by [Unsplash License](./LICENSE_UNSPLASH.txt). (Read icons/unsplash/Attribution.html to learn about) +* 7.css licensed by [MIT License](./LICENSE_MIT.css) [Github](https://github.com/khang-nd/7.css) + * Bootstrap Icons licensed by [Mit License](./LICENSE_MIT.txt) * Brython licensed by [BSD-3-Clause License](./LICENCE_BSD3Clause.TXT) @@ -16,4 +18,6 @@ > WineHQ are registered trademarks of WineHQ. -> Python are registered trademarks of Python Software Foundation. \ No newline at end of file +> Python are registered trademarks of Python Software Foundation. + +> LibreOffice are registered trademarks of The Document Foundation. \ No newline at end of file diff --git a/README.md b/README.md index da554a5..7617e0d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For introduce the Ubuntu environment' beauty (on web) and for fun. :) I was insp ## To-Do List * Increase clone apps' functionality -* [8] Create more clone application +* [12] Create more clone application * [+] Update interface to similar Ubuntu 21.10 interface * [-] Update interface to similar Ubuntu 22.04 interface diff --git a/apps/css/app-styles.css b/apps/css/app-styles.css index cadd84e..7810a63 100644 --- a/apps/css/app-styles.css +++ b/apps/css/app-styles.css @@ -20,26 +20,38 @@ body{ -webkit-user-select: none; } +input, textarea{ + padding: 0px; +} + .special-button{ - border: #111111; + border: #111111 1px solid; background: #333333; border-radius: 3px; - width: 30px; + width: 31px; height: 30px; display: flex; justify-content: center; align-content: center; + transition-duration: 0.3s; flex-direction: column; } .special-button-image{ + position: relative; width: 20px; height: 20px; filter: brightness(2); + left: -1px; +} + +.special-button:hover{ + transition-duration: 0.2s; + background: #555555; } .special-textbox{ - border: #111111; + border: #111111 1px solid; background: #333333; border-radius: 3px; height: 28px; diff --git a/apps/filemanager/css/app.css b/apps/filemanager/css/app.css index caa801c..279331e 100644 --- a/apps/filemanager/css/app.css +++ b/apps/filemanager/css/app.css @@ -21,19 +21,21 @@ position: absolute; top: 0px; left: 0px; + border-radius: 3px 0px 0px 3px; } #forward{ position: absolute; top: 0px; left: 30px; + border-radius: 0px 3px 3px 0px; } #url-bar{ position: absolute; top:0px; left: 70px; - width: calc(100% - 209px); + width: calc(100% - 212px); } #searchAnything{ @@ -46,12 +48,14 @@ position: absolute; right: 65px; top: 0px; + border-radius: 3px 0px 0px 3px; } #changeLook{ position: absolute; right: 35px; top: 0px; + border-radius: 0px 3px 3px 0px; } #menu{ diff --git a/apps/filemanager/css/trash.css b/apps/filemanager/css/trash.css index db73e93..19f44ec 100644 --- a/apps/filemanager/css/trash.css +++ b/apps/filemanager/css/trash.css @@ -21,7 +21,7 @@ button{ width: 150px; - border: #111111; + border: #111111 1px solid; background: #333333; border-radius: 3px; height: 30px; diff --git a/apps/help/css/app.css b/apps/help/css/app.css index 73a6a84..53aae54 100644 --- a/apps/help/css/app.css +++ b/apps/help/css/app.css @@ -8,12 +8,14 @@ position: absolute; top: 0px; left: 0px; + border-radius: 3px 0px 0px 3px; } #forward{ position: absolute; top: 0px; left: 30px; + border-radius: 0px 3px 3px 0px; } #bookmarks{ diff --git a/apps/imageviewer/css/app.css b/apps/imageviewer/css/app.css index a95d707..6d869da 100644 --- a/apps/imageviewer/css/app.css +++ b/apps/imageviewer/css/app.css @@ -9,20 +9,23 @@ position: absolute; top: 0px; left: 0px; + border-radius: 3px 0px 0px 3px; } #zoomNumber{ position: absolute; top: 0px; - width: 96px; + width: 99px; left: 30px; text-align: center; + border-radius: 0px; } #zoom-in{ position: absolute; top:0px; left: 130px; + border-radius: 0px 3px 3px 0px; } #fullscreen{ diff --git a/apps/libreoffice/calc/_bottom_left.png b/apps/libreoffice/calc/_bottom_left.png new file mode 100644 index 0000000..5835bc0 Binary files /dev/null and b/apps/libreoffice/calc/_bottom_left.png differ diff --git a/apps/libreoffice/calc/_bottom_right.png b/apps/libreoffice/calc/_bottom_right.png new file mode 100644 index 0000000..7467c25 Binary files /dev/null and b/apps/libreoffice/calc/_bottom_right.png differ diff --git a/apps/libreoffice/calc/_side.png b/apps/libreoffice/calc/_side.png new file mode 100644 index 0000000..29a9af7 Binary files /dev/null and b/apps/libreoffice/calc/_side.png differ diff --git a/apps/libreoffice/calc/_top.png b/apps/libreoffice/calc/_top.png new file mode 100644 index 0000000..24c3fe7 Binary files /dev/null and b/apps/libreoffice/calc/_top.png differ diff --git a/apps/libreoffice/calc/_top2.png b/apps/libreoffice/calc/_top2.png new file mode 100644 index 0000000..351658a Binary files /dev/null and b/apps/libreoffice/calc/_top2.png differ diff --git a/apps/libreoffice/calc/index.html b/apps/libreoffice/calc/index.html new file mode 100644 index 0000000..fce903e --- /dev/null +++ b/apps/libreoffice/calc/index.html @@ -0,0 +1,63 @@ + + +
+ + + + +