27 Commits

Author SHA1 Message Date
Andrey V. Novikov
95ad6b92be fix: rendering on small (mobile) screens
- Allow wrapping of long breadcrumbs line that leads to horizontal scrolling and breaks lightGallery zooming
- Maximize filenames column width and shrink icons column
2024-09-14 20:16:35 +02:00
Waqas Tariq
ab93a07b3e fix: update styles
Fixed header icon position. Mouse hover effect. Link colors changed.
2022-05-05 00:47:16 +02:00
sheeit
3bba904d33 fix: use <div class="center"> instead of <center>
Signed-off-by: sheeit <sheeit@users.noreply.github.com>
2020-06-05 10:45:05 +01:00
Samuel FORESTIER
301c9329af feat(theme): add a proper dark mode (and globally improve CSS styles)
This patch globally improves Apaxy CSS theme, and adds a dark mode (media query: `prefers-color-scheme`).
It also fixes some indentation issues the style-sheet was reading.

Co-authored-by: NAERNON <naernon@icloud.com>
2019-09-05 18:22:50 +02:00
oupala
2b13b41cca Merge pull request #129 from oupala/feature/breadcrumb
feat: add a breadcrumb
2019-05-29 14:33:37 +02:00
oupala
4d61aab058 feat: css styling for breadcrumb
Add cdd styling inspired from the following website:

https://css-tricks.com/triangle-breadcrumbs/
2019-05-29 14:32:01 +02:00
oupala
bb8503b85a fix: remove dependency to font Open Sans
We want apaxy to need as few dependencies as possible, and even less external dependencies (because we have control over external dependencies). This commit removes dependency to font Open Sans.

As pointed by nodisc in issue #59, there are some advantages in removing this dependency: no cross-site requests, no leaking of HTTP referers to font provider, works on LAN-only setups, no dependency on an external service.

fix #59
2019-05-28 15:09:52 +02:00
Woodrow Barlow
a935227561 Implement content filtering.
This adds a search bar at the top which filters the results on the
current page.
2018-12-03 12:07:34 +01:00
Jordan Bancino
d289b3f639 Merge branch 'develop' into patch-1 2018-02-28 13:09:57 -05:00
oupala
bde848c607 Merge pull request #108 from PeterDaveHelloKitchen/format-improvement
Improve code readability, maintainability, style
2018-02-27 20:56:39 +01:00
Jordan Bancino
0e69f5d866 feat: Add styled error pages 2018-02-26 16:11:43 -05:00
oupala
4471ec1b9f feat(css): responsive design for small screen
Remove padding for mobile client.

closes #29
2018-02-26 21:23:34 +01:00
Peter Dave Hello
806e1100dd style: Improve coding style 2018-02-23 11:09:43 +08:00
oupala
3ba49c1bfb Revert ".wrapper revert to 100% width"
This reverts commit 8d8c15b079.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
2648009f19 Added browser normalizing.
As per [#35](https://github.com/AdamWhitcroft/Apaxy/issues/35).
2018-02-21 22:34:33 +01:00
Adam Whitcroft
509e10b439 .wrapper revert to 100% width
Reverted `.wrapper` element width back to 100%.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
3ef971601f Merge pull request #46 from derrend/patch-1
dynamically adjust wrapper class width
2016-10-01 14:16:19 +01:00
Drew Decker
1731722ca5 Update style.css to fix IE border image issues
This is to fix display issues in IE.  When browsing in IE, there is a box around the images on the main, initial listing.  If you add the code commited, it resolves the issue.
2016-02-15 21:07:01 -06:00
Derren Desouza
7c023ecce6 dynamically adjust wrapper class width
fixed width displayed poorly across some of my devices
2015-10-21 11:55:06 +10:00
Adam Whitcroft
a20f5b52f2 Merge pull request #21 from PeterDaveHello/patch-1
Using a protocol-independent absolute path for google fonts
2014-06-23 11:14:12 +01:00
Clive Cooper
98e624f58f Improved parent specificity
Yet a better way of selecting the "Parent Directory" folder
2014-05-19 17:17:13 +12:00
Clive Cooper
f78f4d58a7 Changing parent specificity
Changing the .parent CSS selector to only apply to "Parent Directory"
folder.
2014-05-19 16:53:53 +12:00
Peter Dave Hello
c8d8166ba8 Using a protocol-independent absolute path for google fonts
Using a protocol-independent url is better, especially when the website use https to transfer the webpage, just let the browser to decide which protocol it will prefer to use.
reference : http://www.paulirish.com/2010/the-protocol-relative-url/
2014-05-18 01:08:46 +08:00
Adonis K
933bf75bdc turned anchors into blocks to make it easier to point n' click
resized the wrap to make it easier to read the table
removed html element's border-left and border-right
2013-01-15 09:55:07 +02:00
Adam Whitcroft
7ad325393c Left padding added to icons 2012-10-26 11:09:09 +01:00
Adam Whitcroft
fb8086ba53 Prefixed border-box 2012-10-26 10:56:22 +01:00
Adam Whitcroft
956bfbf971 Apaxy first commit 2012-10-25 21:13:05 +01:00