Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
79a17c23
Commit
79a17c23
authored
Jul 16, 2011
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
target and hover state separated
parent
d3c6b652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
style.css
themes/ribbon/styles/style.css
+7
-5
No files found.
themes/ribbon/styles/style.css
View file @
79a17c23
...
...
@@ -233,18 +233,20 @@ BODY {
margin
:
0
50px
80px
0
;
width
:
512px
;
height
:
320px
;
box-shadow
:
0
0
50px
rgba
(
0
,
0
,
0
,
0.5
)
;
box-shadow
:
0
0
50px
#3C3D40
;
border-radius
:
1px
;
background
:
#FFF
;
}
.list
.slide
:hover
,
.list
.slide
:focus
,
.list
.slide
:hover
{
box-shadow
:
0
0
0
10px
rgba
(
60
,
61
,
64
,
0.6
),
0
0
50px
#3C3D40
;
}
.list
.slide
:target
{
box-shadow
:
0
0
0
1px
#305F8D
,
0
0
0
10px
#3C7CBD
,
0
0
50px
rgba
(
0
,
0
,
0
,
0.5
);
outline
:
none
;
0
0
50px
#3C3D40
;
}
.list
.slide
:after
{
position
:
absolute
;
...
...
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