Commit Graph

29 Commits

Author SHA1 Message Date
Nazarii Mykhailets
d8db3c52bc fix: issues with markdown styles 2024-06-19 19:31:44 +03:00
mDuo13
63a1a4828b CSS: Fix colors, footer styling 2024-01-31 16:10:33 -08:00
mDuo13
9265b0bfee Fix CSS styles
- Move docs graphics to appropriate place
- Fix spacing of header anchors
- Fix display of card grids in md
- Fix display of badges
- Fix theme-aware diagram coloring
- Fix left table columns being line-broken too aggressively
2024-01-31 16:10:33 -08:00
Rome Reginelli
66b6f951fe Fix various style/template issues (#2103)
* Fix various style/template issues

- Add styles to allow fully invisible headers. These can be used to
  support anchor links in translated pages, so we can move the link_subs
  out of the dactyl-config.yml. Example in transaction-common-fields.md
- Upgrade jQuery to 3.7.1
- Add left nav to references landings for consistent navigation
- Add breadcrumbs template (previously used Dactyl built-in) which
  throws an error if you specify a parent: that doesn't exist.
  (Previously it would write a blank link; the link checker would
  report this as an error, but it wasn't obvious what the cause was.)
- Fix #2014 (special case for code blocks nested in lists).
- Fix #2096.
- Remove excessive spacing between top nav and main content, and
  re-align top of main contents in all 3 columns for docs pages.
- Reorganize _content.scss to be easier to read.

* Upgrade yarn packages (fix dependabot alerts) & rebuild CSS

* Fix NFT broken link in translation

* [ja] Properly fix NFT data link
2023-09-06 13:15:19 -07:00
mDuo13
e1a6f11f21 Fix coloring of code blocks in light mode 2023-07-27 15:15:06 -07:00
mDuo13
472987fa59 Card updates 2021-07-12 14:41:11 -07:00
mDuo13
209e03f5f4 light mode fixes, CSS cleanup:
- light mode icons, styles to switch them
- put all card graphics in the same place, removed unused ones
- template/style changes to use the card graphics consistently
- styled the light mode icon with new graphics & animation
- fixed mobile nav colors in light mode
- fixed side nav & dropdown hover colors in light mode
2021-07-09 18:52:23 -07:00
mDuo13
2a39ccdbe0 Adjust doc content header typography 2021-07-01 15:09:25 -07:00
Calvin Jhunjhnuwala
eb8e05ab5a working on addition of components 2021-06-15 15:18:57 -07:00
mDuo13
366ff1d2d0 Label Browsing: better views, tag cloud, more tags 2021-06-03 18:50:30 -07:00
Jake
2e4163bfd0 stack tables on mobile
Option to stack on small devices.
Hide current table headers.
Add headers to rows.
Will need to add divs above tables to id each table for naming.  Only did 2 tables in this as a test.
Other tables will hide headers completely and full width content.
2021-05-10 16:12:55 -07:00
mDuo13
2e67f92c2f Use hierarchy for landings 2021-04-20 18:57:39 -07:00
mDuo13
d5c2b99a21 Cleaned up sidebar styles, etc. 2021-04-19 16:48:44 -07:00
mDuo13
7126193353 Add hover-anchors to headers 2021-03-08 14:47:40 -08:00
Calvin Jhunjhnuwala
1fa895177c mobile optimization for all pages 2020-09-29 23:55:01 -07:00
Calvin Jhunjhnuwala
3cc4f060b5 edits to the card class, js function at bottom of explore pages 2020-09-21 15:08:28 -07:00
mDuo13
80aaafca20 Fix square sizing for desktop 2020-09-14 14:22:33 -07:00
mDuo13
2c3a6e0c82 Style fixes for tools & 404 page:
- Set Bootstrap colors for background colors
- Adjust button padding to work in more contexts
- Removed unused tool CSS. Migrated some styles to SCSS.
- Fix sticky overlap in faucets sidebar
- Make 404 page inherit from base template
2020-09-11 18:07:47 -07:00
mDuo13
3336ab48f9 Table header bottom border 2020-09-11 11:51:23 -07:00
mDuo13
d32b7b9d19 SCSS: use breakpoint mixins, avoid tabs 2020-09-10 15:44:28 -07:00
mDuo13
edd2b145bc Nav, button, breadcrumb fixes 2020-09-08 18:47:38 -07:00
Calvin Jhunjhnuwala
2261c5a213 clean up of home page and business page 2020-09-02 12:21:48 -07:00
Calvin Jhunjhnuwala
a0f6bea272 edits to the net-new pages for mobile optimization 2020-08-26 15:53:38 -07:00
Calvin Jhunjhnuwala
73f5fc5f89 added json files fo r the calculator animations. need to optimize whole page for mobile 2020-08-25 16:54:26 -07:00
Calvin Jhunjhnuwala
ea038d7b9d clean up to latest copy for all pages excluding calculator 2020-08-21 17:16:50 -07:00
mDuo13
72002fd773 Support theme-aware diagrams:
- SVG diagrams can adapt to the visual theme of the site through CSS.
- Use the include_svg filter to include a diagram that adapts to the
  theme.
- The styles/_diagrams.scss file controls the color mappings for
  theme-aware digrams.
- Theme-aware diagrams are limited to specific colors and diagram
  styles. Use UMLet or Google Draw and confirm that the diagram is still
  legible when you build it.
- This commit updates existing diagrams in most places to be
  theme-aware.
2020-08-17 13:12:01 -07:00
Calvin Jhunjhnuwala
877814f814 edits to the explore > wallet, explore > exchanges, explore > businesses, and home page. added img folers and correlating images to the folders. minor changes to style. still *need to clean up styling* 2020-08-11 15:46:56 -07:00
mDuo13
259ed84ed6 CSS work - make doc pages readable again 2020-08-05 15:16:07 -07:00
mDuo13
dbe253ac0b Split styles into multiple files 2020-07-07 15:33:47 -07:00