Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
content
docs.immerda.ch
Commits
c7da5828
Commit
c7da5828
authored
Mar 29, 2020
by
mahogony
Browse files
Lint css code
parent
eec54481
Pipeline
#1919
passed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/css/theme-mine.css
View file @
c7da5828
:root
{
--MAIN-TEXT-color
:
#323232
;
/* Color of text by default */
:root
{
--MAIN-TEXT-color
:
#323232
;
/* Color of text by default */
--MAIN-TITLES-TEXT-color
:
#5e5e5e
;
/* Color of titles h2-h3-h4-h5 */
--MAIN-LINK-color
:
#7ACE11
;
/* Color of links */
--MAIN-LINK-HOVER-color
:
#4a7a0b
;
/* Color of hovered links */
--MAIN-LINK-color
:
#7ACE11
;
/* Color of links */
--MAIN-LINK-HOVER-color
:
#4a7a0b
;
/* Color of hovered links */
--MAIN-ANCHOR-color
:
#1C90F3
;
/* color of anchors on titles */
--MENU-HEADER-BG-color
:
#202020
;
/* Background color of menu header */
--MENU-HEADER-BORDER-color
:
#202020
;
/*Color of menu header border */
--MENU-HEADER-BG-color
:
#202020
;
/* Background color of menu header */
--MENU-HEADER-BORDER-color
:
#202020
;
/*Color of menu header border */
--MENU-SEARCH-BG-color
:
#ddd
;
/* Search field background color (by default borders + icons) */
--MENU-SEARCH-BOX-color
:
#7ACE11
;
/* Override search field border color */
--MENU-SEARCH-BG-color
:
#ddd
;
/* Search field background color (by default borders + icons) */
--MENU-SEARCH-BOX-color
:
#7ACE11
;
/* Override search field border color */
--MENU-SEARCH-BOX-ICONS-color
:
#000
;
/* Override search field icons color */
--MENU-SECTIONS-ACTIVE-BG-color
:
#222
;
/* Background color of the active section and its childs */
--MENU-SECTIONS-BG-color
:
#222
;
/* Background color of other sections */
--MENU-SECTIONS-ACTIVE-BG-color
:
#222
;
/* Background color of the active section and its childs */
--MENU-SECTIONS-BG-color
:
#222
;
/* Background color of other sections */
--MENU-SECTIONS-LINK-color
:
#ddd
;
/* Color of links in menu */
--MENU-SECTIONS-LINK-HOVER-color
:
#fff
;
/* Color of links in menu, when hovered */
--MENU-SECTIONS-LINK-HOVER-color
:
#fff
;
/* Color of links in menu, when hovered */
--MENU-SECTION-ACTIVE-CATEGORY-color
:
#000
;
/* Color of active category text */
--MENU-SECTION-ACTIVE-CATEGORY-BG-color
:
#ddd
;
/* Color of background for the active category (only) */
...
...
@@ -64,21 +64,26 @@ a:hover {
transition
:
width
0.5s
ease
;
background-color
:
var
(
--MAIN-LINK-HOVER-color
);
}
#sidebar
{
background-color
:
var
(
--MENU-SECTIONS-BG-color
);
}
#sidebar
#header-wrapper
{
background
:
var
(
--MENU-HEADER-BG-color
);
color
:
var
(
--MENU-SEARCH-BOX-color
);
border-color
:
var
(
--MENU-HEADER-BORDER-color
);
}
#sidebar
.searchbox
{
border-color
:
var
(
--MENU-SEARCH-BOX-color
);
background
:
var
(
--MENU-SEARCH-BG-color
);
}
#sidebar
ul
.topics
>
li
.parent
,
#sidebar
ul
.topics
>
li
.active
{
background
:
var
(
--MENU-SECTIONS-ACTIVE-BG-color
);
}
#sidebar
.searchbox
*
{
color
:
var
(
--MENU-SEARCH-BOX-ICONS-color
);
}
...
...
@@ -111,6 +116,7 @@ a:hover {
padding
:
3em
0
;
max-width
:
800px
;
}
.children
li
{
display
:
block
;
padding
:
1em
;
...
...
@@ -146,6 +152,7 @@ a:hover {
background
:
var
(
--MAIN-LINK-HOVER-color
);
}
#body
.tags
a
.tag-link
:hover::before
{
border-color
:
transparent
var
(
--MAIN-LINK-HOVER-color
)
transparent
transparent
;
}
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