Commit Graph

25 Commits (cadcebac2525d08e9e1a6f101786e14df1ef7701)

Author SHA1 Message Date
Tim Bannister 394a0d9769
Use Docsy variable name for blue
As blue is our site's primary color, use the Docsy variable for that.
2024-10-12 13:43:36 +01:00
Tim Bannister 22a4df3cc2
Extract documentation styles to own file
(In preparation to closer alignment with Docsy), extract our custom
documentation styles into their own file.
2024-10-06 20:39:45 +01:00
Tim Bannister 4444539c29
Customise footer for Kubernetes 2024-10-02 15:44:15 +01:00
Tim Bannister 29fc69dea9 Revise docs landing page (Docsy alignment)
Drop some vestigial <br> elements from the docs portal page, and tweak
how we do the styling.

Helps get us ready to use vanilla Docsy.
2024-09-04 12:32:49 +01:00
Tim Bannister fef04ab4c4 Define custom section partial for K8s overview 2024-06-06 16:04:16 +01:00
Tim Bannister 724698d793 Use right shade of blue
Use the shade of blue specified in k/kubenetes.
Per https://github.com/kubernetes/kubernetes/blob/1dc30bf/logo/colors.md
the RGB blue color is #326CE5.

Use that.
2024-05-07 00:36:28 +01:00
Garrit Franke 20d404e2f8
Fix documentation feedback button color
Add id anchor to feedback section in docs

Move :hover selector to button class
2024-04-19 09:01:12 +02:00
Sarthak Patel a542d9d8c6 Fix Kubeadm install layout break for mobile device 2023-10-24 09:37:39 +05:30
Rituraj Dey d00e01d8be
Added hover effects on buttons 2023-09-23 13:40:58 +05:30
Satyam Soni 41b672941e
added hover effect on blue buttons of all the pages #fixes42893 (#42929) 2023-09-23 06:42:41 +08:00
Abhigya Dufare 5ef1c2c1d0
Amend card structure for Features section on Homepage (#42093)
* Fixing issue #38958

* restoring package-lock.json
2023-08-07 06:10:31 -07:00
mostafahanafi 8095fdb540 changed selection color to kubernetes blue 2023-04-21 05:46:57 +01:00
Steven Powell b92e946ece Fix tabs shortcode CSS 2022-12-28 14:07:35 -08:00
Tim Bannister 1e436f4587 Revise page header styles
- more compact headers when announcements are showing
- when no announcement showing, top level docs sections
  (eg Concepts, Tasks, Reference) have a heading in the top nav
- when announcement is showing, rely on the breadcrumb trail plus
  page introduction text for each top level section
- switch from plain black docs header to match other sections
2021-10-13 22:47:29 +01:00
Henry Liu 2c530c295a
Improve "look and feel" of tabs to make it clearer where they start/end (#26828)
* improve "look and feel" of tabs to make it clearer where they start/end

* add border-radius to tab-pane

* remove the .td-content .hightlight margin when inside the tab-content
2021-03-27 01:50:43 -07:00
Taylor Chaparro 9adf2c1b31
Fix search input overlapping site nav 2021-01-26 08:38:41 -08:00
TAKAHASHI Shuuji 36d5fe6d3d Apply the common blue style to buttons under .main class. 2020-11-05 20:45:11 +09:00
Kubernetes Prow Robot 5114ec6453
Merge pull request #23534 from habibrosyad/gh-23504
Fix link color and tab component styles
2020-09-03 08:03:41 -07:00
Celeste Horgan 0da853bb11 Remove Roboto from partner-style.css, improve button styling
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-09-02 10:18:34 -07:00
Celeste Horgan 4cbb3b2823 Remove Roboto from _base.scss
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-09-02 09:52:03 -07:00
M. Habib Rosyad 56b137b88a
Fix link color and tab component styles 2020-08-29 14:59:06 +07:00
Tim Bannister c7ee5d798c Remove hero header from documentation section 2020-08-18 11:13:06 +01:00
Arhell 57e7cf6c7d fix broken field on the main page in the video block 2020-07-20 01:17:38 +03:00
TAKAHASHI Shuuji b2f7323f54 Narrow the space between lines of labels.
Apply suggestions from code review
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-06-28 01:08:49 +09:00
Aidan Ranney 0625ced466
Revise the Kubernetes website to use Docsy (#20874)
* Add Docsy, required packages and config

* Apply Docsy integration work to k8s website

This encompasses significant changes to the style system, layout files,
as well as changes to some of the static assets. To examine this work
and the iterations that were performed, the original repository can be
found at https://github.com/gearbox-built/kubernetes-hugo.git

* Address issues found in review

The styling and positioning of the header, footer, some shortcodes and
main container elements are improved. A new partial is added for
favicons. The sidebars, as well as inner table of contents, have been
altered for better positioning and rendering of content. Localization
has also been addressed.

* Enable announcements

The recent Black Lives Matter announcement surfaced issues which have
been addressed.
2020-06-15 12:09:57 -07:00