Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
Ximper-Linux-Site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
Ximper-Linux-Site
Commits
eebb7ea3
Commit
eebb7ea3
authored
Mar 14, 2025
by
Pavel Beketov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
menu: fix rounding; header-logo&text: add links to main
parent
3592d496
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
7 deletions
+24
-7
downloads.html
downloads.html
+4
-2
index.html
index.html
+4
-2
news.html
news.html
+4
-2
styles.css
styles.css
+12
-1
No files found.
downloads.html
View file @
eebb7ea3
...
...
@@ -22,8 +22,10 @@
<body>
<header>
<div
class=
"header-left"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper Linux Logo"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
<a
href=
"index.html"
class=
"home-link"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
</a>
</div>
<div
class=
"header-center"
>
<nav
class=
"header-menu"
>
...
...
index.html
View file @
eebb7ea3
...
...
@@ -21,8 +21,10 @@
<body>
<header>
<div
class=
"header-left"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
<a
href=
"#"
class=
"home-link"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
</a>
</div>
<div
class=
"header-center"
>
<nav
class=
"header-menu"
>
...
...
news.html
View file @
eebb7ea3
...
...
@@ -22,8 +22,10 @@
<body>
<header>
<div
class=
"header-left"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper Linux Logo"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
<a
href=
"index.html"
class=
"home-link"
>
<img
src=
"images/ximperlinux.svg"
alt=
"Ximper"
class=
"logo"
>
<h1>
Ximper Linux
</h1>
</a>
</div>
<div
class=
"header-center"
>
<nav
class=
"header-menu"
>
...
...
styles.css
View file @
eebb7ea3
...
...
@@ -110,6 +110,17 @@ header {
margin-right
:
15px
;
}
.home-link
{
display
:
flex
;
align-items
:
center
;
text-decoration
:
none
;
color
:
inherit
;
}
.home-link
:hover
{
text-decoration
:
none
;
}
.header-center
{
display
:
flex
;
justify-content
:
center
;
...
...
@@ -136,11 +147,11 @@ header {
font-size
:
16px
;
padding
:
5px
10px
;
transition
:
background-color
0.3s
;
border-radius
:
5px
;
}
.header-menu
ul
li
a
:hover
{
background-color
:
var
(
--border
);
border-radius
:
5px
;
}
.header-right
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment