Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Aether Theme - MediaWiki
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Websites
Aether Theme - MediaWiki
Commits
868bb3f2
Verified
Commit
868bb3f2
authored
Jul 13, 2019
by
Carl Schwan
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix header bar
parent
5cf730b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
resources/main.css
resources/main.css
+21
-3
No files found.
resources/main.css
View file @
868bb3f2
...
...
@@ -90,13 +90,14 @@ a.btn:visited {
}
.navbar-toggler
{
height
:
50px
;
padding
:
0
;
font-size
:
0
;
}
.navbar-toggler
:before
{
position
:
absolute
;
top
:
0
;
right
:
20px
;
right
:
0
;
width
:
42px
;
content
:
"="
;
color
:
#4d4d4d
;
...
...
@@ -2161,6 +2162,22 @@ dl, ol, ul {
background-color:lemonchiffon;
}
.form-inline .form-control {
width: 200px;
}
@media (max-width: 768px) {
#kHeaderNav .navbar-collapse .navbar-nav .nav-item a {
width: 100%;
}
#kHeaderNav #searchInput {
width: 100%;
margin-top: 5px;
margin-right: 0;
margin-bottom: 5px;
margin-left: 20px;
}
}
@media (prefers-color-scheme: dark) {
.statstable > * > tr > td,
...
...
@@ -2174,9 +2191,10 @@ dl, ol, ul {
#pagehistory li.selected,
.statstable > * > tr > th,
.mw-highlight,
.lqt_post_new_message,
.mw-pt-languages-label, .card, footer, .lqt-post-wrapper, .ext-translate-container .tux-messagelist .tux-message-pagemode .tux-message-item-compact:hover, .uls-menu, .uls-search, .uls-lcd, .uls-languagefilter, .tux-action-bar, .contributionscores .header, table.wikitable > tr > th, table.wikitable > * > tr > th, .form-control, .form-control::placeholder {
color: #eff0f1 !important;
background-color: #31363b;
background-color: #31363b
!important
;
background: #31363b !important;
}
.statstable > * > tr > td:nth-child(6)[data-sort-value="
0.00000
"
],
...
...
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