about summary refs log tree commit diff
path: root/static/css/custom.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify the CSSFranck Cuny2024-09-221-32/+17
| | | | | | Stop playing with fonts, just use what ever is the default from the user. Make the width of the page a bit more tight. Improve readability of tables.
* don't force a font on userFranck Cuny2024-09-211-17/+3
|
* migrate to zolaFranck Cuny2024-07-041-30/+36
|
* some more cleanupFranck Cuny2024-07-031-17/+19
|
* simplify the layoutFranck Cuny2024-07-031-96/+39
| | | | | Get rid of the navigation bar, remove a number of elements, put more things on the main page. Clean up the CSS.
* more CSS changesFranck Cuny2023-12-021-3/+2
|
* some more CSS tweaksFranck Cuny2023-12-011-13/+16
|
* some minor tweaks to the CSSFranck Cuny2023-11-091-6/+6
|
* css: a number of tweaksFranck Cuny2023-03-031-36/+20
| | | | | | - reduce the number of colors - use the default fonts instead of forcing my own - increase contrast for code snippets
* ref(style): use a nicer font, change the menuFranck Cuny2022-11-281-16/+24
|
* ref: some CSS tweaks to make the site more readableFranck Cuny2022-11-121-14/+12
| | | | | | | | Set the color to something lighter, closer to white. Increase the size of the font. Add a small border with color for h2 headers.
* ref(style): simplify further the style of the siteFranck Cuny2022-10-291-55/+45
| | | | | Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages.
* ref(css): reduce thickness of decoration for headersFranck Cuny2022-10-271-1/+1
|
* ref(css): fewer colors for links; underline headersFranck Cuny2022-10-271-7/+8
|
* ref(css): set font family to sans-serif; darker background for codeFranck Cuny2022-10-271-1/+2
|
* ref(css): clean up and adjust a few thingsFranck Cuny2022-10-261-16/+20
|
* layout: improve readability and remove /notesFranck Cuny2022-02-161-60/+60
| | | | | | | | | | The notes will be moved to a different site/repository, with their own style. Update the index page to make it more readable. Make the header more visible with fewer links. Add a footer, with links using SVG icons.
* CSS: improve readabilityFranck Cuny2022-01-231-6/+9
| | | | Using Firefox' accessibility tool as a guide.
* CSS: adjust some font sizesFranck Cuny2022-01-231-2/+2
|
* CSS: switch from class to idFranck Cuny2022-01-231-9/+9
| | | | These elements are unique on each page.
* css: TOC location based on display's sizeFranck Cuny2022-01-231-19/+82
| | | | | Depending on the size of the display, display the TOC either before the article or on the right of the article and let's make it sticky.
* css: change style for tablesFranck Cuny2022-01-231-4/+8
|
* css: update color for the linksFranck Cuny2022-01-231-3/+3
| | | | Use a light blue.
* css: major cleanupFranck Cuny2022-01-211-76/+84
|
* css: more tweakingFranck Cuny2022-01-131-29/+21
|
* css: change colors for some sectionsFranck Cuny2021-12-291-7/+13
|
* css: adjust line heightFranck Cuny2021-12-291-4/+1
|
* css: highlight links with a background colorFranck Cuny2021-12-291-2/+13
|
* css: improve the color and fontsFranck Cuny2021-12-201-116/+47
|
* CSS: drop custom fonts + colorsFranck Cuny2021-12-061-19/+22
|
* CSS: various small fixesFranck Cuny2021-08-231-2/+2
|
* CSS: use decoration on headers only for articlesFranck Cuny2021-08-231-4/+4
| | | | | | | | | | Add an element "article" to the single page template, and change the CSS to use the decoration for headers only for that kind of content. Having decoration for all headers is distracting, it's more suited for actual content. We also don't need decoration for h1, only smaller headers.
* CSS: rename the class for the tagsFranck Cuny2021-08-231-4/+6
|
* CSS: makes the menu more readableFranck Cuny2021-08-231-15/+33
| | | | Move the title to the left and the menu items to the right.
* CSS: make the content more readableFranck Cuny2021-08-151-15/+24
| | | | | | | | | | The Roboto Slab font is hard to read (at least for me). Switch to Droid Sans and make the text a bit smaller. Change the background of the page to white (again), and change the background color for the code snippets. Add text decoration for headlines (similar to org-bullet).
* CSS: support table of contentFranck Cuny2021-08-151-0/+12
| | | | | If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
* CSS: use a class for the menuFranck Cuny2021-08-151-7/+6
| | | | | We will have more use of the tag `nav` and we will need different styles for it.
* css: reduce the size of the fontFranck Cuny2021-08-141-1/+1
|
* css: bigger font and highlight colorsFranck Cuny2021-08-051-6/+16
| | | | | Increase the font size and change some of the colors used for highlighting code.
* css: add a scroll bar if the content overflowsFranck Cuny2021-05-181-1/+1
|
* layout: add a navbarFranck Cuny2021-04-221-1/+40
| | | | | | | | | | | | | I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.
* css: switch to sans-serif; add tables; other tweaksFranck Cuny2021-04-131-5/+28
|
* css: remove extra white spaceFranck Cuny2021-04-111-1/+1
|
* css: change font to roboto slabFranck Cuny2021-04-111-5/+5
|
* layout: add date and tags to single pagesFranck Cuny2021-04-061-0/+16
| | | | | | | We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements.
* css: update style for links and headersFranck Cuny2021-04-061-4/+8
| | | | Indent properly the CSS
* css: set background color for code blockFranck Cuny2021-04-061-5/+9
| | | | Indent properly the CSS for the `pre` tag.
* css: change the default fontFranck Cuny2021-04-061-5/+5
|
* initial site with hugoFranck Cuny2021-03-071-0/+47
Start my website from scratch once more, using hugo to generate it. For now the layout is pretty simple: - an index page that will list future notes - notes should be created under the "content" directory The theme is custom and I'll try to keep this simple.