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
cab1bcb1
Commit
cab1bcb1
authored
Nov 18, 2010
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated progress bar
parent
aaffce3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
projection.css
styles/projection.css
+12
-5
No files found.
styles/projection.css
View file @
cab1bcb1
...
@@ -236,6 +236,9 @@ A {
...
@@ -236,6 +236,9 @@ A {
/* Cover
/* Cover
---------------------------------------- */
---------------------------------------- */
.slide.cover
{
z-index
:
3
;
}
.slide.cover
:before
{
.slide.cover
:before
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
@@ -319,17 +322,21 @@ A {
...
@@ -319,17 +322,21 @@ A {
.progress
{
.progress
{
position
:
absolute
;
position
:
absolute
;
right
:
3em
;
right
:
3em
;
bottom
:
0
;
bottom
:
1em
;
left
:
3em
;
left
:
3em
;
z-index
:
1
;
z-index
:
2
;
float
:
left
;
height
:
0.2em
;
height
:
0.2em
;
background
:
#EEE
;
border
:
0.03em
solid
rgba
(
255
,
255
,
255
,
0.4
);
border-radius
:
0.2em
;
}
}
.progress
DIV
{
.progress
DIV
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
0
;
width
:
0
;
height
:
100%
;
height
:
100%
;
background
:
#0174A7
;
border-radius
:
0.2em
;
background
:
rgba
(
128
,
128
,
128
,
0.5
);
-webkit-transition
:
width
0.2s
linear
;
-webkit-transition
:
width
0.2s
linear
;
-moz-transition
:
width
0.2s
linear
;
-moz-transition
:
width
0.2s
linear
;
-o-transition
:
width
0.2s
linear
;
-o-transition
:
width
0.2s
linear
;
...
...
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