Skip to content
Snippets Groups Projects

[WEBPAGE] Update webpage appearance

Merged Christopher Ruwisch requested to merge documentation/webpage_appearance into develop
4 unresolved threads

Description

Updated webpage appearance

  • changed layout color scheme
  • added home.html (overrides) for landing page and transferred landing page related css elements to it
  • update text in hero section main

Related Issue(s)

  • N.A.

Other Changes

Screenshots/Logs

Old Unicado landing page old_unicado_landing_page

New Unicado landing page new_unicado_landing_page

Testing Instructions

  1. Get the merge request branch (Not the direct branch!)
  2. Run mkdocs serve locally
  3. Test it with different browsers like Firefox, Google Chrome, Brave, Edge, Opera for visual issues

Developer Checklist

  • Code has been tested locally and/or in pipeline.
  • Visual test on Firefox
  • Visual test on Google Chrome
  • Visual test on Opera
  • Visual test on Brave
  • Visual test on Edge

Additional Notes

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31
35 [dir="ltr"] .md-header__title {
36 margin-left: 0.1rem;
32 37 }
33 38
34 /* Text styling within the hero section */
35 .intro-text {
36 color: var(--text-color);
37 font-size: 1.1em;
39 .md-header__topic {
40 font-weight: lighter;
38 41 }
39 42
40 /* Make all LaTeX-style math equations white */
41 :root {
42 --math-color: #ffffff; /* Set the default color for equations */
  • 39 42
    40 /* Make all LaTeX-style math equations white */
    41 :root {
    42 --math-color: #ffffff; /* Set the default color for equations */
    43 .md-header__topic:first-child {
    44 font-weight: lighter;
    43 45 }
    44 46
    47 /* Math environment colors */
    45 48 /* MathJax equations */
    46 49 .MathJax, mjx-container, math {
    47 50 color: var(--math-color) !important;
    48 51 }
    49 52
    50 53 /* KaTeX equations */
    51 54 .katex, .katex-display {
  • 66 background-color: var(--accent-color);
    67 border-radius: 5px;
    68 font-size: 1.1em;
    69 font-weight: 700;
    70 padding: 10px 20px;
    71 transition: background-color 0.3s ease;
    72 cursor: pointer;
    73 }
    74 .download-button-container > a {
    75 color: var(--text-color-hero);
    76 text-decoration: none;
    77 display: flex;
    78 align-items: center;
    79 justify-content: center;
    80 background: transparent;
    81 gap: 8px
  • Looks nice, thank you! :sunglasses:

    Please include the suggestions above, then I can close Feature/light mode (!53) · Merge requests · UNICADO / unicado.gitlab.io · GitLab without losses.

    The beauty of the download button is worth discussing, but it can be changed later... ^^

  • added 1 commit

    • d91bd610 - adapted to review requests from k bistreck

    Compare with previous version

  • kbistreck approved this merge request

    approved this merge request

  • kbistreck mentioned in merge request !53 (closed)

    mentioned in merge request !53 (closed)

  • mentioned in commit 0c6cdacf

  • Kristina Mazur mentioned in merge request !34 (closed)

    mentioned in merge request !34 (closed)

  • Please register or sign in to reply
    Loading