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
a69fdf56
Commit
a69fdf56
authored
Jul 23, 2011
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styles and demo slide for inner navigation
parent
c58e5944
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
20 deletions
+44
-20
index.htm
index.htm
+13
-0
style.css
themes/ribbon/styles/style.css
+31
-20
No files found.
index.htm
View file @
a69fdf56
...
...
@@ -144,6 +144,19 @@
</blockquote>
</section>
</div></div>
<div
class=
"slide"
id=
"InnerNavigation"
><div>
<section>
<header>
<h2>
Inner Navigation
</h2>
</header>
<ol
class=
"inner"
>
<li
class=
"active"
>
This tool is provided
</li>
<li>
Without warranty, guarantee
</li>
<li>
Or much in the way of explanation
<li>
Erase your hard drive…
</li>
</ol>
</section>
</div></div>
<div
class=
"slide"
id=
"ThankYou"
><div>
<section>
<header>
...
...
themes/ribbon/styles/style.css
View file @
a69fdf56
...
...
@@ -8,28 +8,26 @@ BODY {
/* Slide
---------------------------------------- */
.slide
{
.slide
:after
{
counter-increment
:
paging
;
content
:
counter
(
paging
,
decimal-leading-zero
);
}
.slide
:after
{
counter-increment
:
paging
;
content
:
counter
(
paging
,
decimal-leading-zero
);
}
.slide
SECTION
{
padding
:
80px
120px
0
;
width
:
784px
;
height
:
560px
;
background
:
#FFF
;
color
:
#000
;
.slide
SECTION
{
padding
:
80px
120px
0
;
width
:
784px
;
height
:
560px
;
background
:
#FFF
;
color
:
#000
;
}
.slide
SECTION
:before
{
position
:
absolute
;
top
:
0
;
right
:
120px
;
width
:
40px
;
height
:
120px
;
background
:
url(../images/ribbon.svg)
no-repeat
;
content
:
''
;
}
.slide
SECTION
:before
{
position
:
absolute
;
top
:
0
;
right
:
120px
;
width
:
40px
;
height
:
120px
;
background
:
url(../images/ribbon.svg)
no-repeat
;
content
:
''
;
}
/* Header */
.slide
HEADER
{
...
...
@@ -327,6 +325,19 @@ BODY {
content
:
''
;
}
/* Inner Navigation */
.inner
>
*
{
opacity
:
0
;
-webkit-transition
:
opacity
0.5s
linear
;
-moz-transition
:
opacity
0.5s
linear
;
-ms-transition
:
opacity
0.5s
linear
;
-o-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.inner
>
.active
{
opacity
:
1
;
}
/* Progress */
.full
.progress
{
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