Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fachgruppenwebseite Metadaten
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fginfo
Fachgruppenwebseite Metadaten
Commits
358a1645
Verified
Commit
358a1645
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Plain Diff
Merge branch 'documentation'
parents
4d2f2ae8
a7fbf6ab
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#318878
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/static/css/main.css
+11
-1
11 additions, 1 deletion
theme/static/css/main.css
with
11 additions
and
1 deletion
theme/static/css/main.css
+
11
−
1
View file @
358a1645
...
@@ -129,6 +129,7 @@ body > header img {
...
@@ -129,6 +129,7 @@ body > header img {
padding-right
:
0.3rem
;
padding-right
:
0.3rem
;
transition
:
all
0.2s
;
transition
:
all
0.2s
;
}
}
#sitemenu-container
nav
>
ul
>
li
>
a
:focus
,
#sitemenu-container
nav
>
ul
>
li
>
a
:hover
{
#sitemenu-container
nav
>
ul
>
li
>
a
:hover
{
color
:
var
(
--category-contrast-color
);
color
:
var
(
--category-contrast-color
);
background-color
:
var
(
--category-color
);
background-color
:
var
(
--category-color
);
...
@@ -155,6 +156,7 @@ body > header img {
...
@@ -155,6 +156,7 @@ body > header img {
padding-top
:
calc
(
var
(
--header-menu-button-size
)
/
2
-
0.75rem
);
padding-top
:
calc
(
var
(
--header-menu-button-size
)
/
2
-
0.75rem
);
text-align
:
center
;
text-align
:
center
;
}
}
#sitemenu-container
.show-header-menu
:focus
,
#sitemenu-container
.show-header-menu
:hover
{
#sitemenu-container
.show-header-menu
:hover
{
background-color
:
var
(
--header-menu-hover-bg-color
);
background-color
:
var
(
--header-menu-hover-bg-color
);
/*border-bottom: 0.2rem solid #536;*/
/*border-bottom: 0.2rem solid #536;*/
...
@@ -290,6 +292,7 @@ a {
...
@@ -290,6 +292,7 @@ a {
color
:
var
(
--link-color
);
color
:
var
(
--link-color
);
text-decoration
:
none
;
text-decoration
:
none
;
}
}
a
:focus
,
a
:hover
{
a
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
@@ -523,6 +526,7 @@ ul.cards li a {
...
@@ -523,6 +526,7 @@ ul.cards li a {
/* text-align: center; */
/* text-align: center; */
border
:
0.2rem
solid
var
(
--category-color
);
border
:
0.2rem
solid
var
(
--category-color
);
}
}
ul
.cards
li
a
:focus
,
ul
.cards
li
a
:hover
{
ul
.cards
li
a
:hover
{
background-color
:
var
(
--category-contrast-color
);
background-color
:
var
(
--category-contrast-color
);
color
:
var
(
--category-color
);
color
:
var
(
--category-color
);
...
@@ -554,6 +558,11 @@ ul.cards li a:hover {
...
@@ -554,6 +558,11 @@ ul.cards li a:hover {
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.info
a
:focus
,
.success
a
:focus
,
.warning
a
:focus
,
.danger
a
:focus
,
.alert
a
:focus
,
.info
a
:hover
,
.info
a
:hover
,
.success
a
:hover
,
.success
a
:hover
,
.warning
a
:hover
,
.warning
a
:hover
,
...
@@ -744,7 +753,8 @@ ul.cards li a:hover {
...
@@ -744,7 +753,8 @@ ul.cards li a:hover {
line-height
:
2rem
;
line-height
:
2rem
;
/* border-top: 0.1rem solid #333; */
/* border-top: 0.1rem solid #333; */
}
}
/*#sitemenu-container a:hover {
/*#sitemenu-container a:focus,
#sitemenu-container a:hover {
border-bottom: 0.1rem solid #536;
border-bottom: 0.1rem solid #536;
}*/
}*/
#sitemenu-container
input
[
type
=
checkbox
]
:checked
~
.show-header-menu-bg
{
#sitemenu-container
input
[
type
=
checkbox
]
:checked
~
.show-header-menu-bg
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment