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
Fritz
adapt4finf
Commits
7a99910b
Commit
7a99910b
authored
Jul 24, 2014
by
Fjen Undso
Browse files
adapt.css: mark active link
parent
cef62858
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
7a99910b
...
...
@@ -50,7 +50,7 @@ The content `<div>` is where all your content goes.
#wikihead
input
{
font-size
:
85%
;
}
/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo
{
padding
:
10px
2em
6px
75px
;
text-align
:
right
;
background
:
#e
ee
;
border-bottom
:
1px
#ccc
solid
;
}
background
:
#e
aeaea
;
border-bottom
:
1px
#ccc
solid
;
}
/* Wiki page title */
.title
{
margin
:
0
auto
;
color
:
#000
;
padding
:
1em
2em
0.5em
;
...
...
@@ -93,20 +93,36 @@ appears on the left side of the page.
z-index
:
1000
;
/* so the menu or its navicon stays above all content */
overflow-y
:
auto
;
-webkit-overflow-scrolling
:
touch
;
background
:
#e
ee
;
background
:
#e
aeaea
;
border-right
:
1px
solid
#ccc
;
}
/* Sidebar headings */
/* All anchors inside the menu should be styled like this. */
#menu
{
color
:
#000
;
padding-top
:
4em
;}
#menu
a
{
color
:
#000
;
border
:
none
;
padding
:
0.6em
0
0.3em
0.6em
;
font-size
:
85%
;
}
#menu
{
color
:
#000
;
padding-top
:
4em
;
}
#menu
a
{
color
:
#222
;
border
:
none
;
padding
:
0.6em
0
0.3em
0.6em
;
font-size
:
85%
;
}
#menu
a
.selflink
{
background-color
:
#e1e1e1
;
border-top
:
1px
solid
#b7bac3
!important
;
font-weight
:
bold
;
}
#menu
a
:hover
,
#menu
a
:focus
{
background
:
#ccc
;
}
#menu
.sidehead
{}
#menu
.pure-menu
ul
{
padding-left
:
12px
;}
/* Remove all background/borders, since we are applying them to #menu.*/
#menu
.pure-menu
,
#menu
.pure-menu
ul
{
border
:
none
;
background
:
transparent
;
}
/* Change color of the anchor links on hover/focus. */
#menu
.pure-menu
li
a
:hover
,
#menu
.pure-menu
li
a
:focus
{
background
:
#ccc
;
}
/* This styles the selected menu item `<li>`. */
#menu
.pure-menu-selected
,
#menu
.pure-menu-heading
{
...
...
@@ -117,13 +133,6 @@ appears on the left side of the page.
#menu
.pure-menu-heading
{
font-size
:
110%
;
color
:
#444
;
margin
:
0
;
}
/* Sidebar headings */
#menu
.sidehead
{}
#menu
.sidehead
a
:hover
,
#menu
.pure-menu
li
a
:focus
{
background
:
#ccc
;}
#menu
.pure-menu
ul
{
padding-left
:
12px
;}
/* -- Dynamic Button For Responsive Menu -------------------------------------*/
...
...
Write
Preview
Supports
Markdown
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