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
Gafam Detector
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Oncela
Gafam Detector
Commits
96597e9d
Commit
96597e9d
authored
Feb 26, 2018
by
Oncela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
552c5b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
103 additions
and
0 deletions
+103
-0
menu.css
menu.css
+103
-0
No files found.
menu.css
0 → 100644
View file @
96597e9d
body
{
font-family
:
sans
;
color
:
#333
;
font-size
:
16px
;
margin
:
0
;
padding
:
0
;
background
:
#eee
;
width
:
220px
;
}
h1
{
background
:
#333
;
color
:
#eee
;
font-size
:
20px
;
margin
:
0
;
padding
:
8px
20px
;
text-align
:
center
;
line-height
:
18px
;
}
.outro
{
background
:
#333
;
color
:
#eee
;
text-align
:
center
;
padding
:
8px
10px
;
cursor
:
pointer
;
}
.options
{
margin
:
10px
;
}
.slider
{
cursor
:
pointer
;
transition
:
.1s
;
display
:
inline
;
margin
:
0px
36px
;
background
:
#333
;
color
:
#eee
;
line-height
:
38px
;
padding
:
7px
7px
;
padding-right
:
32px
;
}
.slider
:hover
{
background
:
#555
;
}
.close
{
color
:
#777
;
}
.unactive
{
color
:
#999
;
cursor
:
default
;
transition
:
.1s
;
background
:
#888
;
}
.unactive
:hover
{
background
:
#888
;
}
.slider
:after
{
content
:
""
;
position
:
absolute
;
background
:
#bbb
;
height
:
16px
;
width
:
16px
;
margin
:
11px
;
}
.open
:after
{
margin-left
:
9px
;
transition
:
.1s
;
background
:
#eee
;
}
.close
:after
{
margin-left
:
-10px
;
background
:
transparent
;
transition
:
.1s
;
}
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