86 Commits

Author SHA1 Message Date
Julio C. Estrada
d21b5710ef Fix docs iframe height blocking article navigation (#1997) 2025-11-12 09:54:15 -05:00
daveoconnor
f65a5c72fc Add old version alert to docs views (#1795) (#1960) 2025-10-17 11:27:48 -07:00
Rob Beeston
07c401a2e3 makes docs wider (#1779) 2025-05-14 16:44:18 -07:00
Julio C. Estrada
8ac8ba3561 refactor: replace noto sans display with noto sans (#1764) 2025-04-25 14:51:28 -04:00
Greg Kaleka
e5f808e38e Revert "wip: increase max content width across site (#1743)" (#1748) 2025-04-12 20:01:09 -04:00
Julio C. Estrada
06e00e8857 wip: increase max content width across site (#1743) 2025-04-11 14:14:32 -04:00
Rob Beeston
6884ec3f61 removed library readme refs (#1584) 2025-01-08 10:11:00 -08:00
Rob Beeston
37ae1a1e6f replaced 4xl text with 3xl (#1572) 2024-12-23 14:21:12 -08:00
Rob Beeston
52abe0836f comment change (#1554) 2024-12-13 10:46:32 -08:00
Greg Kaleka
b44c1cab6c Render library README code blocks without highlighting; hljs (#1538)
Co-authored-by: Julio Estrada <estradacjulio@gmail.com>
2024-12-11 13:32:19 -05:00
Julio C. Estrada
8306c1af5f remove unnecessary styles for libraryReadMe header links (#1525) 2024-12-06 14:42:48 -05:00
daveoconnor
1baf5eaace Added styling for disabled state on select dropdowns (#1316) (#1492) 2024-11-25 13:49:20 -08:00
Rob Beeston
0dc7c59589 boostlook added, pic resized (#1420) 2024-11-07 11:03:21 -08:00
Rob Beeston
f050854883 minor UI fixes (#1412) 2024-11-04 16:21:17 -08:00
daveoconnor
2c6e7af997 Docs in iframe changes (#1372) 2024-10-21 17:11:07 -07:00
daveoconnor
c0d453a58f Show asciidocs library docs in iframe (#1369)
Related to ticket #1358, libraries docs iframe

~~This also contains some of the work for refactoring away from version
selects being copy pasted everywhere.~~ Removed for now, had side
effects.
2024-10-18 16:15:58 -07:00
Rob Beeston
a837f06d4e library alignment issues (#1308) 2024-10-02 12:58:24 -07:00
Julio C. Estrada
c512dcf192 Refactor dark mode link styles and nav elements (#1278)
- removed dark text colors for links in paragraphs, tables, and titles
- removed dark hover color for paragraph links
- removed `font-sans` from `.doc .admonitionblock .icon i`

Needed for boostorg/boostlook#13
2024-09-25 19:38:10 -04:00
Rob Beeston
b67a85cee9 standardized mobile views, header menu changes (#1261)
standardization of mobile views and some requested header changes
2024-09-17 18:00:56 -07:00
Rob Beeston
88e048c84c fixes for formatting issues (#1235) 2024-09-07 00:41:44 -07:00
Rob Beeston
3819abdbf4 Font update, home page, boostbook V2 (#1233) 2024-09-06 13:04:12 -07:00
rbbeeston
b6a7799560 documentation link fix, mobile/desktop alignment match (#1195)
header matching desktop to mobile (except libraries) and documentation
link fix #1172
2024-08-16 18:08:02 -07:00
rbbeeston
2a185d431e header and site colors update (#1191)
Fixes mobile view of header 
<img width="826" alt="Screenshot 2024-08-15 at 11 51 20 AM"
src="https://github.com/user-attachments/assets/9aeb6597-5fb5-4058-b742-a4fefb1ba087">

![image](https://github.com/user-attachments/assets/fc1be239-f80a-46c8-9d42-0e8e65d4454d)
2024-08-15 11:53:28 -07:00
rbbeeston
f429295011 header and site colors update (#1186)
from the ticket:
Replace boost logo in nav bar with "B" icon. - completed
change nav bar bottom border to give depth - completed
in dark theme, change body text color to #e6e6e6 - added offwhite color
to root color vars,and included in dark body, but there needs to be
extensive work done with the classes and pulling out unneeded tailwind
commands.

Additionally, included
https://github.com/boostorg/website-v2/issues/1152 into this as well.
2024-08-13 11:51:02 -07:00
rbbeeston
06b9568a82 Replace "03", "11", etc. icons with "C++03", "C++11", etc. (#1133)
Fixes #1111 adding C++ to lozenges and  #1130 fix image tags

<img width="971" alt="Screenshot 2024-07-02 at 4 42 54 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/3033a5bc-9ee3-4d32-ad32-e04cc48315df">
<img width="975" alt="Screenshot 2024-07-02 at 4 43 40 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/944e28c5-8219-4302-8696-95168be5d19a">
<img width="902" alt="Screenshot 2024-07-01 at 11 53 58 AM"
src="https://github.com/boostorg/website-v2/assets/121198190/ef031e46-927c-4f89-a842-de394a9e9f3c">
<img width="895" alt="Screenshot 2024-07-01 at 12 25 45 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/62f3f7f4-45ab-419c-98a7-6e9a20edbae5">

---------

Co-authored-by: rbbeeston <rob@cppalliance.org>
Co-authored-by: Kenneth Reitz <me@kennethreitz.org>
2024-07-08 11:02:46 -04:00
Julio C. Estrada
bc62a59cf5 Fix table headers in dark mode in Learn docs (#1132)
This PR fixes several guide styles to support dark mode 
- fixes table header color
- fixes admonition background color and text
- sets inactive tabs color
- sets black text to white

This solves #1108
2024-07-06 18:41:11 +02:00
Julio Estrada
c5887d7834 Fix release notes formatting 2024-06-26 06:39:41 -04:00
Julio Estrada
712332b2e6 Apply nowrap to avatar's anchor child 2024-06-06 11:03:59 -04:00
Julio Estrada
85ecd98f96 Adjust hash link scroll position on docs pages to account for navbar height 2024-06-06 10:53:38 -04:00
Julio Estrada
69539d4166 Improve navigation with TOC and header style updates
- Enhance TOC scrolling with added padding-bottom
- Offset heading positions with uniform negative margin-top
- Maintain visual hierarchy with varied padding-top for headings
2024-05-13 15:56:24 -04:00
Julio Estrada
3ff678cc2e Fix navbar issues for legacy docs
- Add missing font-family
- Remove underline from links
- Prevent "Join" word-break
- Fix logo pixel shift on framed and non-framed docs
- Remove navbar container's inline CSS height
2024-05-06 14:39:51 -04:00
Julio Estrada
5fc944593a Update positioning of table of contents element for boost legacy docs 2024-04-27 13:06:05 +02:00
Julio Estrada
9cb2404c0f Make links inside library or releases to standard blue 2024-04-25 11:32:56 -04:00
Julio Estrada
d5eaadf2e8 Remove Cairo font and update font-family with a modern system font stack 2024-04-24 10:24:01 -04:00
Julio Estrada
6b177d00bc remove background highlight from code tags on releases page 2024-04-19 12:37:06 -04:00
Greg Newman
ded4ee63f4 🐛 dark mode avatar
Issue: #907
2024-02-13 06:49:13 -05:00
Greg Newman
59a638c2a1 🐛 fixes nav colors on docs
BoostBook.css is overriding the link styles on the nav. This fixes that.
2024-02-08 09:15:38 -05:00
Greg Newman
5e48aa4cf8 🐛 no pointer for cursor 2024-01-26 11:06:38 -05:00
Greg Newman
65b6bfb381 🐛 fixes dropdown on docs and guide
The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
2024-01-25 11:51:25 -05:00
Greg Newman
5439a61be0 🐛 fixes dropdown on docs and guide
The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
2024-01-25 11:51:01 -05:00
Greg Newman
f296ce5be5 🐛 fixes rounded corners on avatar in header
On Docs and Userguide the avatar was not rounded.
2024-01-25 10:37:16 -05:00
Greg Newman
2f50377dfd 🐛 fixes avatar icon on docs
Issue: #872
2024-01-17 11:58:31 -05:00
Spencer Strickland
1451320ffb Includes prev items + new style updates 2023-11-10 10:32:04 -06:00
Greg Newman
79759fa6dc user guide dark mode styles
Provides css build for dark mode on the user-guide
2023-11-02 09:47:50 -04:00
Greg Newman
a9b0e20647 🎨 sets default styles for library readme
Issue: #698
2023-10-13 13:30:21 -04:00
Greg Newman
66e4f799e1 🚧 fixes font sizes
Fonts are set in site.css at a large base than we use. This resets it and now haeder fonts match. Body font is not quite as big either and matches the main site.
2023-10-12 10:08:29 -04:00
Greg Newman
55253636a6 🚧 fix user-guide header
Now using proprietary styles for the user guide - not shared with docs.  We are able to better isolate and fix issues with the user guide header without having to touch antora.
2023-10-12 09:41:25 -04:00
Greg Newman
65d92a0a4a 🐛 only first of type should be styled
Only add margin/padding to the first of type for the divs listed. These classes are used heavily in the docs and we don’t want to touch anything else.
2023-10-06 18:45:04 -04:00
Greg Newman
19ce28b900 Merge branch '658-modernize-changes' of github.com:cppalliance/temp-site into 658-modernize-changes
# Conflicts:
#	frontend/docsstyles.css
#	static/css/docsstyles.css
2023-10-06 11:06:55 -04:00
Greg Newman
0c03de497b 🔨 refactoring header for consistency
* Refactoring parts of the header to try and get consistency between the site, docs and user-guide.
* Fixing purple links.
* Adding conditional for theme switcher on mobile
2023-10-06 11:03:08 -04:00