Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge slider style overrides into slider CSS (#127)
+ And remove all unnecessary styles. + Align project details border below the heading with new darker green background colour, else the line can be seen left and right leaving the frame. On software and contribute page, this would currently not be required, due to different HTML, but it still looks good. The line appears a little thinner, when it is darker. + Move the thumbnail hover mask to the left side of the thumb. By default it starts after the left padding, while it should cover it, like the right one. This didn't show up before the colour change, as the background was nearly black, so wasn't visible as no covered. + Apply thumbnail hover mask opacity with hex colour code alpha. D9 matches 85%. + Set "more" plus icon z-index only as large as possible. Mid-term we can move this element below the mask element in HTML, so it appears in front of it without having to set a z-index. + Make the thumbnail title highlighted green, when hovering it. The green colour was used before the colour change, but it doesn't look that good in the blue-ish background. But when hovering the element, and the mask appears, it looks quite nice. This was suggested already, but forgotten finally. + Do not set white colour for thumbnail heading, as this is the case anyway, as everything is inside of an anchor element. + Make borders of thumbnails, project frame and testimonials rounded as well, to align with button and link elements + README | Update jquery.cslider text and add code highlights + jquery.cslider.js | Remove some unneeded declarations
- Loading branch information